Skip to content

v0.1.1

Compare
Choose a tag to compare
@ulupo ulupo released this 14 May 15:56
· 10 commits to main since this release

Breaking Changes

  • Store hard and soft losses as Python scalars instead of 0-dimensional NumPy arrays (#3)

New Features

  • Unify type annotations for group_sizes (#7)

  • Add possibility to include diagonals in IntraGroupSimilarityLoss computations (#5)

  • Store hard and soft losses as Python scalars instead of 0-dimensional NumPy arrays (#3)

Bugs Squashed

  • Fix fit_bootstrap appending empty lists (#1)