Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Enhanced the performance of `sparse.dot` operator
  • Performance regression automation (vikram)

New Features - Sparse Tensor Support

  • Added more sparse operators: `contrib.SparseEmbedding` and `sparse.mean`
  • Added `asscipy()` for easier conversion to scipy
  • Added support for custom sparse operators
  • Added `check_format()` for sparse ndarrays to check if the array format is valid

New Features - Gluon

  • Gluon - GA (vikram)
  • Gluon IO performance (sukwon, Mu)

Other Planned Features

Bug Fixes

  • Fixed a[-1] indexing doesn't work on NDArray
  • Fixed `expand_dims` if axis < 0

Doc Updates

...