Skip to content

Commit 4b5ea0b

Browse files
committed
prepare release 0.12.
1 parent ce4a6f2 commit 4b5ea0b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# v0.12.0
22

3-
- Added an FAQ (#293)
4-
- Fixed bug in embedding_net when output dimension does not equal input dimension (#299)
5-
- Exposed arguments of functions used to build custom networks (#299)
6-
- Implemented non-atomic APT (#301)
7-
- depend on pyknos and nflows 0.12
8-
- improve documentation (#302)
3+
- Add FAQ (#293)
4+
- Fix bug in embedding_net when output dimension does not equal input dimension (#299)
5+
- Expose arguments of functions used to build custom networks (#299)
6+
- Implement non-atomic APT (#301)
7+
- Depend on pyknos 0.12 and nflows 0.12
8+
- Improve documentation (#302, #305, thanks to @agramfort)
9+
- Fix bug for 1D uniform priors (#307).
910

1011
# v0.11.2
1112

sbi/__version__.py

Lines changed: 2 additions & 2 deletions
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, 11, 2)
4+
VERSION = (0, 12, 0)
55

6-
__version__ = '.'.join(map(str, VERSION))
6+
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)