Dvc

Latest version: v3.51.2

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

Scan your dependencies

Page 34 of 90

2.6.0

> Refer to https://dvc.org/doc/install for installation instructions.


🚀 New Features and Enhancements

- Remove a special queued experiments (6393) karajan1001
- Push running checkpoint to remote (6332) karajan1001
- cleanup index, and add test for used_objs (6390) skshetry
- Show name of experiments in the queue (6382) karajan1001
- fs: get_fs_config: raise RemoteNotFoundError (6375) efiop
- ssh: migrate to sshfs (6295) isidentical
- remote: add excludes for AzureDefaultCredentials (6359) meierale
- plots: cleanup data extraction (6355) pared
- setup: bump flatten-dict to 0.4.1 (6357) isidentical
- fsspec: implement callback mixins (6322) isidentical
- do not print in style by default for errors (6344) skshetry
- plots/metrics/params/experiments show: stop throwing exceptions (5984) pared
- oss: migrate to ossfs (6307) karajan1001
- azure: support directory imports with azure (6245) isidentical
- exp show: display running/queued state for experiments (6174) pmrowla
- add: ignore duplicated targets? (6286) skshetry

🏇 Optimizations

- repofs: use underlying fs.download to download files (6401) efiop
- ssh: migrate to sshfs (6295) isidentical
- odb: use regular upload() when the source filesystem is local (6365) isidentical
- output: cache loaded tree objects (6301) efiop
- fsspec: use rm_file() (6358) isidentical
- setup: bump flatten-dict to 0.4.1 (6357) isidentical

🐛 Bug Fixes

- Fix issue while sending analytics report (6407) skshetry
- pygit: account for locked dirs on windows during checkout (6408) pmrowla
- More granular read-write lock requests in the run() and reproduce() methods of the Stage class (5815) maximerischard
- benedict: cleanup code and add tests (6380) skshetry
- ssh: handle concurrency issues for raw command execution (6370) isidentical
- do not print in style by default for errors (6344) skshetry
- objects: fix gdrive CI issue (6338) pmrowla
- import-url: use the same chunk size for istextblock() calls (6303) isidentical
- plots/metrics/params/experiments show: stop throwing exceptions (5984) pared
- import-url: compute the stage hash in --to-remote (6175) isidentical
- fs: repo: handle directories with multiple artifacts (6278) efiop

🔨 Maintenance

- build(deps): bump google-cloud-storage from 1.41.1 to 1.42.0 (6415) dependabot
- build(deps): bump jaraco-windows from 5.5.0 to 5.6.0 (6396) dependabot
- gdrive: migrate to pydrive2.fs (6399) isidentical
- build(deps): bump wheel from 0.36.2 to 0.37.0 (6404) dependabot
- introduce index (6300) skshetry
- Unittest to pytest: moved few unittest tests to pytest (6379) nik123
- objects: use object IDs and references instead of naive objs in status/transfer (6360) pmrowla
- build(deps): bump pylint from 2.8.3 to 2.9.6 (6369) dependabot
- Fix merging of params when empty (6378) skshetry
- setup: relax aiobotocore requirements (6367) efiop
- build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 (6361) dependabot
- setup: bump flatten-dict to 0.4.1 (6357) isidentical
- build(deps): bump google-cloud-storage from 1.41.0 to 1.41.1 (6341) dependabot
- update webdav4 to latest fsspec version (6343) skshetry
- build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1 (6334) dependabot
- objects: migrate remote push/pull to objects.transfer (6308) pmrowla
- setup: upgrade adlfs to 2021.7.1 (6337) isidentical
- build(deps): bump google-cloud-storage from 1.40.0 to 1.41.0 (6311) dependabot
- setup: pathspec <0.9.0 (6331) efiop
- azure: move to default fsspec loop (6323) isidentical
- setup: bump ossfs==2021.7.5 (6326) isidentical
- setup: upgrade fsspec/s3fs/gcsfs to 2021.7.0 (6317) isidentical
- fsspec: create directories on upload/upload_fobj (6309) isidentical
- build(deps): bump wsgidav from 3.1.0 to 3.1.1 (6302) dependabot
- objects: use separate staging ODB for staging trees (6195) pmrowla

Thanks again to Sayanta66, cclauss, dependabot, dependabot[bot], efiop, isidentical, karajan1001, maximerischard, meierale, nik123, pared, pmrowla, pre-commit-ci, pre-commit-ci[bot] and skshetry for the contributions! 🎉

2.5.4

> Refer to https://dvc.org/doc/install for installation instructions.

Changes

* setup: relax requirements for importlib-metadata

2.5.3

> Refer to https://dvc.org/doc/install for installation instructions.

Changes

🐛 Bug Fixes

- pkg: don't build universal wheels (6299) efiop

🔨 Maintenance

- pkg: don't build universal wheels (6299) efiop

Thanks again to efiop for the contributions! 🎉

2.5.2

> Refer to https://dvc.org/doc/install for installation instructions.

Changes

🐛 Bug Fixes

- fs: s3: don't forget to pass verify option (6298) kareemjano

Thanks again to efiop and kareemjano for the contributions! 🎉

2.5.1

> Refer to https://dvc.org/doc/install for installation instructions.

Changes

🚀 New Features and Enhancements

- Fix 6205: Fixed diff summary to only show states with values. (6229) hadasarik
- add: reduce os.fspath calls on recursive add (6287) skshetry
- add: fix progress bar on single target (6288) skshetry
- ui: Prevent tqdm from breaking on output (6280) skshetry
- cleaning up add, progress bars and status (6224) skshetry

🏇 Optimizations

- staging: optimize the number of info() calls (6281) isidentical
- objects: hash_file: retrieve size from hash_info (6284) isidentical

🐛 Bug Fixes

- ui: Prevent tqdm from breaking on output (6280) skshetry

🔨 Maintenance

- Fix typos discovered by codespell (6294) cclauss
- add: reduce os.fspath calls on recursive add (6287) skshetry
- cleaning up add, progress bars and status (6224) skshetry

Thanks again to cclauss, efiop, hadasarik, isidentical and skshetry for the contributions! 🎉

2.5.0

> Refer to https://dvc.org/doc/install for installation instructions.

Changes

🚀 New Features and Enhancements

- add: do not delete stage files before add (6239) skshetry
- separate validation and transformation of args from the add func (6220) skshetry
- import: error message when imported file does not exist (6240) mmeendez8

🏇 Optimizations

- add: do not delete stage files before add (6239) skshetry

🐛 Bug Fixes

- ssh: don't use path_info for connections (6259) efiop
- output: optimize obj collection (6277) efiop
- pygit: handle annotated tags in resolve_refish (6274) pmrowla
- fsspec: loosen the prefix check to cover both None and False (6246) isidentical
- push params in the experiments table to the right (6254) skshetry

🔨 Maintenance

- separate validation and transformation of args from the add func (6220) skshetry
- build(deps): bump google-cloud-storage from 1.39.0 to 1.40.0 (6261) dependabot

Thanks again to dependabot, dependabot[bot], efiop, isidentical, kurianbenoy, mmeendez8, pmrowla and skshetry for the contributions! 🎉

Page 34 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.