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 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
Original file line number Diff line number Diff line change 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 ))
You can’t perform that action at this time.
0 commit comments