[0.1.0] - 2020-07-11
Changed
- Updated optimizer to use new PyTorch function signatures as the previous
signatures were being deprecated. This means prior releases of PyTorch may not
work with this optimizer. - Updated repository structure for packaging. The code for the optimizer has
been moved tosrc/
. The code for testing the optimizer against NumPy has been
moved totests/
. - Updated GitHub workflow to create
pip
packaging and test