Releases: eonu/torch-fsdd
Releases · eonu/torch-fsdd
v1.0.0
27 Dec 20:41
Compare
Sorry, something went wrong.
No results found
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
v0.1.2
27 Apr 10:39
Compare
Sorry, something went wrong.
No results found
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 )
v0.1.1
17 Apr 13:02
Compare
Sorry, something went wrong.
No results found
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 )
v0.1.0
17 Apr 10:48
Compare
Sorry, something went wrong.
No results found
Major changes
Initial release! 🎉