Skip to content

Releases: letiziaia/multiway-alignment

0.0.2

02 Nov 14:25
db1dd38
Compare
Choose a tag to compare

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: 0.0.1...0.02

0.0.1

27 Jul 19:05
32d6838
Compare
Choose a tag to compare

First Release

What's Changed

New Contributors

Full Changelog: https://github.com/letiziaia/multiway-alignment/commits/0.0.1