Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.23 KB

File metadata and controls

48 lines (29 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.1 (2025-09-01)

Fix

  • allow tag-only releases when no new commits

v1.1.0 (2025-09-01)

Feat

  • update project dependencies and enhance documentation
  • enhance Sphinx documentation setup and add new resources
  • add benchmark script and configuration for TorchSOM and MiniSom
  • enhance SOM functionality with optimized map building and clustering features
  • enhance SOM initialization and training efficiency
  • optimize SOM weight updates and distance calculations
  • add changelog templates for better project documentation

Fix

  • update file paths and enhance tensor operations in notebooks

Refactor

  • consolidate pytest fixtures for TorchSOM tests
  • streamline SOM class and enhance distance computation methods

v1.0.1 (2025-08-20)

Feat

  • proposed clustering method and enhance visualizations.

Fix

  • README image sizes.
  • update clustering notebook execution counts and enhance clustering visualizations

Refactor

  • update clustering notebook and enhance clustering methods