Skip to content

Releases: felixriese/susi

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.

SuSi 1.0.10

21 Apr 14:30
Compare
Choose a tag to compare
  • [ADDED] Support for Python 3.8.x.
  • [ADDED] Test coverage and MultiOutput test.
  • [CHANGED] Function setPlaceholder to set_placeholder.
  • [FIXED] Documentation links

SuSi 1.0.9

07 Apr 14:06
Compare
Choose a tag to compare
  • [ADDED] Documentation of the hyperparameters.
  • [ADDED] Plot scripts.
  • [CHANGED] Structure of the module files.