- Fix issue when checking for updated releases on pypi
0.10.6
Not secure
:bug: Bug Fix
- Make sure code saving is enabled in jupyter environments after login - Sweep agents have extended timeout for large sweep configs - Support WANDB_SILENT environment variable - Warn about missing python package when logging images - Fix wandb.restore() to apply diff patch - Improve artifact error messages - Fix loading of config-defaults.yaml and specified list of yaml config files
0.10.5
Not secure
:nail_care: Enhancement
- Add new custom plots: `wandb.plot.*` - Add new python based sweep agent: `wandb.agent()`
:bug: Bug Fix
- Console log fixes (tqdm on windows, fix close exceptions) - Add more attributes to the Run object (group, job_type, urls) - Fix sagemaker login issues - Fix issue where plots were not uploaded until the end of run
0.10.4
Not secure
:bug: Bug Fix
- Fix an issue where wandb.init(allow_val_change=) throws exception
0.10.3
Not secure
:nail_care: Enhancement
- Added warning when trying to sync pre 0.10.0 run dirs - Improved jupyter support for wandb run syncing information
:bug: Bug Fix
- Fix artifact download issues - Fix multiple issues with tensorboard_sync - Fix multiple issues with juypter/python sweeps - Fix issue where login was timing out - Fix issue where config was overwritten when resuming runs - Ported sacred observer to 0.10.x release - Fix predicted bounding boxes overwritten by ground truth boxes - Add missing save_code parameter to wandb.init()
0.10.2
Not secure
:nail_care: Enhancement
- Added upload_file to API - wandb.finish() can be called without matching wandb.init()
:bug: Bug Fix
- Fix issue where files were being logged to wrong parallel runs - Fix missing properties/methods -- as_dict(), sweep_id - Fix wandb.summary.update() not updating all keys - Code saving was not properly enabled based on UI settings - Tensorboard now logging images before end of program - Fix resume issues dealing with config and summary metrics