-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Here's the Weekly Digest for iterative/dvc:
ISSUES
This week, 29 issues were created. Of these, 10 issues have been closed and 19 issues are still open.
OPEN ISSUES
π #3626 Specify cmd arg names (metavars), by jorgeorpinel
π #3625 dvc: meaningful option arguments, by jorgeorpinel
π #3624 Updates latest version of PyDrive2, by mribeirodantas
π #3622 Report, by W5G
π #3621 Saving filenames in remote storage for data recovery without a repo, by adamsvystun
π #3619 refactor: extract stage's relationship with Dvcfile out from Stage, by skshetry
π #3616 dvc: command to list file/dir versions/history, by jums92
π #3612 refactor: use **kwargs instead of very long function declarations, by pmrowla
π #3611 external_repo doesn't respect parent cache and progress bar, by efiop
π #3608 Consistent subcommand order, by jorgeorpinel
π #3607 metrics show/diff: should it pick up untracked changes? [qa], by jorgeorpinel
π #3606 dvc metrics add: should it dvc add untracked files?, by jorgeorpinel
π #3605 metrics diff: cryptic error in --no-scm projects [qa], by jorgeorpinel
π #3603 [WIP] dvc: introduce local stage cache, by efiop
π #3602 repro: downstream: reproducing in wrong order , by liamkesatoran
π #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
π #3599 remote modify: add name param?, by jorgeorpinel
π #3598 config: forbid setting core.no_scm outside repo, by mroutis
π #3597 progress: clear nested bars on ThreadPool exit, by casperdcl
CLOSED ISSUES
β€οΈ #3623 run: remove deprecated --cwd, by efiop
β€οΈ #3620 remove: try deleting before trying to chmod, by efiop
β€οΈ #3618 RemoteLOCAL.unprotect modifies cache permissions for symlinked files, by danfischetti
β€οΈ #3617 params: diff: sort table, by efiop
β€οΈ #3615 params: fix bug when collecting multiple params, by efiop
β€οΈ #3613 completion: bash: fix files, by casperdcl
β€οΈ #3610 analytics: collect runtime info in the worker, by efiop
β€οΈ #3609 metrics: diff: fix float precision formatting, by efiop
β€οΈ #3604 tests: convert remote unit tests to pytest, by pmrowla
β€οΈ #3601 diff: update help output to match docs, et al., by jorgeorpinel
LIKED ISSUE
The issue most liked this week has been:
π #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
It received π x2, π x0, π x2 and β€οΈ x2.
NOISY ISSUE
The issue most discussed this week has been:
π #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
It received 14 comments.
PULL REQUESTS
This week, 19 pull requests were proposed. Of these, 0 pull requests have been merged and 8 are still open.
OPEN PRs
π #3626 Specify cmd arg names (metavars), by jorgeorpinel
π #3624 Updates latest version of PyDrive2, by mribeirodantas
π #3619 refactor: extract stage's relationship with Dvcfile out from Stage, by skshetry
π #3603 [WIP] dvc: introduce local stage cache, by efiop
π #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
π #3598 config: forbid setting core.no_scm outside repo, by mroutis
π #3595 scm: git: clone: add progress, by casperdcl
π #3594 progress: add main bars, by casperdcl
CONTRIBUTORS
This week, 12 users have contributed to this repository.
They are jorgeorpinel, mribeirodantas, efiop, W5G, adamsvystun, skshetry, danfischetti, jums92, casperdcl, pmrowla, liamkesatoran, and mroutis.
STARGAZERS
This week, no user has starred this repository.
COMMITS
This week, there have been 14 commits in the repository.
These are:
π οΈ [run: remove deprecated --cwd (#3623)
It has been deprecated for a long time now and it significantly
complicates the code, hiding multiple bugs.](63fe289) by efiop
π οΈ dvc: bump to 0.93.0 by efiop
π οΈ [remove: try deleting before trying to chmod (#3620)
Windows (or rather NTFS) doesn't allow deleting read-only files, which made us
try to chmod +w first. But that is not necessery on Linux and Mac, and
has led to unnecessary cache file mode changes, which was causing issues
in shared cache scenario when a user that doesn't own a file was trying
to automatically protect it.
Fixes #3618](ce2481b) by efiop
π οΈ [completion: bash: fix files (#3613)
Fixes lock, metrics and move autocompletion of files](e05157f) by casperdcl
π οΈ params: diff: sort table (#3617) by efiop
π οΈ params: fix bug when collecting multiple params (#3615) by efiop
π οΈ [dvc: introduce dvc params diff (#3573)
-
params: use repo.tree
-
remote: local: use
repo.treeforexists() -
param: handle missing params
-
stage: move status warning to debug
-
dvc: introduce
dvc params diff
Fixes #3528](c1ac6bb) by efiop
π οΈ [analytics: collect runtime info in the worker (#3610)
Shaves off 0.2 seconds from any dvc command.
Related to #3475](290a9fd) by efiop
π οΈ [metrics: diff: fix float precision formatting (#3609)
Texttable will try to detect the column type automatically, which
results in a low precision of the float that it is showing. We need to
disable that auto-formatting and just use str(val) instead.](26980ae) by efiop
π οΈ [diff: update help output to match docs, et al. (#3601)
-
diff: update help output to match docs
per CLI: Fixed cmds help stringsΒ #3566 (review) -
terms: git->Git, scm->SCM, spacing](f325921) by jorgeorpinel
π οΈ [tests: convert remote unit tests to pytest (tests: convert remote unit tests to pytestΒ #3604)
- update tests/unit/remote tests to use pytest style tests
- use pytest dvc repo fixtures instead of improperly mocked repo's or
None](dfe184f) by pmrowla
π οΈ gdrive: improve granularaliry of the retry function, fixes 3580 (#3593) by shcheklein
π οΈ dvc: bump to 0.92.1 by efiop
π οΈ gdrive: bump pydrive2 version to fix large file uploads (#3592) by shcheklein
RELEASES
This week, 3 releases were published. These are:
π 0.93.0 null
null
π untagged-a8ffb59a4189182ec1a9 0.93.0
- remove: try deleting before trying to chmod (remove: try deleting before trying to chmodΒ #3620) @efiop
- completion: bash: fix files (completion: bash: fix filesΒ #3613) @casperdcl
- params: diff: sort table (params: diff: sort tableΒ #3617) @efiop
- params: fix bug when collecting multiple params (params: fix bug when collecting multiple paramsΒ #3615) @efiop
- dvc: introduce
dvc params diff(dvc: introducedvc params diffΒ #3573) @efiop - analytics: collect runtime info in the worker (analytics: collect runtime info in the workerΒ #3610) @efiop
- metrics: diff: fix float precision formatting (metrics: diff: fix float precision formattingΒ #3609) @efiop
- diff: update help output to match docs, et al. (diff: update help output to match docs, et al.Β #3601) @jorgeorpinel
- tests: convert remote unit tests to pytest (tests: convert remote unit tests to pytestΒ #3604) @pmrowla
- GDrive: fix freezing on errors by improving granularity of retries (GDrive: fix freezing on errors by improving granularity of retriesΒ #3593) @shcheklein
That's all for this week, please watch π and star β iterative/dvc to receive next weekly updates. π