Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 2.18 KB

Changelog

Major changes

  • Rework setup.py to use package extras and fetch metadata from __init__.py. (#15)
  • Add dev package extra for development (including running docs and tests). (#15)

Minor changes

Major changes

  • Don't allow zero test_size (see #7). (#11)
  • Change extra_requires to extras_require in setup.py. (#9)
    (this is why pip install torchfsdd[torch] didn't work!)

Minor changes

  • Bump package development status to beta. (#10)
  • Swap torch and torchaudio links in README.md. (#8)

Major changes

  • Add torch and torchaudio dependencies to docs/requirements.txt. (#4)
  • Upgrade minimum package dependency versions: (#3)
    • torch (>= 1.8)
    • torchaudio (>= 0.8)
    • torchvision (>= 0.9) - only used in tests and notebooks

Minor changes

  • Remove platform-dependent torch, torchaudio and torchvision installation for tests. (#1)
  • Move Travis badges to separate README.md section. (#2)

Major changes

Nothing, initial release!