Dvc

Latest version: v3.51.2

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

Scan your dependencies

Page 22 of 90

2.40.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
⚡ Optimizations
* dvcfs: ls: don't call info() by efiop in https://github.com/iterative/dvc/pull/8779
* ls: compute relparts once for every dir by efiop in https://github.com/iterative/dvc/pull/8780


**Full Changelog**: https://github.com/iterative/dvc/compare/2.39.0...2.40.0

2.39.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🚀 New Features and Enhancements
* Add post_to_studio `start` and `done` calls. by daavoo in https://github.com/iterative/dvc/pull/8688
* `post_live_metrics`: Pass `params` on `start` event. by daavoo in https://github.com/iterative/dvc/pull/8741
* scm: add cause of clone errors by dtrifiro in https://github.com/iterative/dvc/pull/8746
* Use `SIGINT` as the default signal in `queue kill` by karajan1001 in https://github.com/iterative/dvc/pull/8657
* `exp apply` can accept exp names and failed exps as target by karajan1001 in https://github.com/iterative/dvc/pull/8708
🐛 Bug Fixes
* plots: fix regressions to top-level plots by dberenbaum in https://github.com/iterative/dvc/pull/8703
* Make temp dir executed checkpoint experiment return result to workspace. by karajan1001 in https://github.com/iterative/dvc/pull/8668
🔨 Maintenance
* build(deps-dev): Bump mypy from 0.990 to 0.991 by dependabot in https://github.com/iterative/dvc/pull/8563
* build(deps): Bump pyinstaller from 5.6.2 to 5.7.0 by dependabot in https://github.com/iterative/dvc/pull/8655
* build(deps-dev): Bump pylint from 2.15.8 to 2.15.9 by dependabot in https://github.com/iterative/dvc/pull/8706
* build(deps-dev): Bump dvc-render from 0.0.15 to 0.0.17 by dependabot in https://github.com/iterative/dvc/pull/8725
* build(deps-dev): Bump scmrepo from 0.1.4 to 0.1.5 by dependabot in https://github.com/iterative/dvc/pull/8749
* build(deps-dev): Bump filelock from 3.8.2 to 3.9.0 by dependabot in https://github.com/iterative/dvc/pull/8745
* internal: hoist resolver/top-level metrics/plots/params data to file level by skshetry in https://github.com/iterative/dvc/pull/8754
* build(deps-dev): Bump dvc-data from 0.28.4 to 0.28.5 by dependabot in https://github.com/iterative/dvc/pull/8770
Other Changes
* index: remove unused APIs by skshetry in https://github.com/iterative/dvc/pull/8712
* exp save: simplify implementation by dtrifiro in https://github.com/iterative/dvc/pull/8690
* `exp run --run-all`: re-enable --jobs concurrency by PythonFZ in https://github.com/iterative/dvc/pull/8608
* `queue stop --kill` can kill false `running` status tasks by karajan1001 in https://github.com/iterative/dvc/pull/8713
* exp save: update --help by dtrifiro in https://github.com/iterative/dvc/pull/8729
* update: prevent re-download on every update by dtrifiro in https://github.com/iterative/dvc/pull/8752
* exp: stop checking for unchanged experiments by dberenbaum in https://github.com/iterative/dvc/pull/8743
* exp save: fix help by dtrifiro in https://github.com/iterative/dvc/pull/8758
* config: expose http timeout in config schema by dtrifiro in https://github.com/iterative/dvc/pull/8722


**Full Changelog**: https://github.com/iterative/dvc/compare/2.38.1...2.39.0

2.38.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Other Changes
* add index._plot_sources by skshetry in https://github.com/iterative/dvc/pull/8693


**Full Changelog**: https://github.com/iterative/dvc/compare/2.38.0...2.38.1

2.38.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🚀 New Features and Enhancements
* exp: Generate a human-readable name beforehand. by daavoo in https://github.com/iterative/dvc/pull/8659
🐛 Bug Fixes
* Reset all indices on the brancher iteration by shcheklein in https://github.com/iterative/dvc/pull/8679
🔨 Maintenance
* build(deps-dev): Bump filelock from 3.8.0 to 3.8.2 by dependabot in https://github.com/iterative/dvc/pull/8666
* build(deps-dev): Bump pylint from 2.15.7 to 2.15.8 by dependabot in https://github.com/iterative/dvc/pull/8661
* build(deps-dev): Bump dvc-task from 0.1.6 to 0.1.8 by dependabot in https://github.com/iterative/dvc/pull/8686


**Full Changelog**: https://github.com/iterative/dvc/compare/2.37.0...2.38.0

2.37.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🐛 Bug Fixes
* worktree: fix default worktree remote/odb exception by pmrowla in https://github.com/iterative/dvc/pull/8672
🔨 Maintenance
* deps: bump dvc-data to 0.28.4 by pmrowla in https://github.com/iterative/dvc/pull/8674

Other Changes
* `dvc update`: support worktree update by pmrowla in https://github.com/iterative/dvc/pull/8649
* remote: disable gc/status for versioned remotes by pmrowla in https://github.com/iterative/dvc/pull/8662
* cloud versioning: push/fetch behavior cleanup by pmrowla in https://github.com/iterative/dvc/pull/8667
* push/fetch: cleanup cloud versioning CLI flags behavior by pmrowla in https://github.com/iterative/dvc/pull/8673
* deps: remove 3.11 checks for hydra; has 3.11 support now by skshetry in https://github.com/iterative/dvc/pull/8677


**Full Changelog**: https://github.com/iterative/dvc/compare/2.36.0...2.37.0

2.36.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🚀 New Features and Enhancements
* Solve the locking problem in temp and celery dir executor initialization. by karajan1001 in https://github.com/iterative/dvc/pull/8623
* exp: Expose baseline and name via `run_env`. by daavoo in https://github.com/iterative/dvc/pull/8630
* exp save: initial implementation by daavoo in https://github.com/iterative/dvc/pull/8599
* feat: top level params and metrics by skshetry in https://github.com/iterative/dvc/pull/8529
🐛 Bug Fixes
* index: skip data index load on empty view by pmrowla in https://github.com/iterative/dvc/pull/8632
* Solve the unexpected error at the end of the queued tasks running by karajan1001 in https://github.com/iterative/dvc/pull/8640
* plots: fix multi-file plots by dberenbaum in https://github.com/iterative/dvc/pull/8639
* stage add: don't fail if unable to create .gitignore by dberenbaum in https://github.com/iterative/dvc/pull/8644
🔨 Maintenance
* deps: add support for hdfs in Python 3.11 by skshetry in https://github.com/iterative/dvc/pull/8627
* exp list: cleanup and move logic inside repo api by shcheklein in https://github.com/iterative/dvc/pull/8575
* deps: bump dvc-data to 0.28.1 by pmrowla in https://github.com/iterative/dvc/pull/8633
* deps: bump dvc-data to 0.28.2 by pmrowla in https://github.com/iterative/dvc/pull/8641
* build(deps-dev): Bump pylint from 2.15.5 to 2.15.7 by dependabot in https://github.com/iterative/dvc/pull/8643
* deps: bump dvc-data to 0.28.3 by pmrowla in https://github.com/iterative/dvc/pull/8648
Other Changes
* remote: separate `worktree` vs `version_aware` behavior by pmrowla in https://github.com/iterative/dvc/pull/8634



**Full Changelog**: https://github.com/iterative/dvc/compare/2.35.2...2.36.0

Page 22 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.