Skip to content

Commit

Permalink
update releasenotes -> 0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Feb 4, 2021
1 parent 2550adb commit 57ad0a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ Release Notes
...........


0.10.13 (2021-02-04)
--------------------

* Update branch name master -> main in agreement with
https://github.com/github/renaming (#406).
* Notebook improvements:
* Add ground truth to noise notebook.
* Rename notebook "quickstart" -> "model_selection".
* Split notebook tests in 2, extend, reduce test matrix (python 3.7).
* Improve output at the beginning and end (e.g. no `end_time` at beginning;
show duration).
* Add walltime plots (`plot_total_walltime`, `plot_walltime`,
`plot_eps_walltime`).
* Make sure `ABCSMC.run()` is always properly finished (sampler, history)
by a wrapper (all #401).
* Redis sampler with look-ahead mode:
* Fix insufficient logging of look-ahead samples.
* Log all accepted particles.
* Add `plot_lookahead_...` plots for look-ahead mode diagnostics.
* Add global figure parameter settings for pyABC (all #405).


0.10.12 (2021-01-20)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyabc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.12"
__version__ = "0.10.13"

0 comments on commit 57ad0a9

Please sign in to comment.