Skip to content

Commit

Permalink
update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Oct 8, 2020
1 parent 65f48b4 commit b409a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.13.2

- fix bug in SNRE (#363)
- fix warnings for multi-D x (#361)
- small improvements to MCMC, verbosity and continuing of chains (#347, #348)

# v0.13.1

- Make logging of vectorized numpy slice sampler slightly less verbose and address NumPy future warning (#347)
Expand Down
2 changes: 1 addition & 1 deletion sbi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.

VERSION = (0, 13, 1)
VERSION = (0, 13, 2)

__version__ = ".".join(map(str, VERSION))

0 comments on commit b409a31

Please sign in to comment.