Skip to content

Commit b272b78

Browse files
committed
prepare release.
1 parent ad5ff03 commit b272b78

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.21.0
2+
3+
- implementation of ["Contrastive Neural Ratio Estimation"](https://openreview.net/forum?id=kOIaB1hzaLe) (thanks to @bkmi, #787)
4+
- implementation of ["Balanced Neural Ratio Estimation"](https://openreview.net/forum?id=o762mMj4XK) (thanks to @ADelau, #779)
5+
- bugfixes for SBC, device handling and iid-data (#793, #789, #780)
6+
17
# v0.20.0
28

39
## Major changes and bug fixes

sbi/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
22
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
33

4-
VERSION = (0, 20, 0)
4+
VERSION = (0, 21, 0)
55

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

0 commit comments

Comments
 (0)