Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo committed Jan 25, 2023
1 parent e60e3d1 commit 42822ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Release History
---------------

0.8.4 ()
0.8.4 (2023-01-25)
++++++++

Minor release with a few small fixes.

* Update tests an supported python versions: sacred now officially supports Python 3.8-3.11 (#872, #892, thanks @jnphilipp)
* Update tests and supported python versions: sacred now officially supports Python 3.8-3.11 (#872, #892, thanks @jnphilipp)
* Feature: Allow type annotations in config scopes and future-proofing config scopes by using `ast` instead of a complex regex (thanks @vnmabus)
* Feature: Expose `MongoClient` in the `MongoObserver` (thanks @Gracecr)
* Bugfix: Support new numpy versions by removing using Python builtin types instead of the `np.*` aliases (#870, thanks @Kaushalya)
* Bugfix: Allow `*.ipynb` files as source files when run via `ipython` in non-interactive mode
* Internal: Add error causes for many errors in the codebase (#894, #898, thanks @cool-RR)
* Internal: Use GitHub Actions for tests instead of azure pipelines to gain more control (#896)
* Internal: Use GitHub Actions to automate releases on PyPI

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

0 comments on commit 42822ed

Please sign in to comment.