Skip to content

Commit

Permalink
Prepare for v0.10.0 release (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-matthis authored Jul 13, 2020
1 parent 1027d7e commit d9a5260
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.10.0

- Added option to pass external data (#264)
- Added setters for MCMC parameters (#267)
- Added check for `density_estimator` argument (#263)
- Fixed `NeuralPosterior` pickling error (#265)
- Added code coverage reporting (#269)


# v0.9.0

- Added ABC methods (#250)
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, 9, 0)
VERSION = (0, 10, 0)

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

0 comments on commit d9a5260

Please sign in to comment.