0.12.10 (February 1, 2022)
๐ Enhancement
- Improve validation when creating Tables with invalid columns from dataframes by @tssweeney in #3113
- Enable digest deduplication for
use_artifact()
calls by @annirudh in #3109 - Initial prototype of azure blob upload support by @vanpelt in #3089
๐ Bug Fix
- Fix wandb launch using python dev versions by @stephchen in #3036
- Fix loading table saved with mixed types by @vwrj in #3120
- Fix ResourceWarning when calling wandb.log by @vwrj in #3130
- Fix missing cursor in ProjectArtifactCollections by @KyleGoyette in #3108
- Fix windows table logging classes issue by @vwrj in #3145
- Gracefully handle string labels in wandb.sklearn.plot.classifier.calibration_curve by @acrellin in #3159
- Do not display login warning when calling wandb.sweep() by @acrellin in #3162
๐งน Cleanup
- Drop python2 backport deps (enum34, subprocess32, configparser) by @jbylund in #3004
- Settings refactor by @dmitryduev in #3083
New Contributors
Full Changelog: v0.12.9...v0.12.10