Sacred v0.7.1 Release Notes

Release Date: 2018-05-06 // about 6 years ago
  • ๐Ÿ›  Bugfixes and improved Tensorflow support.

    • ๐Ÿ”จ Refactor: lazy importing of many optional dependencies
    • ๐Ÿ”‹ Feature: added metrics API for adding live monitoring information to the MongoDB
    • ๐Ÿ”‹ Feature: added integration with tensorflow for automatic capturing of LogWriter paths
    • ๐Ÿ”‹ Feature: set seed of tensorflow if it is imported
    • ๐Ÿ”‹ Feature: named_configs can now affect the config of ingredients
    • ๐Ÿ›  Bugfix: failed runs now return with exit code 1 by default
    • ๐Ÿ›  Bugfix: fixed a problem with UTF-8 symbols in stdout
    • ๐Ÿ›  Bugfix: fixed a threading issue with the SQLObserver
    • ๐Ÿ›  Bugfix: fixed a problem with consecutive ids in the SQLObserver
    • ๐Ÿ›  Bugfix: heartbeat events now also serialize the intermediate results
    • ๐Ÿ›  Bugfix: reapeatedly calling run from python with an option for adding an
      observer, no longer duplicates observers
    • Bugfix: fixed a problem where **kwargs of captured functions might be modified
    • ๐Ÿ›  Bugfix: fixed an encoding problem with the FileStorageObserver
    • ๐Ÿ›  Bugfix: fixed an issue where determining the version of some packages would crash
    • ๐Ÿ›  Bugfix: fixed handling of relative filepaths in the SQLObserver and the TinyDBObserver