|
2 | 2 |
|
3 | 3 | ## Bug Fixes
|
4 | 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 |
| -- fix: conditioned potential error handling by @janfb in https://github.com/sbi-dev/sbi/pull/1275 |
| 5 | +- fixup for failing hmc test by @michaeldeistler (#1247) |
| 6 | +- fix: make RestrictedPrior a distribution to enable log_prob @janfb (#1257) |
| 7 | +- fix: npe iid handling by @janfb (#1262) |
| 8 | +- fix: tutorials test error handling, fix bugs in tutorials by @janfb (#1264) |
| 9 | +- fix #1260: include points in plotting limits by @janfb (#1265) |
| 10 | +- fix: conditioned potential error handling by @janfb, @michaeldeistler (#1275, #1289) |
| 11 | +- fix: Allow 1D pytorch distributions by @michaeldeistler (#1286) |
11 | 12 |
|
12 | 13 | ## Documentation
|
13 | 14 |
|
14 |
| -- Rename SNPE to NPE in the README by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1248 |
15 |
| -- update pickling FAQ by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1255 |
16 |
| -- Adding example for custom DataLoader to tutorial 18 by @psteinb in https://github.com/sbi-dev/sbi/pull/1256 |
17 |
| -- docs: add readme intro to docs landing page by @janfb in https://github.com/sbi-dev/sbi/pull/1272 |
| 15 | +- Rename SNPE to NPE in the README by @michaeldeistler (#1248) |
| 16 | +- update pickling FAQ by @michaeldeistler (#1255) |
| 17 | +- Adding example for custom DataLoader to tutorial 18 by @psteinb (#1256) |
| 18 | +- docs: add readme intro to docs landing page by @janfb (#1272) |
| 19 | +- Change sampling method for LC2ST to `sample_batched()` by @JuliaLinhart (#1279) |
18 | 20 |
|
19 | 21 | ## Maintenance
|
20 | 22 |
|
21 |
| -- Refactor simulate_for_sbi location by @samadpls in https://github.com/sbi-dev/sbi/pull/1253 |
22 |
| -- build: devcontainer update by @janfb in https://github.com/sbi-dev/sbi/pull/1252 |
23 |
| -- fix: docker notebook python version by @janfb in https://github.com/sbi-dev/sbi/pull/1258 |
24 |
| -- refactor: remove outputs except plots from tutorials. by @janfb in https://github.com/sbi-dev/sbi/pull/1266 |
25 |
| -- build: automatic nb stripping and pypi upload by @janfb in https://github.com/sbi-dev/sbi/pull/1267 |
26 |
| -- refactor: remove deprecated x_shape where not needed. by @janfb in https://github.com/sbi-dev/sbi/pull/1271 |
| 23 | +- Refactor simulate_for_sbi location by @samadpls (#1253) |
| 24 | +- build: devcontainer update by @janfb (#1252) |
| 25 | +- fix: docker notebook python version by @janfb (#1258) |
| 26 | +- refactor: remove outputs except plots from tutorials. by @janfb (#1266) |
| 27 | +- build: automatic nb stripping and pypi upload by @janfb (#1267) |
| 28 | +- refactor: remove deprecated x_shape where not needed by @janfb (#1271) |
| 29 | +- more explicit error message for CNN shapes by @Ankush7890 (#1281) |
27 | 30 |
|
28 | 31 | # v0.23.1
|
29 | 32 |
|
|
0 commit comments