Releases: iterative/dvc
Releases · iterative/dvc
0.19.5
0.19.4
0.19.3
- Introduced
--dot
option fordvc pipeline show
that will output the pipeline in a dot format, that can be then rendered with graphviz. Kudos @pared . - Fix bug in ssh remote driver where it would as several times for password when performing
dvd pull
; - Add a note about default behavior to
dvc remove
help message; - Removed unused code;
0.19.2
0.19.1
0.19.0
- State file now uses sqlite database instead of json file;
- Introduced configurable limits for state file size;
- Introduced configurable cleanup quotas for state file;
- Fixed bug in
dvc repro --dry
where it was checking for missing dependencies; - Fixed bug in
dvc run
where it was producing empty dvc files when ran without arguments; - State and link state files are now combined into single
.dvc/state
; - Fixed bug in dvc where it was scanning unnecessary directories looking for dvc files;
- Fixed bug in
dvc run
where it was allowing to specify-f
with subdirectories, causing followingdvc repro
to fail; - DVC now lists files that it has changed and tells that they could be added with git;
- Added ability to configure password for SSH remote;
- Introduced
-p|--pipeline
option fordvc repro
to reproduce the whole pipeline that the specified dvc file belongs to; - Fixed bug in ssh remote driver where it was hanging if there were too much files on the remote;
- Support git submodules; Kudos @jeepkd;
- Introduce
-d|--with-deps
option fordvc pull/push/fetch/status
; - Fixed bug in
pull/push
progress bar where it was showing improperly joined paths on windows;