Dvc

Latest version: v3.50.2

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

Scan your dependencies

Page 17 of 89

2.57.1

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

What's Changed
🐛 Bug Fixes
* testing: Lazy import `pytest_virtualenv` by daavoo in https://github.com/iterative/dvc/pull/9469


**Full Changelog**: https://github.com/iterative/dvc/compare/2.57.0...2.57.1

2.57.0

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

What's Changed
🚀 New Features and Enhancements
* metrics: support strings by paulourbano in https://github.com/iterative/dvc/pull/9387
* exp: Update `--rev` to support `append` action. by daavoo in https://github.com/iterative/dvc/pull/9391
* api: exp_show: Postprocess empty strings as None. by daavoo in https://github.com/iterative/dvc/pull/9392
* exp run/save: Support message by daavoo in https://github.com/iterative/dvc/pull/9408
* repro: pull all missing files by daavoo in https://github.com/iterative/dvc/pull/9395
* add: support virtual operation by skshetry in https://github.com/iterative/dvc/pull/9389
* fix checkout callback during add/commit by skshetry in https://github.com/iterative/dvc/pull/9445
* disable nested progress bar during checkout by skshetry in https://github.com/iterative/dvc/pull/9446
* exp: fix temporary ref namespacing by pmrowla in https://github.com/iterative/dvc/pull/9456
* repro: Add `--allow-missing` by daavoo in https://github.com/iterative/dvc/pull/9437
🐛 Bug Fixes
* repo: consolidate Repo.open logic by efiop in https://github.com/iterative/dvc/pull/9414
* import: don't forget to set cache.dir by efiop in https://github.com/iterative/dvc/pull/9415
🔨 Maintenance
* repro: Move pull logic to inside Stage. by daavoo in https://github.com/iterative/dvc/pull/9434
* build(deps-dev): bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/iterative/dvc/pull/9439
* build(deps-dev): bump pylint from 2.17.2 to 2.17.4 by dependabot in https://github.com/iterative/dvc/pull/9418
Other Changes
* add: msg for overlapping parent by dberenbaum in https://github.com/iterative/dvc/pull/9386
* testing: add `testing.benchmarks` and register `dvc-testing` as a pytest plugin by pmrowla in https://github.com/iterative/dvc/pull/9383
* deps: temporarily pin ruamel.yaml by efiop in https://github.com/iterative/dvc/pull/9398
* deps: unpin ruamel.yaml by efiop in https://github.com/iterative/dvc/pull/9406
* gha: try setting PYTHONUTF8 by efiop in https://github.com/iterative/dvc/pull/9412
* data status: exclude remote status by default by dberenbaum in https://github.com/iterative/dvc/pull/9411
* add random seed to benchmark stories by dberenbaum in https://github.com/iterative/dvc/pull/9429
* Add API to add artifacts by aguschin in https://github.com/iterative/dvc/pull/9345
* tests: isolate dvc config and directories by skshetry in https://github.com/iterative/dvc/pull/9450
* import: don't forget to set other cache config options by efiop in https://github.com/iterative/dvc/pull/9423
* gc: disallow --remote without other flags by dberenbaum in https://github.com/iterative/dvc/pull/9443
* packaging: use PyPI trusted publishers by skshetry in https://github.com/iterative/dvc/pull/9459
* ci(Mergify): configuration update by skshetry in https://github.com/iterative/dvc/pull/9463
* run tests and codeql on 2.x branch by skshetry in https://github.com/iterative/dvc/pull/9465
* Live metrics config by dberenbaum in https://github.com/iterative/dvc/pull/9433

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

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

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

Page 17 of 89

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.