Skip to content

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
This is the final release to support Python 2.7
  • Loading branch information
Qwlouse committed Jun 20, 2019
1 parent 97985f8 commit 787d40b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Release History
---------------

0.7.5 (2019-06-20)
++++++++++++++++++
Last release to support Python 2.7.

* Feature: major improvements to error reporting (thanks @thequilo)
* Feature: added print_named_configs command
* Feature: added option to add metadata to artifacts (thanks @jarnoRFB)
* Feature: content type detection for artifacts (thanks @jarnoRFB)
* Feature: automatic seeding for pytorch (thanks @srossi93)
* Feature: add proxy support to telegram observer (thanks @brickerino)
* Feature: made MongoObserver fail dump dir configurable (thanks @jarnoRFB)
* Feature: added queue-based observer that better handles unreliable connections (thanks @jarnoRFB)
* Bugfix: some fixes to stdout capturing
* Bugfix: FileStorageObserver now creates directories only when starting a run (#329; thanks @thomasjpfan)
* Bugfix: Fixed config_hooks (#326; thanks @thomasjpfan)
* Bugfix: Fixed a crash when overwriting non-dict config entries with dicts (#325; thanks @thomasjpfan)
* Bugfix: fixed problem with running in conda environment (#341)
* Bugfix: numpy aware config change detection (#344)
* Bugfix: allow dependencies to be compiled libraries (thanks @jnphilipp)
* Bugfix: output colorization now works on 256 and 16 color terminals (thanks @bosr)
* Bugfix: fixed problem with tinydb observer logging (#327; thanks @michalgregor)
* Bugfix: ignore folders that have the same name as a named_config (thanks @boeddeker)
* Bugfix: setup no longer overwrites pre-configured root logger (thanks @thequilo)
* Bugfix: compatibility with tensorflow 2.0 (thanks @tarik, @gabrieldemarmiesse)
* Bugfix: fixed exception when no tee is available for stdout capturing (thanks @greg-farquhar)
* Bugfix: fixed concurrency issue with FileStorageObserver (thanks @dekuenstle)


0.7.4 (2018-06-12)
++++++++++++++++++
* Bugfix: fixed problem with postgres backend of SQLObserver (thanks @bensternlieb)
Expand Down
2 changes: 1 addition & 1 deletion sacred/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

__version__ = "0.7.4-onurgu"
__version__ = "0.7.5"

__author__ = 'Klaus Greff'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 787d40b

Please sign in to comment.