Skip to content

Releases: Enealor/PyTorch-SM3

Release v0.1.0

11 Jul 22:42
ed87ef3
Compare
Choose a tag to compare

[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