What's Changed
* Bumped dependencies to use numpy 2 and pandas 2
* Fixed install requires
* Added support for python 3.13
* Fixed bug: multiway alignment was returning 1 when comparing 2 empty lists. This is due to sklearn behavior for metrics. Fixed by raising ValueError instead, since alignment is meaningless in this case.
* Added unit tests
* Updated readme and added examples to runbook
* Added GHA to publish to pypi
**Full Changelog**: https://github.com/letiziaia/multiway-alignment/compare/0.0.1...0.02