- Fixed a bug in
dvc import
that was throwing an error if path to data was specified with a trailing /; - Supported dvcignores for ignoring files/dirs when using
dvc add/run/etc
;; - Removed beta warnings from
dvc import
; - Fixed bug in
dvc run
where it would try to use build cache for callback stages; - Fixed bug in
dvc import
, where it wasn't adding output to the gitignore; - Excluded analytics warning from
dvc init
message when analytics is disabled; Kudos @mindsbackyard 🎉 - SSH remote now uses connection pool to speedup external deps/outs scenario;