Skip to content

Commit

Permalink
Update version and history for sacred 0.8.3 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo authored Mar 28, 2022
1 parent 0a2a978 commit 98a2d08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release History
---------------

0.8.3 (2022-03-25)
++++++++++++++++++

A minor release with many small improvements and support for Python 3.10.

* Feature: Support for the new numpy random API (`np.random.Generator`); deprecate old `np.random.RandomState` for np 1.19+ (#779, thanks @jnphilipp)
* Feature: Add `py.typed` file for typecheckers like mypy (#849, thanks @neophnx)
* Feature: Validate sacred settings (#774)
* Feature: Update CLI options: Change run ID from command line (#798, thanks @jnphilipp)
* Feature: Log named configs and config updates (#823)
* Feature: Options to save sources and copy resources in FileStorageObserver (#806, thanks @patrick-kidger)
* Feature: Support for NVIDIA Multi-Instance GPU (#865, thanks @j3soon)
* Bugfix: Updated testcases to py3.6+; updated dependencies (e.g., tinydb 4+, pytest 6.2.1, pymongo 4.0) (#799, #819, #821, thanks a lot @jnphilipp)
* Bugfix: Fixes for handling symlinks (#791, thanks @MaxSchambach)
* Bugfix: Fix docker example (#829, thanks @ahallermed)
* Doc: Some fixes and update of the documentation (#778, #792, #793, #797, #804, #842, #856, thanks @daliasen @aaronsnoswell @schmitts @Blaizzy)

0.8.2 (2020-11-26)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion sacred/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__all__ = ("__version__", "__author__", "__author_email__", "__url__")

__version__ = "0.8.2"
__version__ = "0.8.3"

__author__ = "Klaus Greff"
__author_email__ = "klaus.greff@startmail.com"
Expand Down

0 comments on commit 98a2d08

Please sign in to comment.