Sacred v0.7.5 Release Notes

Release Date: 2019-06-20 // almost 5 years ago
  • ๐Ÿš€ The 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)