Wandb

Latest version: v0.19.1

Safety actively analyzes 688746 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 30

0.19.1

Fixed

- Fixed bug where setting WANDB__SERVICE_WAIT led to an exception during wandb.init (TimSchneider42 in https://github.com/wandb/wandb/pull/9050)

Changed

- `run.finish()` displays more detailed information in the terminal and in Jupyter notebooks (by timoffex, enabled in https://github.com/wandb/wandb/pull/9070)
- Improved error message for failing tensorboard.patch() calls to show the option to call tensorboard.unpatch() first (daniel-bogdoll in https://github.com/wandb/wandb/pull/8938)
- Add projectId to deleteFiles mutation if the server supports it. (jacobromero in https://github.com/wandb/wandb/pull/8837)

0.19.0

Changed

- Set default behavior to not create a W&B Job (KyleGoyette in https://github.com/wandb/wandb/pull/8907)

Removed

- Remove `wandb.Run.plot_table` method. The functionality is still available and should be accessed using `wandb.plot_table`, which is now the recommended way to use this feature. (kptkin in https://github.com/wandb/wandb/pull/8686)
- Drop support for Python 3.7. (kptkin in https://github.com/wandb/wandb/pull/8858)

Fixed

- Fix `ultralytics` reporting if there are no positive examples in a validation batch. (Jamil in https://github.com/wandb/wandb/pull/8870)
- Debug printing for hyperband stopping algorithm printed one char per line (temporaer in https://github.com/wandb/wandb/pull/8955)
- Include the missing `log_params` argument when calling lightgbm's `wandb_callback` function. (i-aki-y https://github.com/wandb/wandb/pull/8943)

0.18.7

Added

- Added `create_and_run_agent` to `__all__` in `wandb/sdk/launch/__init__.py` to expose it as a public API (marijncv in https://github.com/wandb/wandb/pull/8621)

Changed

- Tables logged in offline mode now have updated keys to artifact paths when syncing. To revert to old behavior, use setting `allow_offline_artifacts = False`. (domphan-wandb in https://github.com/wandb/wandb/pull/8792)

Deprecated

- The `quiet` argument to `wandb.run.finish()` is deprecated, use `wandb.Settings(quiet=...)` to set this instead. (kptkin in https://github.com/wandb/wandb/pull/8794)

Fixed

- Fix `api.artifact()` to correctly pass the `enable_tracking` argument to the `Artifact._from_name()` method (ibindlish in https://github.com/wandb/wandb/pull/8803)

0.18.6

Added

- Add a boolean `overwrite` param to `Artifact.add()`/`Artifact.add_file()` to allow overwrite of previously-added artifact files (tonyyli-wandb in https://github.com/wandb/wandb/pull/8553)

Fixed

- Add missing type hints of the `wandb.plot` module in the package stub (kptkin in https://github.com/wandb/wandb/pull/8667)
- Fix limiting azure reference artifact uploads to `max_objects` (amusipatla-wandb in https://github.com/wandb/wandb/pull/8703)
- Fix downloading azure reference artifacts with `skip_cache=True` (amusipatla-wandb in https://github.com/wandb/wandb/pull/8706)
- Fix multipart uploads for files with no content type defined in headers (amusipatla-wandb in https://github.com/wandb/wandb/pull/8716)
- Fixed tensorboard failing to sync when logging batches of images. (jacobromero in https://github.com/wandb/wandb/pull/8641)
- Fixed behavior of `mode='x'`/`mode='w'` in `Artifact.new_file()` to conform to Python's built-in file modes (tonyyli-wandb in https://github.com/wandb/wandb/pull/8553)
- Do not ignore parameter `distribution` when configuring sweep parameters from SDK. (temporaer in https://github.com/wandb/wandb/pull/8737)

Changed

- Added internal method, `api._artifact()`, to fetch artifacts so that usage events are not created if not called by an external user. (ibindlish in https://github.com/wandb/wandb/pull/8674)
- Changed default `mode` in `Artifact.new_file()` from `'w'` to `'x'` to accurately reflect existing default behavior (tonyyli-wandb in https://github.com/wandb/wandb/pull/8553)

0.18.5

Fixed

- Import `Literal` from `typing_extensions` in Python 3.7; broken in 0.18.4 (timoffex in https://github.com/wandb/wandb/pull/8656)

0.18.4

Added

- Track detailed metrics for Apple ARM systems including GPU, eCPU, and pCPU utilization, power consumption, and temperature, and memory/swap utilization (dmitryduev in https://github.com/wandb/wandb/pull/8550)
- Allow users to link Registry artifacts without inputting the organization entity name (estellazx in https://github.com/wandb/wandb/pull/8482)
- Added a warning message indicating that the `fps` argument will be ignored when creating a wandb.Video object from a file path string or a bytes object. (jacobromero in https://github.com/wandb/wandb/pull/8585)
- Update docstrings for `logged_artifacts` and `used_artifacts` methods in `Run` class (trane293 in https://github.com/wandb/wandb/pull/8624)
- The `_show_operation_stats` setting enables a preview of a better `run.finish()` UX (timoffex in https://github.com/wandb/wandb/pull/8644)

Fixed

- Log power on AMD MI300X series GPUs (dmitryduev in https://github.com/wandb/wandb/pull/8630)
- Fixed typing issue of `wandb.Api` (bdvllrs in https://github.com/wandb/wandb/pull/8548)
- Ensure artifact objects are fully updated on `Artifact.save()` (tonyyli-wandb in https://github.com/wandb/wandb/pull/8575)

Changed

- Updated minimum version of `sentry-sdk` to 2.0.0 to address deprecation warnings. (jacobromero in https://github.com/wandb/wandb/compare/WB-20890)

Page 1 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.