File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# v0.12.0
2
2
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 ).
9
10
10
11
# v0.11.2
11
12
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 Affero General Public License v3, see <https://www.gnu.org/licenses/>.
3
3
4
- VERSION = (0 , 11 , 2 )
4
+ VERSION = (0 , 12 , 0 )
5
5
6
- __version__ = '.' .join (map (str , VERSION ))
6
+ __version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments