Sacred v0.8.0 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • ๐Ÿš€ Major release with several breaking changes.

    • ๐Ÿ‘ API change: Dropped support for Python 2
    • 0๏ธโƒฃ API change: Gathering of git information gathering is now enabled by default #595
    • API change: Switched constructor from Observer.create(...) to Observer(...) for all observers.
    • API change: Changed the interface for collecting custom host-information #569
    • API change: Changed interface for defining CLI options. #572
    • ๐Ÿ”‹ Feature: Added new S3 file observer #542
    • ๐Ÿ”‹ Feature: added started_text option to TelegramObserver #494
    • ๐Ÿ”‹ Feature: added copy/deepcopy support to read-only containers #500
    • ๐Ÿ›  Bugfix: FileStorage Observer is more reliable under parallel execution #503
    • ๐Ÿ›  Bugfix: FileStorageObserver now raises an error when an artifact would overwrite an important file #647
    • ๐Ÿ›  Bugfix: fixed inconsistent config nesting behavior #409 #505
    • ๐Ÿ›  Bugfix: Several fixes for tensorflow integration
    • ๐Ÿ›  Bugfix: Fixed crash due to missing brand-key on some machines # 512
    • ๐Ÿ‘ท Internal: Migrated CI server to Azure
    • Internal: Added pre-commit hooks for pep 8 checks and python black for automated code formatting
    • Internal: Started using pathlib.Path instead of os.path in many places