Wandb

Latest version: v0.19.9

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

Scan your dependencies

Page 12 of 32

0.12.18

Not secure
:nail_care: Enhancement

- Launch: BareRunner based on LocalRunner by hu-po in https://github.com/wandb/wandb/pull/3577
- Add ability to specify api key to public api by dannygoldstein in https://github.com/wandb/wandb/pull/3657
- Add support in artifacts for files with unicode on windows by kptkin in https://github.com/wandb/wandb/pull/3650
- Added telemetry for new packages by manangoel99 in https://github.com/wandb/wandb/pull/3713
- Improve API key management by vanpelt in https://github.com/wandb/wandb/pull/3718
- Add information about `wandb server` during login by raubitsj in https://github.com/wandb/wandb/pull/3754

:bug: Bug Fix

- fix(weave): Natively support timestamps in Python Table Types by dannygoldstein in https://github.com/wandb/wandb/pull/3606
- Add support for magic with service by kptkin in https://github.com/wandb/wandb/pull/3623
- Add unit tests for DirWatcher and supporting classes by speezepearson in https://github.com/wandb/wandb/pull/3589
- Improve `DirWatcher.update_policy` O(1) instead of O(num files uploaded) by speezepearson in https://github.com/wandb/wandb/pull/3613
- Add argument to control what to log in SB3 callback by astariul in https://github.com/wandb/wandb/pull/3643
- Improve parameter naming in sb3 integration by dmitryduev in https://github.com/wandb/wandb/pull/3647
- Adjust the requirements for the dev environment setup on an M1 Mac by dmitryduev in https://github.com/wandb/wandb/pull/3627
- Launch: Fix NVIDIA base image Linux keys by KyleGoyette in https://github.com/wandb/wandb/pull/3637
- Fix launch run queue handling from config file by KyleGoyette in https://github.com/wandb/wandb/pull/3636
- Fix issue where tfevents were not always consumed by minyoung in https://github.com/wandb/wandb/pull/3673
- [Snyk] Fix for 8 vulnerabilities by snyk-bot in https://github.com/wandb/wandb/pull/3695
- Fix s3 storage handler to upload folders when key names collide by jlzhao27 in https://github.com/wandb/wandb/pull/3699
- Correctly load timestamps from tables in artifacts by dannygoldstein in https://github.com/wandb/wandb/pull/3691
- Require `protobuf<4` by dmitryduev in https://github.com/wandb/wandb/pull/3709
- Make Containers created through launch re-runnable as container jobs by KyleGoyette in https://github.com/wandb/wandb/pull/3642
- Fix tensorboard integration skipping steps at finish() by KyleGoyette in https://github.com/wandb/wandb/pull/3626
- Rename `wandb local` to `wandb server` by jsbroks in https://github.com/wandb/wandb/pull/3716
- Fix busted docker inspect command by vanpelt in https://github.com/wandb/wandb/pull/3742
- Add dedicated sentry wandb by dmitryduev in https://github.com/wandb/wandb/pull/3724
- Image Type should gracefully handle older type params by tssweeney in https://github.com/wandb/wandb/pull/3731

:broom: Cleanup

- Inline FileEventHandler.synced into the only method where it's used by speezepearson in https://github.com/wandb/wandb/pull/3594
- Use passed size argument to make `PolicyLive.min_wait_for_size` a classmethod by speezepearson in https://github.com/wandb/wandb/pull/3593
- Make FileEventHandler an ABC, remove some "default" method impls which were only used once by speezepearson in https://github.com/wandb/wandb/pull/3595
- Remove unused field from DirWatcher by speezepearson in https://github.com/wandb/wandb/pull/3592
- Make sweeps an extra instead of vendoring by dmitryduev in https://github.com/wandb/wandb/pull/3628
- Add nightly CI testing by dmitryduev in https://github.com/wandb/wandb/pull/3580
- Improve keras and data type Reference Docs by ramit-wandb in https://github.com/wandb/wandb/pull/3676
- Update `pytorch` version requirements in dev environments by dmitryduev in https://github.com/wandb/wandb/pull/3683
- Clean up CircleCI config by dmitryduev in https://github.com/wandb/wandb/pull/3722
- Add `py310` testing in CI by dmitryduev in https://github.com/wandb/wandb/pull/3730
- Ditch `dateutil` from the requirements by dmitryduev in https://github.com/wandb/wandb/pull/3738
- Add deprecated string to `Table.add_row` by nate-wandb in https://github.com/wandb/wandb/pull/3739

New Contributors

- sephmard made their first contribution in https://github.com/wandb/wandb/pull/3610
- astariul made their first contribution in https://github.com/wandb/wandb/pull/3643
- manangoel99 made their first contribution in https://github.com/wandb/wandb/pull/3713
- nate-wandb made their first contribution in https://github.com/wandb/wandb/pull/3739

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.12.17...v0.12.18

0.12.17

Not secure
:bug: Bug Fix

- Update requirements to fix incompatibility with protobuf >= 4 by dmitryduev in https://github.com/wandb/wandb/pull/3709

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.12.16...v0.12.17

0.12.16

Not secure
:nail_care: Enhancement

- Improve W&B footer by aligning summary/history in notebook env by kptkin in https://github.com/wandb/wandb/pull/3479
- Enable experimental history step logging in artifacts by raubitsj in https://github.com/wandb/wandb/pull/3502
- Add `args_no_boolean_flags` macro to sweep configuration by hu-po in https://github.com/wandb/wandb/pull/3489
- Add logging support for `jax.bfloat.bfloat16` by dmitryduev in https://github.com/wandb/wandb/pull/3528
- Raise exception when Table size exceeds limit by dannygoldstein in https://github.com/wandb/wandb/pull/3511
- Add kaniko k8s builder for wandb launch by KyleGoyette in https://github.com/wandb/wandb/pull/3492
- Add wandb.init() timeout setting by kptkin in https://github.com/wandb/wandb/pull/3579
- Do not assume executable for given entrypoints with wandb launch by KyleGoyette in https://github.com/wandb/wandb/pull/3461
- Jupyter environments no longer collect command arguments by KyleGoyette in https://github.com/wandb/wandb/pull/3456
- Add support for TensorFlow/Keras SavedModel format by ayulockin in https://github.com/wandb/wandb/pull/3276

:bug: Bug Fix

- Support version IDs in artifact refs, fix s3/gcs references in Windows by annirudh in https://github.com/wandb/wandb/pull/3529
- Fix support for multiple finish for single run using wandb-service by kptkin in https://github.com/wandb/wandb/pull/3560
- Fix duplicate backtrace when using wandb-service by kptkin in https://github.com/wandb/wandb/pull/3575
- Fix wrong entity displayed in login message by kptkin in https://github.com/wandb/wandb/pull/3490
- Fix hang when `wandb.init` is interrupted mid setup using wandb-service by kptkin in https://github.com/wandb/wandb/pull/3569
- Fix handling keyboard interrupt to avoid hangs with wandb-service enabled by kptkin in https://github.com/wandb/wandb/pull/3566
- Fix console logging with very long print out when using wandb-service by kptkin in https://github.com/wandb/wandb/pull/3574
- Fix broken artifact string in launch init config by KyleGoyette in https://github.com/wandb/wandb/pull/3582

:broom: Cleanup

- Fix typo in wandb.log() docstring by RobRomijnders in https://github.com/wandb/wandb/pull/3520
- Cleanup custom chart code and add type annotations to plot functions by kptkin in https://github.com/wandb/wandb/pull/3407
- Improve `wandb.init(settings=)` to handle `Settings` object similarly to `dict` parameter by dmitryduev in https://github.com/wandb/wandb/pull/3510
- Add documentation note about api.viewer in api.user() and api.users() by ramit-wandb in https://github.com/wandb/wandb/pull/3552
- Be explicit about us being py3+ only in setup.py by dmitryduev in https://github.com/wandb/wandb/pull/3549
- Add type annotations to DirWatcher by speezepearson in https://github.com/wandb/wandb/pull/3557
- Improve wandb.log() docstring to use the correct argument name by idaho777 in https://github.com/wandb/wandb/pull/3585

New Contributors

- RobRomijnders made their first contribution in https://github.com/wandb/wandb/pull/3520
- ramit-wandb made their first contribution in https://github.com/wandb/wandb/pull/3552
- idaho777 made their first contribution in https://github.com/wandb/wandb/pull/3585

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

0.12.15

Not secure
:nail_care: Enhancement

- Optimize wandb.Image logging when linked to an artifact by tssweeney in https://github.com/wandb/wandb/pull/3418

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

0.12.14

Not secure
:bug: Bug Fix

- Fix regression: disable saving history step in artifacts by vwrj in https://github.com/wandb/wandb/pull/3495

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

0.12.13

Not secure
:bug: Bug Fix

- Revert strictened api_key validation by dmitryduev in https://github.com/wandb/wandb/pull/3485

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

Page 12 of 32

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.