- wandb.Artifact is now generally available! - feature_importances now supports CatBoost, thanks neomatrix369
0.8.36
Not secure
:bug: Bug Fix
- Catch all exceptions when saving Jupyter sessions - validation_data automatically set in TF >= 2.2 - _implements_\* hooks now implemented in keras callback for TF >= 2.2
:nail_care: Enhancement
- Raw source code saving now disabled by default - We now support global settings on boot to enable code saving on the server - New `code_save=True` argument to wandb.init to enable code saving manually
0.8.35
Not secure
:bug: Bug Fix
- Ensure cells don't hang on completion - Fixed jupyter integration in PyCharm shells - Made session history saving handle None metadata in outputs
0.8.34
Not secure
:nail_care: Enhancement
- Save session history in jupyter notebooks - Kaggle internet enable notification - Extend wandb.plots.feature_importances to work with more model types, thanks neomatrix369!
:bug: Bug Fix
- Code saving for jupyter notebooks restored - Fixed thread errors in jupyter - Ensure final history rows aren't dropped in jupyter
0.8.33
Not secure
:nail_care: Enhancement
- Add default class labels for semantic segmentation - Enhance bounding box API to be similar to semantic segmentation API
:bug: Bug Fix
- Increase media table rows to improve ROC/PR curve logging - Fix issue where pre binned histograms were not being handled properly - Handle nan values in pytorch histograms - Fix handling of binary image masks