Changelog

1.0.0

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

0.1.2

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)

0.1.1

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)

0.1.0

Major changes

Nothing, initial release!