What's Changed
🪄 Enhancements
- feat(artifacts): add an option to upload image references by @estellazx in #4303
🔨 Fixes
- fix(launch): generate more readable image names by @jamie-rasmussen in #4379
- fix(artifacts): use hash(
etag
+url
) instead of justetag
, as key, in artifacts cache by @speezepearson in #4371 - fix(artifacts): wait for artifact to commit before telling the user it's ready when using
wandb artifact put
by @speezepearson in #4381 - fix(sdk): prefix vendor watchdog library by @raubitsj in #4389
- fix(artifacts): fix
Circular reference detected
error, when updating metadata with numpy array longer than 32 elements by @estellazx in #4221 - fix(integrations): add a random string to run_id on SageMaker not to break DDP mode by @dmitryduev in #4276
⚙️ Dev
- ci(sdk): make sure we dont shutdown test cluster before grabbing results by @raubitsj in #4361
- test(artifacts): add standalone artifact test to nightly cpu suite by @raubitsj in #4360
- chore(sdk): rename default branch to
main
by @raubitsj in #4374 - build(sdk): update mypy extension for protobuf type checking by @dmitryduev in #4392
- chore(sdk): update codeql-analysis.yml branch name by @zythosec in #4393
- ci(sdk): move functional import tests to nightly and expand python version coverage by @dmitryduev in #4395
- ci(sdk): add Slack notification for failed nightly import tests by @dmitryduev in #4403
- test(cli): fix broken CLI tests that attempt uploading non-existent artifacts by @dmitryduev in #4426
💅 Cleanup
- fix(launch): job creation through use_artifact instead of log_artifact by @KyleGoyette in #4337
- ci(sdk): add a GH action to automate parts of the release process by @dmitryduev in #4355
- fix(media): 3D Point Clouds now viewable in UI in all situations by @ssisk in #4353
- fix(launch): Git URLs were failing if fsmonitor is enabled by @jamie-rasmussen in #4333
- style(sdk): ignore new proto generated file directories by @raubitsj in #4354
- chore(launch): fix a bug preventing Run Queue deletion in the SDK by @gtarpenning in #4321
- chore(launch): add support for
pushToRunQueueByName
mutation by @gtarpenning in #4292 - refactor(sdk): refactor system metrics monitoring and probing by @dmitryduev in #4213
- style(sdk): fix gitattribute for protobuf generated files by @raubitsj in #4400
New Contributors
Full Changelog: v0.13.4...v0.13.5