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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
