Releases: ufvceiec/GEMA
Releases · ufvceiec/GEMA
Release list
v0.5.0 — CI, tests, docs & bug fixes
What's new in v0.5.0
Added
- GitHub Actions CI — automated tests on Python 3.10 & 3.11 for every push and pull request.
- Sphinx documentation — full API docs deployed to GitHub Pages via
peaceiris/actions-gh-pages. - Test suite (
tests/test_gema.py) — 51 unit tests coveringMap,Classification, all normalization methods, weight initializations, save/load, and distance metrics. CITATION.cff— GitHub "Cite this repository" support (García-Tejedor & Nogales, Software Impacts 2022, DOI 10.1016/j.simpa.2022.100280).- Benchmark table in README — wall-clock comparison of GEMA, MiniSom, and sklearn-som.
Fixed
classification.py— pandas 2.0+ChainedAssignmentErrorfixed using.loc[row, col]assignment.visualization.py—IPython.displayis now optional; GEMA works outside Jupyter withoutModuleNotFoundError.
Full Changelog
See CHANGELOG.md.