Skip to content

Commit 09c45a3

Browse files
committed
prepare release 0.14.1.
1 parent 14558ca commit 09c45a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.14.1
2+
3+
- Support for training and sampling on GPU including fixes from `nflows` (#331)
4+
- Bug fix for SNPE with neural spline flow and MCMC (#398)
5+
- Small fix for SMCABC particles covariance
6+
- Small fix for rejection-classifier (#396)
7+
18
# v0.14.0
29

310
- New flexible interface API (#378). This is going to be a breaking change for users of

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, 14, 0)
4+
VERSION = (0, 14, 1)
55

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

0 commit comments

Comments
 (0)