v0.4.0
What's Changed
- Fix warn_perturbation_caused_no_change by @p-wojciechowski in #250
- Packaging by @annahedstroem in #256
- Add 3.10 and 3.11 Python support
- Clean-up requirements_test.txt
- Update
torch
,tensorflow
versions and fixingprotobuf
incompatibility - Check that optional dependencies packages in
setup.py
are the same as inrequirements_test.txt
- Clean-up
setup.py
, including adding required and removing unnecessary imports - Clean-up
pytests
- Setuptools-bug fixed, extra_requires not correctly identified by @annahedstroem in #258
- Updated python publish script by @annahedstroem in #259
- Python package bug by @annahedstroem in #260
- Updated setup.py with absolute path by @annahedstroem in #262
- Add reqs via MANIFEST.ini by @annahedstroem in #263
Full Changelog: v0.3.5...v0.4.0