File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.23.2
2
+
3
+ ## Bug Fixes
4
+
5
+ - fixup for failing hmc test by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1247
6
+ - fix: make RestrictedPrior a distribution to enable log_prob @janfb in https://github.com/sbi-dev/sbi/pull/1257
7
+ - fix: npe iid handling by @janfb in https://github.com/sbi-dev/sbi/pull/1262
8
+ - fix: tutorials test error handling, fix bugs in tutorials by @janfb in https://github.com/sbi-dev/sbi/pull/1264
9
+ - fix #1260 : include points in plotting limits by @janfb in https://github.com/sbi-dev/sbi/pull/1265
10
+
11
+ ## Documentation
12
+
13
+ - Rename SNPE to NPE in the README by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1248
14
+ - update pickling FAQ by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1255
15
+ - Adding example for custom DataLoader to tutorial 18 by @psteinb in https://github.com/sbi-dev/sbi/pull/1256
16
+ - docs: add readme intro to docs landing page by @janfb in https://github.com/sbi-dev/sbi/pull/1272
17
+
18
+ ## Maintenance
19
+
20
+ - Refactor simulate_for_sbi location by @samadpls in https://github.com/sbi-dev/sbi/pull/1253
21
+ - build: devcontainer update by @janfb in https://github.com/sbi-dev/sbi/pull/1252
22
+ - fix: docker notebook python version by @janfb in https://github.com/sbi-dev/sbi/pull/1258
23
+ - refactor: remove outputs except plots from tutorials. by @janfb in https://github.com/sbi-dev/sbi/pull/1266
24
+ - build: automatic nb stripping and pypi upload by @janfb in https://github.com/sbi-dev/sbi/pull/1267
25
+
26
+ # v0.23.1
27
+
28
+ - fix: include ` score ` folder by adding ` __init__.py ` (#1245 #1246 )
29
+
1
30
# v0.23.0
2
31
3
32
## Announcements
Original file line number Diff line number Diff line change 1
1
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2
2
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
3
3
4
- VERSION = (0 , 23 , 1 )
4
+ VERSION = (0 , 23 , 2 )
5
5
6
6
__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments