Re: [Question] UI change policy in MXNet

2018-12-20 Thread Anirudh Subramanian
On Thu, Dec 20, 2018, 1:56 PM Lin Yuan Hi Anirudh, > > Thanks a lot for your clarifications! I have some followup > questions/comments: > > 1) Which guideline should we follow when updating the UI in MXNet > operators? > A) MXNet follows semantic versioning, so breaking changes to operator >

Re: [Question] UI change policy in MXNet

2018-12-20 Thread Lin Yuan
Hi Anirudh, Thanks a lot for your clarifications! I have some followup questions/comments: 1) Which guideline should we follow when updating the UI in MXNet operators? A) MXNet follows semantic versioning, so breaking changes to operator interfaces can be introduced only in major versions.

Re: [Question] UI change policy in MXNet

2018-12-20 Thread Anirudh Subramanian
1) Which guideline should we follow when updating the UI in MXNet operators? A) MXNet follows semantic versioning, so breaking changes to operator interfaces can be introduced only in major versions. 2) Who should approve the UI change? A) Contributors who may have worked on the operator and/or

[Question] UI change policy in MXNet

2018-12-20 Thread Lin Yuan
Dear Community, As a contributor, I would like to know the current policy for updating UI of an operator. I understand UI change should be introduced in major release not minor release. However, it is still not quite clear to me regarding the UI change process: 1) Which guideline should we