Skip to content

Releases: michelin/TorchSOM

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:05

Feat

  • enhance SOM error computation and add benchmark scripts
  • add topographic error calculation and tests
  • improve benchmark timing accuracy with CUDA warm-up synchronization
  • enhance benchmarking capabilities by adding somoclu and MiniSom-JIT support

Refactor

  • update benchmarking configuration and dependencies

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 14:38

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

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:20

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

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:35
Retry release

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:05
First stable version for PyPI and downloads