⌛ Deprecated
- Python 3.5 will not be supported as of
wandb==0.12.0
🐛 Bug Fix
- Reduce Memory Footprint of Images In Tables
- Added a dependency on graphql-core>=2.3.0
- Removed urllib3 pin to avoid conflicts, if you see urllib3 related errors run
pip install --upgrade urllib3
- Improved Public API HTTP error messages
- Set run.dir to the generated directory name in disabled mode
💅 Enhancement
- Adds support for native Jax array logging
- Tables now support Molecule data type
- Improve Stable-Baselines3 API by auto log model's name and always upload models at the end of training
- Implements the sweep local controller using wandb/sweeps