Skip to content

Releases: felixriese/susi

SuSi 1.4.2

17 Sep 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

SuSi 1.4.1

04 Aug 07:40
4451aae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

SuSi 1.4.0

29 Mar 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

SuSi 1.3.0

08 Jul 14:41
af4bd80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

SuSi 1.2.2

11 Dec 14:13
471d41d
Compare
Choose a tag to compare
  • [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

19 Oct 19:29
Compare
Choose a tag to compare
  • [ADDED] Quantization error get_quantization_error()

SuSi 1.2

04 Apr 20:57
Compare
Choose a tag to compare
  • [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

18 Feb 20:39
Compare
Choose a tag to compare
  • [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

18 Nov 07:08
Compare
Choose a tag to compare
  • [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

31 Aug 16:52
Compare
Choose a tag to compare
  • [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.