Performance

New Features - Gradient Compression

New Features - Support of NVIDIA Collective Communication Library

New Features - Advanced Indexing

New Features - Caffe to MXNet translator

New Features - Gluon

Other Planned Features

Bug Fixes

Doc Updates

It is now more intuitive for developers to leverage the powerful array operations in MXNet. They can use the advanced indexing capability by leveraging existing knowledge of Numpy/SciPy arrays. For example, it supports MXNet NDArray and Numpy ndarray as index, e.g. (a[mx.nd.array([1,2], dtype = ‘int32’)