Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@letiziaia letiziaia released this 02 Nov 14:25
db1dd38

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