- 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)
- Switch to CircleCI. (#15)
- Add CI for Python versions (3.6 - 3.10). (#15)
- Fix
Jinja2<3.1
version for RTD (see readthedocs/readthedocs.org/issues/9038). (#15) - Fix broken ReadTheDocs link — thanks @black-puppydog. (#13)
- Don't allow zero
test_size
(see #7). (#11) - Change
extra_requires
toextras_require
insetup.py
. (#9)
(this is whypip install torchfsdd[torch]
didn't work!)
- Add
torch
andtorchaudio
dependencies todocs/requirements.txt
. (#4) - Upgrade minimum package dependency versions: (#3)
torch
(>= 1.8)torchaudio
(>= 0.8)torchvision
(>= 0.9) - only used in tests and notebooks
- Remove platform-dependent
torch
,torchaudio
andtorchvision
installation for tests. (#1) - Move Travis badges to separate
README.md
section. (#2)
Nothing, initial release!