Wandb

Latest version: v0.19.1

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

Scan your dependencies

Page 10 of 30

0.13.0

Not secure
:nail_care: Enhancement

- Turns service on by default by kptkin in https://github.com/wandb/wandb/pull/3895
- Adds support logic for handling server provided messages by kptkin in https://github.com/wandb/wandb/pull/3706
- Allows runs to produce jobs on finish by KyleGoyette in https://github.com/wandb/wandb/pull/3810
- Adds Job, QueuedRun and job handling in launch by KyleGoyette in https://github.com/wandb/wandb/pull/3809
- Supports in launch agent of instance roles in ec2 and eks by KyleGoyette in https://github.com/wandb/wandb/pull/3596
- Adds default behavior to the Keras Callback: always save model checkpoints as artifacts by vwrj in https://github.com/wandb/wandb/pull/3909
- Sanitizes the artifact name in the KerasCallback for model artifact saving by vwrj in https://github.com/wandb/wandb/pull/3927
- Improves console logging by moving emulator to the service process by raubitsj in https://github.com/wandb/wandb/pull/3828
- Fixes data corruption issue when logging large sizes of data by kptkin in https://github.com/wandb/wandb/pull/3920
- Adds the state to the Sweep repr in the Public API by hu-po in https://github.com/wandb/wandb/pull/3948
- Adds an option to specify different root dir for git using settings or environment variables by bcsherma in https://github.com/wandb/wandb/pull/3250
- Adds an option to pass `remote url` and `commit hash` as arguments to settings or as environment variables by kptkin in https://github.com/wandb/wandb/pull/3934
- Improves time resolution for tracked metrics and for system metrics by raubitsj in https://github.com/wandb/wandb/pull/3918
- Defaults to project name from the sweep config when project is not specified in the `wandb.sweep()` call by hu-po in https://github.com/wandb/wandb/pull/3919
- Adds support to use namespace set user by the the launch agent by KyleGoyette in https://github.com/wandb/wandb/pull/3950
- Adds telemetry to track when a run might be overwritten by raubitsj in https://github.com/wandb/wandb/pull/3998
- Adds a tool to export `wandb`'s history into `sqlite` by raubitsj in https://github.com/wandb/wandb/pull/3999
- Replaces some `Mapping[str, ...]` types with `NamedTuples` by speezepearson in https://github.com/wandb/wandb/pull/3996
- Adds import hook for run telemetry by kptkin in https://github.com/wandb/wandb/pull/3988
- Implements profiling support for IPUs by cameron-martin in https://github.com/wandb/wandb/pull/3897

:bug: Bug Fix

- Fixes sweep agent with service by raubitsj in https://github.com/wandb/wandb/pull/3899
- Fixes an empty type equals invalid type and how artifact dictionaries are handled by KyleGoyette in https://github.com/wandb/wandb/pull/3904
- Fixes `wandb.Config` object to support default values when getting an attribute by farizrahman4u in https://github.com/wandb/wandb/pull/3820
- Removes default config from jobs by KyleGoyette in https://github.com/wandb/wandb/pull/3973
- Fixes an issue where patch is `None` by KyleGoyette in https://github.com/wandb/wandb/pull/4003
- Fixes requirements.txt parsing in nightly SDK installation checks by dmitryduev in https://github.com/wandb/wandb/pull/4012
- Fixes 409 Conflict handling when GraphQL requests timeout by raubitsj in https://github.com/wandb/wandb/pull/4000
- Fixes service teardown handling if user process has been terminated by raubitsj in https://github.com/wandb/wandb/pull/4024
- Adds `storage_path` and fixed `artifact.files` by vanpelt in https://github.com/wandb/wandb/pull/3969
- Fixes performance issue syncing runs with a large number of media files by vanpelt in https://github.com/wandb/wandb/pull/3941

:broom: Cleanup

- Adds an escape hatch logic to disable service by kptkin in https://github.com/wandb/wandb/pull/3829
- Annotates `wandb/docker` and reverts change in the docker fixture by dmitryduev in https://github.com/wandb/wandb/pull/3871
- Fixes GFLOPS to GFLOPs in the Keras `WandbCallback` by ayulockin in https://github.com/wandb/wandb/pull/3913
- Adds type-annotate for `file_stream.py` by dmitryduev in https://github.com/wandb/wandb/pull/3907
- Renames repository from `client` to `wandb` by dmitryduev in https://github.com/wandb/wandb/pull/3977
- Updates documentation: adding `--report_to wandb` for HuggingFace Trainer by ayulockin in https://github.com/wandb/wandb/pull/3959
- Makes aliases optional in link_artifact by vwrj in https://github.com/wandb/wandb/pull/3986
- Renames `wandb local` to `wandb server` by jsbroks in https://github.com/wandb/wandb/pull/3793
- Updates README badges by raubitsj in https://github.com/wandb/wandb/pull/4023

New Contributors

- bcsherma made their first contribution in https://github.com/wandb/wandb/pull/3250
- cameron-martin made their first contribution in https://github.com/wandb/wandb/pull/3897

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.12.21...v0.13.0

0.12.21

Not secure
:nail_care: Enhancement

- Fixes config not showing up until the run finish by KyleGoyette in https://github.com/wandb/wandb/pull/3734
- Adds new types to the TypeRegistry to handling artifact objects in jobs and run configs by KyleGoyette in https://github.com/wandb/wandb/pull/3806
- Adds new query to the the internal api getting the state of the run by hu-po in https://github.com/wandb/wandb/pull/3799
- Replaces unsafe yaml loaders with yaml.safe_load by zythosec in https://github.com/wandb/wandb/pull/3753
- Improves testing tooling by allowing to specify shards in manual testing by dmitryduev in https://github.com/wandb/wandb/pull/3826
- Fixes ROC and PR curves in the sklearn integration by stratifying sampling by tylerganter in https://github.com/wandb/wandb/pull/3757
- Fixes input box in notebooks exceeding cell space by dmitryduev in https://github.com/wandb/wandb/pull/3849
- Allows string to be passed as alias to link_model by tssweeney in https://github.com/wandb/wandb/pull/3834
- Adds Support for FLOPS Calculation in `keras`'s `WandbCallback` by dmitryduev in https://github.com/wandb/wandb/pull/3869
- Extends python report editing by andrewtruong in https://github.com/wandb/wandb/pull/3732

:bug: Bug Fix

- Fixes stats logger so it can find all the correct GPUs in child processes by raubitsj in https://github.com/wandb/wandb/pull/3727
- Fixes regression in s3 reference upload for folders by jlzhao27 in https://github.com/wandb/wandb/pull/3825
- Fixes artifact commit logic to handle collision in the backend by speezepearson in https://github.com/wandb/wandb/pull/3843
- Checks for `None` response in the retry logic (safety check) by raubitsj in https://github.com/wandb/wandb/pull/3863
- Adds sweeps on top of launch (currently in MVP) by hu-po in https://github.com/wandb/wandb/pull/3669
- Renames functional tests dir and files by raubitsj in https://github.com/wandb/wandb/pull/3879

:broom: Cleanup

- Fixes conditions order of `_to_dict` helper by dmitryduev in https://github.com/wandb/wandb/pull/3772
- Fixes changelog broken link to PR 3709 by janosh in https://github.com/wandb/wandb/pull/3786
- Fixes public api query (QueuedJob Api ) by KyleGoyette in https://github.com/wandb/wandb/pull/3798
- Renames local runners to local-container and local-process by hu-po in https://github.com/wandb/wandb/pull/3800
- Adds type annotations to files in the wandb/filesync directory by speezepearson in https://github.com/wandb/wandb/pull/3774
- Re-organizes all the testing directories to have common root dir by dmitryduev in https://github.com/wandb/wandb/pull/3740
- Fixes testing configuration and add bigger machine on `CircleCi` by dmitryduev in https://github.com/wandb/wandb/pull/3836
- Fixes typo in the `wandb-service-user` readme file by Co1lin in https://github.com/wandb/wandb/pull/3847
- Fixes broken artifact test for regression by dmitryduev in https://github.com/wandb/wandb/pull/3857
- Removes unused files (relating to `py27`) and empty `submodules` declaration by dmitryduev in https://github.com/wandb/wandb/pull/3850
- Adds extra for model reg dependency on cloudpickle by tssweeney in https://github.com/wandb/wandb/pull/3866
- Replaces deprecated threading aliases by hugovk in https://github.com/wandb/wandb/pull/3794
- Updates the `sdk` readme to the renamed (local -> server) commands by sephmard in https://github.com/wandb/wandb/pull/3771

New Contributors

- janosh made their first contribution in https://github.com/wandb/wandb/pull/3786
- Co1lin made their first contribution in https://github.com/wandb/wandb/pull/3847
- tylerganter made their first contribution in https://github.com/wandb/wandb/pull/3757

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.12.20...v0.12.21

0.12.20

Not secure
:bug: Bug Fix

- Retry `commit_artifact` on conflict-error by speezepearson in https://github.com/wandb/wandb/pull/3843

**Full Changelog**: https://github.com/wandb/wandb/compare/v0.12.19...v0.12.20

0.12.19

Not secure
:bug: Bug Fix

- Fix regression in s3 reference upload for folders by jlzhao27 in https://github.com/wandb/wandb/pull/3825

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

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

Page 10 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.