Changelog

1.8.3 (2025)

  • Declared missing runtime dependencies (numpy, scipy, matplotlib, networkx) in pyproject.toml so pip install NNSOM installs them automatically.

  • Overhauled Sphinx documentation: RTD theme, full API reference generated from docstrings, Quick Start and Installation guides, Changelog page.

  • Added NumPy-style docstrings to all previously undocumented utility functions in utils.py.

1.8.2 (2024)

  • Removed author email from package metadata.

  • Minor documentation and packaging improvements.

1.8.1 (2024)

  • Patch release: corrected wheel and source distribution builds.

  • Added Forest example dataset under examples/Tabular/Forest/.

1.8.0 (2024)