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.12.16

Published by raubitsj over 2 years ago

0.12.16 (May 3, 2022)

πŸ’… Enhancement

πŸ› Bug Fix

🧹 Cleanup

New Contributors

Full Changelog: https://github.com/wandb/client/compare/v0.12.15...v0.12.16

wandb - v0.12.15

Published by raubitsj over 2 years ago

0.12.15 (April 21, 2022)

πŸ’… Enhancement

Full Changelog: https://github.com/wandb/client/compare/v0.12.14...v0.12.15

wandb - v0.12.14

Published by raubitsj over 2 years ago

0.12.14 (April 8, 2022)

πŸ› Bug Fix

Full Changelog: https://github.com/wandb/client/compare/v0.12.13...v0.12.14

wandb - v0.12.13

Published by raubitsj over 2 years ago

0.12.13 (April 7, 2022)

πŸ› Bug Fix

Full Changelog: https://github.com/wandb/client/compare/v0.12.12...v0.12.13

wandb - v0.12.12

Published by raubitsj over 2 years ago

0.12.12 (April 5, 2022)

πŸ’… Enhancement

πŸ› Bug Fix

New Contributors

Full Changelog: https://github.com/wandb/client/compare/v0.12.11...v0.12.12

wandb - v0.12.11

Published by raubitsj over 2 years ago

0.12.11 (March 1, 2022)

πŸ’… Enhancement

πŸ› Bug Fix

New Contributors

Full Changelog: https://github.com/wandb/client/compare/v0.12.10...v0.12.11

wandb - v0.12.10

Published by raubitsj over 2 years ago

0.12.10 (February 1, 2022)

πŸ’… Enhancement

πŸ› Bug Fix

🧹 Cleanup

New Contributors

Full Changelog: https://github.com/wandb/client/compare/v0.12.9...v0.12.10

wandb - v0.12.9

Published by raubitsj almost 3 years ago

0.12.9 (December 16, 2021)

πŸ› Bug Fix

Full Changelog: https://github.com/wandb/client/compare/v0.12.8...v0.12.9

wandb - v0.12.8

Published by raubitsj almost 3 years ago

πŸ’… Enhancement

πŸ› Bug Fix

Full Changelog: https://github.com/wandb/client/compare/v0.12.7...v0.12.8

wandb - v0.12.7

Published by raubitsj almost 3 years ago

πŸ› Bug Fix

πŸ’… Enhancement

Full Changelog: https://github.com/wandb/client/compare/v0.12.6...v0.12.7

wandb - v0.12.6

Published by raubitsj almost 3 years ago

πŸ› Bug Fix

πŸ’… Enhancement

Full Changelog: https://github.com/wandb/client/compare/v0.12.5...v0.12.6

wandb - v0.12.5

Published by raubitsj almost 3 years ago

πŸ› Bug Fix

  • Report errors for invalid characters in logged media keys on windows
  • Handle errors when probing for TPUs in unsupported environments
  • Fixed bug where %%wandb followed by wandb.init() does not display run links
  • Fixed api.runs() to correctly return all runs for the current entity/project

πŸ’… Enhancement

  • Add wandb.require(experiment="service") to improve multiprocessing support
  • Add support for swappable artifacts in launch context
  • Add wandb.login(timeout=) support for jupyter environments
  • Add ability to disable git ref saving with WANDB_DISABLE_GIT
  • Support newer versions of pytest-mock and PyYAML
  • Add ability to delete artifacts with aliases: artifact.delete(delete_aliases=True)
  • Add unwatch() method to the Run object

Full Changelog: https://github.com/wandb/client/compare/v0.12.4...v0.12.5

wandb - v0.12.4

Published by raubitsj about 3 years ago

πŸ› Bug Fix

  • Fix regression introduced in 0.12.2 causing network access when WANDB_MODE=offline

Full Changelog: https://github.com/wandb/client/compare/v0.12.3...v0.12.4

wandb - v0.12.3

Published by raubitsj about 3 years ago

πŸ› Bug Fix

  • Fixes the grid search stopping condition in the local controller

πŸ’… Enhancement

  • New jupyter magic for displaying runs, sweeps, and projects %wandb path/to/run -h 1024
  • We no longer display run iframe by default in jupyter, add %%wandb to a cell to display a run
  • Makes api key prompting retry indefinitely on malformed input
  • Invite users to teams via the api api.team("team_name").invite("username_or_email")
  • Remove users from a team via the api api.team("team_name").members[0].delete()
  • Create service accounts via the api api.team("team_name").create_service_account("Description")
  • Manage api keys via the api api.user("username_or_email").generate_api_key()
  • Add pytorch profiling trace support with wandb.profiler.torch_trace_handler()
wandb - v0.12.2

Published by raubitsj about 3 years ago

πŸ› Bug Fix

  • Fix tensorboard_sync to handle ephemeral Sagemaker tfevents files
  • Fix Reports query from the public api (broken pagination and report path)
  • Fix wandb.login() when relogin is specified (only force login once)

πŸ’… Enhancement

  • Clean up footer output of summary and history metrics
  • Clean up error message from wandb sweep --update
  • Add warning for wandb local users to update their docker
  • Add optional argument log_learning_curve to wandb.sklearn.plot_classifier()
  • Restore frozen pip package versions when using wandb launch
  • Add support for jupyter notebooks in launch
  • Add wandb.login() timeout option
wandb - v0.12.1

Published by raubitsj about 3 years ago

πŸ› Bug Fix

  • Fix tensorflow/keras 2.6 not logging validation examples
  • Fix metrics logged through tensorboard not supporting time on x-axis
  • Fix WANDB_IGNORE_GLOBS environment variable handling
  • Fix handling when sys.stdout is configured to a custom logger
  • Fix sklearn feature importance plots not matching feature names properly
  • Fix an issue where colab urls were not being captured
  • Save program commandline if run executable was outside cwd

πŸ’… Enhancement

  • Add Prodigy integration to upload annotated datasets to W&B Tables
  • Add initial Metaflow support
  • Add experimental wandb launch support
  • Add warnings that public API requests are timing out and allow override
  • Improve error handling in local controller sweeps engine
wandb - v0.12.0

Published by raubitsj about 3 years ago

βŒ› No Longer Supported

  • Remove Python 3.5 support

πŸ› Bug Fix

  • Fix issue that could cause artifact uploads to fail if artifact files are being modified
  • Fix issue where wandb.restore() wouldn't work with runs from a sweep

πŸ’… Enhancement

  • Improve run execution time calculation
wandb - v0.11.2

Published by raubitsj about 3 years ago

πŸ› Bug Fix

  • Restore vendored graphql-core library because of network regression
wandb - v0.11.1

Published by raubitsj about 3 years ago

βŒ› Deprecated

  • Python 3.5 will not be supported as of wandb==0.12.0

πŸ› Bug Fix

  • Reduce Memory Footprint of Images In Tables
  • Added a dependency on graphql-core>=2.3.0
  • Removed urllib3 pin to avoid conflicts, if you see urllib3 related errors run pip install --upgrade urllib3
  • Improved Public API HTTP error messages
  • Set run.dir to the generated directory name in disabled mode

πŸ’… Enhancement

  • Adds support for native Jax array logging
  • Tables now support Molecule data type
  • Improve Stable-Baselines3 API by auto log model's name and always upload models at the end of training
  • Implements the sweep local controller using wandb/sweeps
wandb - v0.11.0

Published by dannygoldstein over 3 years ago

βŒ› No Longer Supported

  • Remove Python 2.7 support

πŸ› Bug Fix

  • Fix issue where wandb.watch() broke model saving in pytorch
  • Fix issue where uniform sweep parameters were parsed as int_uniform
  • Fix issue where file_stream thread was killed on 4xx errors

πŸ’… Enhancement

  • Improve performance of artifact logging by making it non-blocking
  • Add wandb integration for Stable-Baselines3
  • Improve keras callback validation logging inference logic
  • Expose sweep state via the public API
  • Improve performance of sweep run fetches via the API
Package Rankings
Top 0.71% on Pypi.org
Top 14.03% on Spack.io
Top 5.2% on Proxy.golang.org
Related Projects