You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/13 21:05:55 UTC

[GitHub] [incubator-mxnet] szha commented on issue #19135: MXNet extensions semantic versioning

szha commented on issue #19135:
URL: https://github.com/apache/incubator-mxnet/issues/19135#issuecomment-691725332


   In general, features in MXNet must follow semantic versioning. This means that if a feature is offered as an official, non-experimental API in a release, then backward-incompatible change to it is no longer allowed in future revision. This applies to both 1.x and 2.x.
   
   Specific to the recent changes in extensions in #19117, it looks they fall in the category of adding functionality. One way to make it work is to only add new API without changing existing API. @samskalicky would this approach work?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org