Releases: Bitbol-Lab/DiffPaSS
Releases · Bitbol-Lab/DiffPaSS
v0.2.0
New Features
-
Allow for running each iteration in a bootstrap multiple times with different fixed pairs (#9)
- Implemented with a new
n_repeatskwarg forDiffPaSSModel.fit_bootstrap - By performing several repeats of each bootstrap iteration, we can greedily select the best repeat by hard loss, and use that repeat to select the next set of fixed pairs. This should improve performance in hard cases.
- Implemented with a new
-
New tutorial notebook on graph alignment, covering
diffpass.train.GraphAlignmentand usingn_repeatsinfit_bootstrap(#11)
v0.1.1
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
IntraGroupSimilarityLosscomputations (#5) -
Store hard and soft losses as Python scalars instead of 0-dimensional NumPy arrays (#3)
Bugs Squashed
- Fix
fit_bootstrapappending empty lists (#1)