Skip to content

Releases: klieret/wandb-offline-sync-hook

v1.2.2

21 Mar 19:42
f19f699
Compare
Choose a tag to compare

Fixed

  • Switched to modern way of importing pytorch lightning (issue #96, PR #96, #97)

Changed

  • When installed with the lightnign optional dependency, lightning is installed
    instead of pytorch-lightning

v.1.2.1

02 Feb 17:07
d87b96f
Compare
Choose a tag to compare

Fixed

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

1.2.0

14 Nov 17:53
ffa08db
Compare
Choose a tag to compare

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

v1.1.2

31 Jul 19:35
f5d2240
Compare
Choose a tag to compare

Fixed

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

v1.1.1

28 Jul 19:19
d51c8a3
Compare
Choose a tag to compare

Fixed

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

v1.1.0

04 Jul 18:16
f75185e
Compare
Choose a tag to compare

Added

  • Added support for pytorch lightning

Changed

  • Removed python 3.7 support

v1.0.4

19 Jan 01:06
626ac62
Compare
Choose a tag to compare

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)

v1.0.3

18 Jan 18:09
Compare
Choose a tag to compare

Fixed

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

v1.0.1

04 Nov 23:00
5d54c82
Compare
Choose a tag to compare

Readme updates for pypi

v1.0.0

04 Nov 22:43
3881745
Compare
Choose a tag to compare

First release to pypi