What's Changed
Added
- When using wandb-core, support multipart uploads to S3 (@moredatarequired in #7659)
Changed
run.finish()may raise an exception in cases where previously it wouldos._exit()(@timoffex in #7921)run.link_artifact()can now surface server errors. (@ibindlish in #6941)
Fixed
- Handle
path_prefixes that don't correspond to directory names when downloading artifacts (@moredatarequired in #7721) - Fix creating or updating an artifact with the
incremental=Trueflag (@amusipatla-wandb in #7939)