We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14558ca commit 09c45a3Copy full SHA for 09c45a3
CHANGELOG.md
@@ -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
8
# v0.14.0
9
10
- New flexible interface API (#378). This is going to be a breaking change for users of
sbi/__version__.py
@@ -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, 14, 0)
+VERSION = (0, 14, 1)
__version__ = ".".join(map(str, VERSION))
0 commit comments