Skip to content

Commit 7eff402

Browse files
committed
Add changelog for 0.2.0
1 parent 5844e39 commit 7eff402

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!-- do not remove -->
44

5+
## 0.2.0
6+
7+
### New Features
8+
9+
- Allow for running each iteration in a bootstrap multiple times with different fixed pairs ([#9](https://github.com/Bitbol-Lab/DiffPaSS/issues/9))
10+
- Implemented with a new `n_repeats` kwarg for `DiffPaSSModel.fit_bootstrap`
11+
- 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.
12+
13+
- New tutorial notebook on graph alignment, covering `diffpass.train.GraphAlignment` and using `n_repeats` in `fit_boostrap` ([#11](https://github.com/Bitbol-Lab/DiffPaSS/issues/11))
14+
515
## 0.1.1
616

717
### Breaking Changes

0 commit comments

Comments
 (0)