Dvc

Latest version: v3.51.2

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

Scan your dependencies

Page 18 of 90

2.56.0

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

What's Changed
🚀 New Features and Enhancements
* exp: show active experiments first by dberenbaum in https://github.com/iterative/dvc/pull/9351
* Fix: Prettifying unexpected error on FileExists for get/get-url/imp-url/add and introducing --force by omesser in https://github.com/iterative/dvc/pull/9365
* gc: Add `--not-in-remote` arg. by daavoo in https://github.com/iterative/dvc/pull/9350
* api: Add `exp_show`. by daavoo in https://github.com/iterative/dvc/pull/9356
* exp push: notify studio even if cache push fails by skshetry in https://github.com/iterative/dvc/pull/9380
🐛 Bug Fixes
* studio: Ensure `studio_repo_url` works with `exp run --queue`. by daavoo in https://github.com/iterative/dvc/pull/9353
🔨 Maintenance
* build(deps-dev): update dvc-render requirement from <0.4.0,>=0.3.1 to >=0.3.1,<1 by dependabot in https://github.com/iterative/dvc/pull/9359
* deps: bump dvc-task to 0.2.1 by pmrowla in https://github.com/iterative/dvc/pull/9372
Other Changes
* exp push: soft wrap link so that the URL does not break by skshetry in https://github.com/iterative/dvc/pull/9368


**Full Changelog**: https://github.com/iterative/dvc/compare/2.55.0...2.56.0

2.55.0

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

What's Changed
🛠 Breaking Changes
* exp: refactor show behavior by pmrowla in https://github.com/iterative/dvc/pull/9170 (`dvc exp show --json` format has changed vs prior DVC releases)
🚀 New Features and Enhancements
* exp push: add DVC_STUDIO_URL envvar support by skshetry in https://github.com/iterative/dvc/pull/9340
🐛 Bug Fixes
* exp run: do not autostage on dvc repro by skshetry in https://github.com/iterative/dvc/pull/9344
* import-url: make version-aware and to-remote exclusive by dberenbaum in https://github.com/iterative/dvc/pull/9332
🔨 Maintenance
* build(deps-dev): bump dvc-s3 from 2.21 to 2.22.0 by dependabot in https://github.com/iterative/dvc/pull/9343
* build(deps-dev): bump dvc-gdrive from 2.19.1 to 2.19.2 by dependabot in https://github.com/iterative/dvc/pull/9315
Other Changes
* release: remove feature flags for experiment sharing by skshetry in https://github.com/iterative/dvc/pull/9257


**Full Changelog**: https://github.com/iterative/dvc/compare/2.54.0...2.55.0

2.54.0

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

What's Changed
🔨 Maintenance
* deps: bump dvc-ssh to 2.22.1 by pmrowla in https://github.com/iterative/dvc/pull/9311
* build(deps-dev): bump mypy from 1.1.1 to 1.2.0 by dependabot in https://github.com/iterative/dvc/pull/9313
Other Changes
* deps: bump scmrepo to 1.0.0 by pmrowla in https://github.com/iterative/dvc/pull/9317
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvc/pull/9319
* deps: put lower bound on dvc-http by efiop in https://github.com/iterative/dvc/pull/9326


**Full Changelog**: https://github.com/iterative/dvc/compare/2.53.0...2.54.0

2.53.0

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

What's Changed
🚀 New Features and Enhancements
* exp run/save: track top level files by daavoo in https://github.com/iterative/dvc/pull/9250
* exp save: include untracked dvclock by daavoo in https://github.com/iterative/dvc/pull/9261
* Add top-level `artifacts:` section by aguschin in https://github.com/iterative/dvc/pull/9220
* exp run: Add `--copy-paths` arg. by daavoo in https://github.com/iterative/dvc/pull/9302
🐛 Bug Fixes
* api: data: set default remote instead of using it directly by efiop in https://github.com/iterative/dvc/pull/9306
* exp run: git add param files that will be modified. by daavoo in https://github.com/iterative/dvc/pull/9305
🔨 Maintenance
* build(deps-dev): bump pylint from 2.17.1 to 2.17.2 by dependabot in https://github.com/iterative/dvc/pull/9299
* deps: bump scmrepo minver to 0.2.1 by pmrowla in https://github.com/iterative/dvc/pull/9307
Other Changes
* dep: repo: use dvcfs by efiop in https://github.com/iterative/dvc/pull/9246
* repo: site_cache_dir improvements by efiop in https://github.com/iterative/dvc/pull/9298
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvc/pull/9251
* exp push: improve ui by skshetry in https://github.com/iterative/dvc/pull/9308


**Full Changelog**: https://github.com/iterative/dvc/compare/2.52.0...2.53.0

2.52.0

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

What's Changed

🚀 New Features and Enhancements
* api: Add `exp_save`. by daavoo in https://github.com/iterative/dvc/pull/8727
* exp branch: Make `branch` arg optional. by daavoo in https://github.com/iterative/dvc/pull/9211
* exp remove: fix ui for removing from git remotes by dberenbaum in https://github.com/iterative/dvc/pull/9266
🐛 Bug Fixes
* config: don't look for .dvc dir implicitly by efiop in https://github.com/iterative/dvc/pull/9274
🔨 Maintenance
* build(deps-dev): bump pylint from 2.17.0 to 2.17.1 by dependabot in https://github.com/iterative/dvc/pull/9229
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvc/pull/9168
* build(deps): bump pyinstaller from 5.8.0 to 5.9.0 by dependabot in https://github.com/iterative/dvc/pull/9169
* exp save: Reintroduce implementation based on `executor`/`queue`. by daavoo in https://github.com/iterative/dvc/pull/9165
* deps: bump scmrepo to 0.1.17 by pmrowla in https://github.com/iterative/dvc/pull/9237
Other Changes
* erepo: pass rev instead of fs/scm by efiop in https://github.com/iterative/dvc/pull/9222
* erepo: set subrepos/uninitialized explicitly by efiop in https://github.com/iterative/dvc/pull/9224
* erepo: move legacy exceptions to api by efiop in https://github.com/iterative/dvc/pull/9228
* dvcfs: handle broken symlink/TreeError by efiop in https://github.com/iterative/dvc/pull/9231
* Update duplicate output error msg by dberenbaum in https://github.com/iterative/dvc/pull/9138
* deps: bump dvc-data to 0.46.0 by efiop in https://github.com/iterative/dvc/pull/9241
* output: ignore missing size from files when calculating total size by skshetry in https://github.com/iterative/dvc/pull/9242
* replace funcy.cat with itertools.chain.from_iterable by skshetry in https://github.com/iterative/dvc/pull/9279
* deps: bump dvc-studio-client>=0.6.1,<1 by daavoo in https://github.com/iterative/dvc/pull/9285
* exp run: Propagate `.dvc/config.local` in `TempDirExecutor`. by daavoo in https://github.com/iterative/dvc/pull/9289

**Full Changelog**: https://github.com/iterative/dvc/compare/2.51.0...2.52.0

2.51.0

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

What's Changed
⚡ Optimizations
* deps: bump `dvc-render>=0.3.1<0.4.0`. by daavoo in https://github.com/iterative/dvc/pull/9197
🐛 Bug Fixes
* hydra: resolve OmegaConf interpolations. by daavoo in https://github.com/iterative/dvc/pull/9212
Other Changes
* dvcfs: support caching remote streams; use that in plots by skshetry in https://github.com/iterative/dvc/pull/9183
* close streams by skshetry in https://github.com/iterative/dvc/pull/9204
* parsing: fix foreach resolution with int keys by dtrifiro in https://github.com/iterative/dvc/pull/8904

New Contributors
* omesser made their first contribution in https://github.com/iterative/dvc/pull/9208

**Full Changelog**: https://github.com/iterative/dvc/compare/2.50.0...2.51.0

Page 18 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.