Skip to content

Releases: michelin/TorchSOM

v1.2.0

01 Jun 14:38

Choose a tag to compare

Feat

  • implement neighborhood order adjustment and retrieval modes in SOM class
  • add TODO list for future enhancements and features in the project
  • enhance Makefile and documentation for development workflow
  • enhance documentation and user experience
  • add periodic boundary conditions and search backend options to SOM
  • enhance SOM historical sample collection with optional index return
  • extract changelog notes for release creation

Fix

  • update documentation reference in README.
  • SOMVisualizer with BMU data mapping for plot_all method

Refactor

  • improve code readability and consistency in unit tests by restructuring parameters and assertions
  • reorganize imports and update type hints for improved clarity
  • improve code formatting and organization across notebooks and scripts
  • reorganize Makefile and introduce modular makefiles for improved structure
  • update citation and README for clarity and accuracy

Release v1.1.1

01 Sep 14:20

Choose a tag to compare

$(sed -n '/## ['"$GITHUB_REF_NAME"']/,/^## [/{/^## [/b;p}' CHANGELOG.md)

Release v1.0.1

20 Aug 13:35

Choose a tag to compare

Retry release

Release v1.0.0

20 Aug 13:05

Choose a tag to compare

First stable version for PyPI and downloads