Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 1.46 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.1 (02.02.2024)

Fixed

  • Timeout option from command line was ignored (#82)
  • Read the docs build was broken (#88)

1.2.0 (14.11.2023)

Changed

  • Default log level is now INFO

Added

  • Easy change of log level with wandb_osh.set_log_level

1.1.2 (31.07.2023)

Fixed

  • Add timeout to wandb sync calls
  • Lightning: Avoid syncing sanity check
  • Skip tests for lightning/ray if not installed

1.1.1 (07.07.2023)

Fixed

  • Avoid errors when communication directory is removed while wandb-osh is running.

1.1.0 (04.07.2023)

Added

  • Added support for pytorch lightning

Changed

  • Removed python 3.7 support

1.0.4 (18.01.2023)

Fixed

  • Explicitly add path to wandb sync calls (depending on the system, calling wandb sync inside the run dir resulted in "no runs to be synced" errors)

1.0.3 (18.01.2023)

Fixed

  • Fixed path to run directory when syncing with wandb and TriggerWandbSyncHook (without specifying explicit paths). See #30 for more information

1.0.2 (01.01.2023)

Changed

  • Collect all command files, before starting to sync to ensure a minimal waiting timing between firing the hook and starting the sync (working around some race conditions)