Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@Enealor Enealor released this 11 Jul 22:42
· 8 commits to master since this release
ed87ef3

[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 to src/. The code for testing the optimizer against NumPy has been
    moved to tests/.
  • Updated GitHub workflow to create pip packaging and test