diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9bc79..c8af689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 0.2.0 + +### New Features + +- Allow running each iteration in `fit_bootstrap` multiple times, sampling different fixed pairs each time and selecting the best one (new `n_repeats` kwarg) ([#9](https://github.com/Bitbol-Lab/DiffPaSS/issues/9)) + +- Add tutorial notebook for graph alignment using `GraphAlignment` and `n_repeats`([#11](https://github.com/Bitbol-Lab/DiffPaSS/issues/11)) + ## 0.1.1 ### Breaking Changes