Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed May 14, 2024
1 parent 8f9a3c9 commit da0a8f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- do not remove -->

## 0.1.1

### Breaking Changes

- Store hard and soft losses as Python scalars instead of 0-dimensional NumPy arrays ([#3](https://github.com/Bitbol-Lab/DiffPaSS/issues/3))
Expand All @@ -19,7 +20,8 @@

- Fix `fit_bootstrap` appending empty lists ([#1](https://github.com/Bitbol-Lab/DiffPaSS/issues/1))

>## 0.1.0
## 0.1.0

### Breaking Changes

- Change signature of `get_robust_pairs` ([ebb160c](https://github.com/Bitbol-Lab/DiffPaSS/commit/ebb160c512e6aed2cdb9865bdb9b2088a8e0ffd4))
Expand All @@ -28,6 +30,6 @@

- Add `remove_groups_not_in_both` function ([876d017](https://github.com/Bitbol-Lab/DiffPaSS/commit/876d01792a0206ee209478bd2ee5a4c122f2ab9d))

>## 0.0.1
## 0.0.1

- First DiffPaSS public release
2 changes: 1 addition & 1 deletion diffpass/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = DiffPaSS
lib_name = diffpass
version = 0.1.1
version = 0.2.0
min_python = 3.7
license = apache2
black_formatting = True
Expand Down

0 comments on commit da0a8f5

Please sign in to comment.