- Added ability to configure agent commandline from sweep config
:bug: Bug Fix
- Fix fast.ai prediction logging - Fix logging of eager tensorflow tensors - Fix jupyter issues with logging notebook name and wandb.watch()
0.8.21
Not secure
:nail_care: Enhancement
- Ignore wandb.init() specified project and entity when running a sweep
:bug: Bug Fix
- Fix agent "flapping" detection - Fix local controller not starting when sweep is pending
0.8.20
Not secure
:nail_care: Enhancement
- Added support for LightGBM - Added local board support (Experimental) - Added ability to modify sweep configuration - Added GPU power logging to system metrics
:bug: Bug Fix
- Prevent sweep agent from failing continuously when misconfigured
0.8.19
Not secure
:nail_care: Enhancement
- Added beta support for ray/tune hyperopt search strategy - Added ability to specify max runs per agent - Improve experience starting a sweep without a project already created
:bug: Bug Fix
- Fix repeated wandb.Api().Run(id).scan_history() calls get updated data - Fix early_terminate/hyperband in notebook/python environments
0.8.18
Not secure
:nail_care: Enhancement
- Added min_step and max_step to run.scan_history for grabbing sub-sections of metrics - wandb.init(reinit=True) now automatically calls wandb.join() to better support multiple runs per process
:bug: Bug Fix
- wandb.init(sync_tensorboard=True) works again for TensorFlow 2.0
0.8.17
Not secure
:nail_care: Enhancement
- Handle tags being passed in as a string
:bug: Bug Fix
- Pin graphql-core < 3.0.0 to fix install errors - TQDM progress bars update logs properly - Oversized summary or history logs are now dropped which prevents retry hanging