0.12.12 (April 5, 2022)
💅 Enhancement
- Allow run objects to be passed to other processes when using wandb-service by @kptkin in #3308
- Add create user to public api by @vanpelt in #3438
- Support logging from multiple processes with wandb-service by @kptkin in #3285
- Add gpus flag for local launch runner with cuda by @KyleGoyette in #3417
- Improve Launch deployable agent by @KyleGoyette in #3388
- Add Launch kubernetes integration by @KyleGoyette in #3393
- KFP: Add wandb visualization helper by @andrewtruong in #3439
- KFP: Link back to Kubeflow UI by @andrewtruong in #3427
🐛 Bug Fix
- Improve host / WANDB_BASE_URL validation by @dmitryduev in #3314
- Fix/insecure tempfile by @dmitryduev in #3360
- Fix excess warning span if requested WANDB_DIR/root_dir is not writable by @dmitryduev in #3304
- Fix line_series to plot array of strings by @kptkin in #3385
- Properly handle command line args with service by @kptkin in #3371
- Improve api_key validation by @dmitryduev in #3384
- Fix multiple performance issues caused by not using defaultdict by @dmitryduev in #3406
- Enable inf max jobs on launch agent by @stephchen in #3412
- fix colab command to work with launch by @stephchen in #3422
- fix typo in Config docstring by @hu-po in #3416
- Make code saving not a policy, keep previous custom logic by @dmitryduev in #3395
- Fix logging sequence images with service by @kptkin in #3339
- Add username to debug-cli log file to prevent conflicts of multiple users by @zythosec in #3301
- Fix python sweep agent for users of wandb service / pytorch-lightning by @raubitsj in #3465
- Remove unnecessary launch reqs checks by @KyleGoyette in #3457
- Workaround for MoviePy's Unclosed Writer by @tssweeney in #3471
- Improve handling of Run objects when service is not enabled by @kptkin in #3362
New Contributors
Full Changelog: v0.12.11...v0.12.12