The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension AI::MXNetCAPI
1.5     Sun Feb 16 19:56:17 PST 2020
        - Runtime features
        - INT64 Tensor support

1.4     Mon Feb 18 11:54:07 PST 2019
        - Support for 64bit integers

1.33    Thu Oct  4 13:25:56 PDT 2018
        - Gluon: Better sparse support for KVStore.
        - Gpu memory info via mxnet api call.

1.32    Sun Aug  5 14:25:31 PDT 2018
        - Bugfixes.

1.3     Tue Jun 26 20:57:40 PDT 2018
        - Major update, Gluon interface updated to parity with Python's API

1.2     Sun Mar  4 16:29:19 PST 2018
        - Support for sparse tensors

1.1     Sun Oct  1 10:19:08 PDT 2017
        - support for perl 5.14, Gluon, cuda kernels

1.0102  Sun Aug  6 16:55:08 PDT 2017
        - updated autograd calls.

1.0101  Sun Jul  2 17:16:01 PDT 2017
        - refactored CachedOp, using strings to index the kvstore.

1.01    Sat Jun 10 23:57:27 PDT 2017
        - sync with python.

0.9507  Thu May 11 17:04:44 PDT 2017
        - Added Autograd.

0.9506  Sat Apr 29 20:26:50 PDT 2017
        - removed compiled swig file.

0.9504  Wed Apr 19 19:07:02 PDT 2017
        - callbacks bugfix.

0.95  Sun Mar 26 17:42:02 PDT 2017
        - visible on https://mxnet.io

0.03  Sat Feb 25 13:21:07 PST 2017
	- sync up with the Python interface.

0.02  Tue Feb 14 07:08:37 PST 2017
	- prepared for inclusion to the mxnet code repository.


0.01  Fri Jan  6 19:40:53 2017
	- original version