Skip to content

Commit

Permalink
prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Dec 22, 2022
1 parent ad5ff03 commit b272b78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.21.0

- implementation of ["Contrastive Neural Ratio Estimation"](https://openreview.net/forum?id=kOIaB1hzaLe) (thanks to @bkmi, #787)
- implementation of ["Balanced Neural Ratio Estimation"](https://openreview.net/forum?id=o762mMj4XK) (thanks to @ADelau, #779)
- bugfixes for SBC, device handling and iid-data (#793, #789, #780)

# v0.20.0

## Major changes and bug fixes
Expand Down
2 changes: 1 addition & 1 deletion sbi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.

VERSION = (0, 20, 0)
VERSION = (0, 21, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit b272b78

Please sign in to comment.