Skip to content

v0.11.1

Compare
Choose a tag to compare
@raubitsj raubitsj released this 29 Jul 20:00
fe9415b

βŒ› 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