What's Changed
Added
- Registry search api (@estellazx in #9472)
Changed
- changed moviepy constraint to >=1.0.0 (@jacobromero in #9419)
wandb.init()displays more detailed information, in particular when it is stuck retrying HTTP errors (@timoffex in #9431)
Removed
Fixed
- Fixed incorrect logging of an "wandb.Video requires moviepy [...]" exception when using moviepy v2. (@Daraan in #9375)
wandb.setup()correctly starts up the internal service process; this semantic was unintentionally broken in 0.19.2 (@timoffex in #9436)- Fixed
TypeError: Object of type ... is not JSON serializablewhen using numpy number types as values. (@jacobromero in #9487)