wandb

The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.

MIT License

Downloads
15.3M
Stars
8.9K
Committers
182

Bot releases are visible (Hide)

wandb - v0.18.3

Published by github-actions[bot] 18 days ago

What's Changed

Added

Fixed

Changed

  • After artifact = run.log_artifact(), you must use artifact.wait() before operations that rely on the artifact having been uploaded. Previously, this wasn't necessary in some cases because run.log_artifact() blocked other operations on the run (@timoffex in https://github.com/wandb/wandb/pull/8466)
wandb - v0.18.2

Published by github-actions[bot] 22 days ago

What's Changed

Added

Fixed

wandb - v0.18.1

Published by github-actions[bot] about 1 month ago

What's Changed

Fixed

Changed

wandb - v0.18.0

Published by github-actions[bot] about 1 month ago

What's Changed

Added

Fixed

Changed

  • The new "core" backend, previously activated using wandb.require("core"), is now used by default. To revert to the legacy behavior,
    add wandb.require("legacy-service") at the beginning of your script. Note: In the upcoming minor release, the option
    to disable this new behavior will be removed (@kptkin in https://github.com/wandb/wandb/pull/7777)
wandb - v0.17.9

Published by github-actions[bot] about 1 month ago

What's Changed

Changed

  • Changed the default system metrics sampling interval to 10 seconds without averaging, while allowing custom intervals via wandb.init(settings=wandb.Settings(_stats_sampling_interval=...)) (@dmitryduev in https://github.com/wandb/wandb/pull/8208)

Deprecated

  • define_metric(summary='best', goal=...) is deprecated and soon will be removed, use define_metric(summary='min') or define_metric(summary='min') instead (@kptkin in https://github.com/wandb/wandb/pull/8219)
wandb - v0.17.8

Published by github-actions[bot] about 2 months ago

What's Changed

Added

Fixed

Deprecated

wandb - v0.17.7

Published by github-actions[bot] 2 months ago

What's Changed

Fixed

wandb - v0.17.6

Published by dmitryduev 2 months ago

What's Changed

Added

Changed

Fixed

wandb - v0.17.5

Published by github-actions[bot] 3 months ago

What's Changed

Added

Changed

Fixed

wandb - v0.17.4

Published by github-actions[bot] 4 months ago

What's Changed

Added

Fixed

wandb - v0.17.3

Published by github-actions[bot] 4 months ago

What's Changed

Fixed

wandb - v0.17.2

Published by github-actions[bot] 4 months ago

What's Changed

Added

Fixed

wandb - v0.17.1

Published by github-actions[bot] 4 months ago

What's Changed

Added

Fixed

Changed

Deprecated

wandb - v0.17.0

Published by kptkin 5 months ago

What's Changed

Added

Fixed

Changed

Removed

  • Removed the deprecated wandb.plots.* functions and top-level third-party integrations wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost]. Please use wandb.plot instead of wandb.plots and wandb.integration.[catboost,fastai,keras,lightgbm,sacred,xgboost] instead of wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost] (@dmitryduev in https://github.com/wandb/wandb/pull/7552)
  • Removed the [async] extra and the _async_upload_concurrency_limit setting (@moredatarequired in https://github.com/wandb/wandb/pull/7416)
  • Removed undocumented settings: _except_exit and problem (@timoffex in https://github.com/wandb/wandb/pull/7563)
wandb - v0.16.6 Latest Release

Published by kptkin 7 months ago

What's Changed

Added

Changed

Fixed

wandb - v0.16.5

Published by kptkin 7 months ago

What's Changed

Added

Changed

Fixed

Removed

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.4...v0.16.5

wandb - v0.16.4

Published by kptkin 8 months ago

What's Changed

πŸͺ„ Enhancements

πŸ”¨ Fixes

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.3...v0.16.4

wandb - v0.16.3

Published by timoffex 9 months ago

What's Changed

πŸͺ„ Enhancements

πŸ”¨ Fixes

πŸ“š Docs

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.2...v0.16.3

wandb - v0.16.2

Published by kptkin 9 months ago

What's Changed

πŸͺ„ Enhancements

πŸ”¨ Fixes

πŸ“š Docs

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.1...v0.16.2

wandb - v0.16.1

Published by dmitryduev 11 months ago

What's Changed

πŸͺ„ Enhancements

πŸ”¨ Fixes

πŸ“š Docs

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.0...v0.16.1

Package Rankings
Top 0.71% on Pypi.org
Top 14.03% on Spack.io
Top 5.2% on Proxy.golang.org
Related Projects