0.12.16 (May 3, 2022)
๐ Enhancement
- Improve W&B footer by aligning summary/history in notebook env by @kptkin in #3479
- Enable experimental history step logging in artifacts by @raubitsj in #3502
- Add
args_no_boolean_flags
macro to sweep configuration by @hu-po in #3489 - Add logging support for
jax.bfloat.bfloat16
by @dmitryduev in #3528 - Raise exception when Table size exceeds limit by @dannygoldstein in #3511
- Add kaniko k8s builder for wandb launch by @KyleGoyette in #3492
- Add wandb.init() timeout setting by @kptkin in #3579
- Do not assume executable for given entrypoints with wandb launch by @KyleGoyette in #3461
- Jupyter environments no longer collect command arguments by @KyleGoyette in #3456
- Add support for TensorFlow/Keras SavedModel format by @ayulockin in #3276
๐ 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 handleSettings
object similarly todict
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
- @RobRomijnders made their first contribution in #3520
- @ramit-wandb made their first contribution in #3552
- @idaho777 made their first contribution in #3585
Full Changelog: v0.12.15...v0.12.16