Skip to content

v0.12.16

Compare
Choose a tag to compare
@raubitsj raubitsj released this 03 May 17:05

0.12.16 (May 3, 2022)

馃拝 Enhancement

馃悰 Bug Fix

  • Support version IDs in artifact refs, fix s3/gcs references in Windows by @annirudh in #3529
  • Fix support for multiple finish for single run using wandb-service by @kptkin in #3560
  • Fix duplicate backtrace when using wandb-service by @kptkin in #3575
  • Fix wrong entity displayed in login message by @kptkin in #3490
  • Fix hang when wandb.init is interrupted mid setup using wandb-service by @kptkin in #3569
  • Fix handling keyboard interrupt to avoid hangs with wandb-service enabled by @kptkin in #3566
  • Fix console logging with very long print out when using wandb-service by @kptkin in #3574
  • Fix broken artifact string in launch init config by @KyleGoyette in #3582

馃Ч Cleanup

  • Fix typo in wandb.log() docstring by @RobRomijnders in #3520
  • Cleanup custom chart code and add type annotations to plot functions by @kptkin in #3407
  • Improve wandb.init(settings=) to handle Settings object similarly to dict parameter by @dmitryduev in #3510
  • Add documentation note about api.viewer in api.user() and api.users() by @ramit-wandb in #3552
  • Be explicit about us being py3+ only in setup.py by @dmitryduev in #3549
  • Add type annotations to DirWatcher by @speezepearson in #3557
  • Improve wandb.log() docstring to use the correct argument name by @idaho777 in #3585

New Contributors

Full Changelog: v0.12.15...v0.12.16