Releases: felixriese/susi
Releases · felixriese/susi
SuSi 1.4.2
SuSi 1.4.1
SuSi 1.4.0
What's Changed
- ADD read-the-docs config by @felixriese in #43
- Add formatting to CI by @felixriese in #44
- Prepare for Python 3.12 support by @felixriese in #46
- Fix rtd docs by @felixriese in #47
- Add docs requirements.txt for rtd by @felixriese in #48
Full Changelog: v1.3.0...v1.4.0
SuSi 1.3.0
What's Changed
- FIX documentation by @felixriese in #31
- Refactor requirements and CI workflow by @felixriese in #34
- ADD pre-commit hook by @felixriese in #35
- FIX type hints by @felixriese in #36
- FIX vuepress deployment action by @felixriese in #37
- Fix copyrights by @felixriese in #38
- FIX quantization error calculation by @felixriese in #40
- REMOVE python 3.7, ADD python 3.11 by @felixriese in #41
Full Changelog: v1.2.2...v1.3.0
SuSi 1.2.2
- [ADDED] Official support for Python 3.10.
- [REMOVED] Official support for Python 3.6 (will be deprecated end of 2021 anyways). It might still work, but will not be maintained on this version.
SuSi 1.2.1
- [ADDED] Quantization error get_quantization_error()
SuSi 1.2
- [ADDED] Landing page with vuepress.
- [ADDED] Conda-forge recipe.
- [ADDED] Function
SOMClassifier.predict_proba()
- [ADDED] Example notebook for multi-output regression
- [CHANGED] Code formatting to black.
- [CHANGED] CI from travis to GitHub actions.
- [FIXED] Requirements in setup.py
SuSi 1.1.2
- [ADDED] Python 3.9 support. Python 3.6 support will be removed soon.
- [CHANGED] Function names for private use now start with an underscore.
SuSi 1.1.1
- [ADDED] New distance metric "spectralangle".
- [ADDED] FAQs.
- [ADDED] Separate between positional and keyword parameters.
- [ADDED] Plot script for neighborhood distance weight matrix.
- [FIXED] Added inherited members to code documentation.
SuSi 1.1.0
- [ADDED] Logo.
- [ADDED] SOMPlots documentation.
- [REMOVED] Python 3.5 support. Now, only 3.6-3.8 are supported.
- [FIXED] Scikit-learn warnings regarding validation of positional arguments.
- [FIXED] Sphinx documentation warnings.