What's Changed
Added
- Specify job input schemas when calling manage_config_file or manage_wandb_config to create a nicer UI when launching the job (@TimH98 in #7907, #7924, #7971)
- Use the filesystem rather than protobuf messages to transport manifests with more than 100k entries to the core process (@moredatarequired in #7992)
- Adds the
box3dconstructor forBox3D(@timoffex in #8086)
Changed
run.define_metric()raises an error when given extraneous arguments (@timoffex in #8040)- In disabled mode, use the
wandb.sdk.wandb_run.Runclass instead ofwandb.sdk.wandb_run.RunDisabled, which has been removed (@dmitryduev in #8037) - When
WANDB_MODE = offlinecallingartifact.download()now throws an error instead of stalling (@trane293 in #8009)