pypi wandb 0.13.10
v0.13.10

latest releases: 0.15.8, 0.15.7, 0.15.6...
20 months ago

What's Changed

🪄 Enhancements

  • perf(artifacts): reuse session for file upload requests by @speezepearson in #4708
  • feat(artifacts): expose aliases list endpoint for artifact collections by @ibindlish in #4809
  • feat(launch): include the username of the run's author in the environment variables by @TimH98 in #4851
  • feat(launch): add support for local-container resource args by @KyleGoyette in #4846
  • feat(sdk): add the ability to append to a run with wandb sync --append by @raubitsj in #4848
  • feat(launch): add an escape hatch (disable_job_creation) to disable automatic job creation by @KyleGoyette in #4901

🔨 Fixes

  • fix(launch): remove underscores from generated job name in kubernetes runner by @TimH98 in #4752
  • fix(sweeps): sweep command args can once again be int type by @gtarpenning in #4728
  • fix(artifacts): ensure prepared artifacts have the latest alias by @moredatarequired in #4828
  • fix(artifacts): catch FileNotFoundError and PermissionError during cache.cleanup() by @moredatarequired in #4868
  • fix(sdk): fix order of python executable resolves by @kptkin in #4839
  • fix(sdk): fix console handling when forking and setting stdout==stderr by @raubitsj in #4877
  • fix(launch): Fix issue where job artifacts are being logged without latest alias by @KyleGoyette in #4884
  • fix(launch): Ensure job names do not exceed maximum allowable for artifacts by @KyleGoyette in #4889

📚 Docs

⚙️ Dev

💅 Cleanup

  • refactor(sdk): strengthen StepUpload tests; make exception-handling more thorough in upload/commit by @speezepearson in #4677
  • refactor(artifacts): refactor Artifact query to fetch entity and project by @vwrj in #4775
  • refactor(sdk): replace more communicate calls with deliver by @raubitsj in #4841
  • refactor(artifacts): internally use Future to communicate success/failure of commit, not threading.Event by @speezepearson in #4859
  • refactor(sdk): use stdlib ThreadPoolExecutor in StepUpload instead of managing our own by @speezepearson in #4860

Full Changelog: v0.13.9...v0.13.10

Don't miss a new wandb release

NewReleases is sending notifications on new releases.