Skip to content

v0.15.11

Compare
Choose a tag to compare
@dmitryduev dmitryduev released this 21 Sep 21:19
acec501

What's Changed

🪄 Enhancements

  • feat(nexus): add support for code saving in script mode by @kptkin in #6243
  • feat(nexus): add support for policy=end in wandb.save by @kptkin in #6267
  • feat(nexus): add system info to metadata by @dmitryduev in #6244
  • feat(nexus): add nvidia gpu system info to metadata by @dmitryduev in #6270
  • feat(launch): delete run queues with public api by @bcsherma in #6317
  • feat(sdk): introduce custom proxy support for wandb http(s) traffic by @kptkin in #6300

🔨 Fixes

  • fix(sdk): Fix logger when logging filestream exception by @KyleGoyette in #6246
  • fix(launch): use watch api to monitor launched CRDs by @bcsherma in #6226
  • fix(launch): forbid enqueing docker images without target project by @bcsherma in #6248
  • fix(sdk): add missing Twitter import for API users by @fdsig in #6261
  • fix(artifacts): get S3 versionIDs from directory references by @moredatarequired in #6255
  • fix(launch): make watch streams recover from connection reset by @bcsherma in #6272
  • fix(public-api): use json.loads(..., strict=False) to ignore invalid utf-8 and control characters in api.Run.load by @dmitryduev in #6299
  • fix(sdk): correctly identify colab as a jupyter-like env in settings by @dmitryduev in #6308
  • fix(sdk): improve memory management for summary updates by @dmitryduev in #5569
  • fix(artifacts): Add environment variable to configure batch size for download urls by @ibindlish in #6323
  • fix(launch): fail rqis if no run is created by @bcsherma in #6324

📚 Docs

💅 Cleanup

New Contributors

Full Changelog: v0.15.10...v0.15.11