Wandb

Latest version: v0.19.1

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

Scan your dependencies

Page 7 of 30

0.15.3

Not secure
:hammer: Fixes

- fix(sdk): allow SDK to work if SA token can't be read by wandb-zacharyblasczyk in https://github.com/wandb/wandb/pull/5472
- fix(sdk): clean up the k8s token discovery logic in util.py::image_id_from_k8s by dmitryduev in https://github.com/wandb/wandb/pull/5518
- fix(integrations): Update `WandbTracer` to work with new langchain version by parambharat in https://github.com/wandb/wandb/pull/5558
- revert(sdk): update summary for changed keys only by dmitryduev in https://github.com/wandb/wandb/pull/5562

New Contributors

- wandb-zacharyblasczyk made their first contribution in https://github.com/wandb/wandb/pull/5472

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.15.2...v0.15.3

0.15.2

Not secure
:hammer: Fixes

- fix(integrations): update WandbTracer for new langchain release by parambharat tssweeney in https://github.com/wandb/wandb/pull/5467
- fix(integrations): fix error message in langchain wandb_tracer version check by dmitryduev in https://github.com/wandb/wandb/pull/5490

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.15.1...v0.15.2

0.15.1

Not secure
:magic_wand: Enhancements

- feat(launch): implement new Kubernetes runner config schema by TimH98 in https://github.com/wandb/wandb/pull/5231
- feat(launch): allow platform override for docker builder by TimH98 in https://github.com/wandb/wandb/pull/5330
- feat(artifacts): get full name of artifact for easier artifact retrieval by estellazx in https://github.com/wandb/wandb/pull/5314
- feat(artifacts): make default root for artifacts download configurable by moredatarequired in https://github.com/wandb/wandb/pull/5366
- feat(artifacts): add Azure storage handler in SDK by szymon-piechowicz-wandb in https://github.com/wandb/wandb/pull/5317
- feat(media): add method to convert wandb.Table to pandas.DataFrame by brunnelu in https://github.com/wandb/wandb/pull/5301
- feat(launch): sweeps on launch command args passed as params by gtarpenning in https://github.com/wandb/wandb/pull/5315

:hammer: Fixes

- fix(launch): don't assume keys in args and config refer to the same thing by szymon-piechowicz-wandb in https://github.com/wandb/wandb/pull/5183
- fix(launch): make ElasticContainerRegistry environment handle "ImageNotFoundException" gracefully by bcsherma in https://github.com/wandb/wandb/pull/5159
- fix(launch): disable kaniko builder retry by TimH98 in https://github.com/wandb/wandb/pull/5318
- fix(sdk): refine error message for auth error by kptkin in https://github.com/wandb/wandb/pull/5341
- fix(launch): kubernetes runner does not respect override args by KyleGoyette in https://github.com/wandb/wandb/pull/5303
- fix(sweeps): allow attr-dicts as sweeps configs by moredatarequired in https://github.com/wandb/wandb/pull/5268
- fix(artifacts): checksum the read-only staging copy instead of the original file by moredatarequired in https://github.com/wandb/wandb/pull/5346
- fix(launch): skip getting run info if run completes successfully or is from a different entity by TimH98 in https://github.com/wandb/wandb/pull/5379
- fix(artifacts): default to project "uncategorized" instead of "None" when fetching artifacts by szymon-piechowicz-wandb in https://github.com/wandb/wandb/pull/5375
- fix(integrations): add enabled check to gym VideoRecorder by younik in https://github.com/wandb/wandb/pull/5230
- fix(artifacts): fix handling of default project and entity by dmitryduev in https://github.com/wandb/wandb/pull/5395
- fix(sdk): update import_hook.py with latest changes in the wrapt repository by kptkin in https://github.com/wandb/wandb/pull/5321
- fix(launch): fix support for local urls in k8s launch agent by KyleGoyette in https://github.com/wandb/wandb/pull/5413
- fix(sdk): improve notebook environment detection and testing by dmitryduev in https://github.com/wandb/wandb/pull/4982
- fix(sdk): implement recursive isinstance check utility for the Settings object by dmitryduev in https://github.com/wandb/wandb/pull/5436
- fix(sdk): correctly parse edge cases in OpenMetrics filter definitions in System Monitor by dmitryduev in https://github.com/wandb/wandb/pull/5329
- fix(sdk): update debug logs to include SDK's version by kptkin in https://github.com/wandb/wandb/pull/5344
- fix(sdk): filter AWS Trainium metrics by local rank if executed with torchrun by dmitryduev in https://github.com/wandb/wandb/pull/5142
- fix(integrations): inform users about WandbTracer incompatibility with LangChain > 0.0.153 by hwchase17 in https://github.com/wandb/wandb/pull/5453

:books: Docs

- docs(sdk): update README.md by thanos-wandb in https://github.com/wandb/wandb/pull/5386
- docs(integrations): update docstrings of the Keras callbacks by ayulockin in https://github.com/wandb/wandb/pull/5198
- docs(sdk): update the images in `README.md` by ngrayluna in https://github.com/wandb/wandb/pull/5399

New Contributors

- szymon-piechowicz-wandb made their first contribution in https://github.com/wandb/wandb/pull/5183
- thanos-wandb made their first contribution in https://github.com/wandb/wandb/pull/5386
- brunnelu made their first contribution in https://github.com/wandb/wandb/pull/5301
- younik made their first contribution in https://github.com/wandb/wandb/pull/5230
- hwchase17 made their first contribution in https://github.com/wandb/wandb/pull/5453

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.15.0...v0.15.1

0.15.0

Not secure
:magic_wand: Enhancements

- feat(media): add support for LangChain media type by tssweeney in https://github.com/wandb/wandb/pull/5288
- feat(integrations): add autolog for OpenAI's python library by dmitryduev parambharat kptkin raubitsj in https://github.com/wandb/wandb/pull/5362

:hammer: Fixes

- fix(integrations): add function signature wrapper to the patched openai methods by parambharat in https://github.com/wandb/wandb/pull/5369
- fix(integrations): adjust OpenAI autolog public API to improve user experience by dmitryduev kptkin raubitsj in https://github.com/wandb/wandb/pull/5381

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.14.2...v0.15.0

0.14.2

Not secure
:hammer: Fixes

- fix(sdk): fix `wandb sync` regression by kptkin in https://github.com/wandb/wandb/pull/5306

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.14.1...v0.14.2

0.14.1

Not secure
:magic_wand: Enhancements

- feat(artifacts): improve run.log_artifact() with default type and path references by moredatarequired in https://github.com/wandb/wandb/pull/5131
- feat(artifacts): add opt-in support for async artifact upload by speezepearson in https://github.com/wandb/wandb/pull/4864
- perf(sdk): update summary for changed keys only by dmitryduev in https://github.com/wandb/wandb/pull/5150
- feat(sdk): use a persistent session object for GraphQL requests by moredatarequired in https://github.com/wandb/wandb/pull/5075
- feat(sdk): allow setting of extra headers for the gql client by dmitryduev in https://github.com/wandb/wandb/pull/5237
- feat(sdk): allow filtering metrics based on OpenMetrics endpoints by dmitryduev in https://github.com/wandb/wandb/pull/5282

:hammer: Fixes

- fix(artifacts): more informative message when failing to create staging artifact directory by moredatarequired in https://github.com/wandb/wandb/pull/5067
- fix(launch): set default value for Kubernetes backoffLimit to 0 by KyleGoyette in https://github.com/wandb/wandb/pull/5072
- fix(sdk): remove default sorting when dumping config into a yaml file by kptkin in https://github.com/wandb/wandb/pull/5127
- fix(media): fix encoding for html types on windows by kptkin in https://github.com/wandb/wandb/pull/5180
- fix(sdk): clean up auto resume state when initializing a new run by kptkin in https://github.com/wandb/wandb/pull/5184
- fix(sdk): harden `wandb.init()` error handling for backend errors by kptkin in https://github.com/wandb/wandb/pull/5023
- fix(sdk): fix system monitor shutdown logic by dmitryduev in https://github.com/wandb/wandb/pull/5227
- fix(launch): allow users to specify pinned versions in requirements.txt by KyleGoyette in https://github.com/wandb/wandb/pull/5226
- fix(sdk): make `wandb.log()` handle empty string values properly by dannygoldstein in https://github.com/wandb/wandb/pull/5275
- fix(sdk): raise exception when accessing methods and attributes of a finished run by kptkin in https://github.com/wandb/wandb/pull/5013

:books: Docs

- docs(launch): add documentation for launch by iveksl2 in https://github.com/wandb/wandb/pull/4596
- docs(sdk): add documentation for Object3D media type by ssisk in https://github.com/wandb/wandb/pull/4810
- docs(sdk): remove duplicate docstring in keras integration by Gladiator07 in https://github.com/wandb/wandb/pull/5289
- docs(artifacts): convert docstrings to Google convention by moredatarequired in https://github.com/wandb/wandb/pull/5276

:nail_care: Cleanup

- refactor(artifacts): use 'secrets' module instead of custom random token generator by moredatarequired in https://github.com/wandb/wandb/pull/5050
- refactor(artifacts): move \_manifest_json_from_proto to sender.py by moredatarequired in https://github.com/wandb/wandb/pull/5178

New Contributors

- iveksl2 made their first contribution in https://github.com/wandb/wandb/pull/4596
- Gladiator07 made their first contribution in https://github.com/wandb/wandb/pull/5289

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.14.0...v0.14.1

Page 7 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.