Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (23 February, 2020 - 1 March, 2020) #3425

Closed
weekly-digest bot opened this issue Mar 1, 2020 · 0 comments
Closed

Weekly Digest (23 February, 2020 - 1 March, 2020) #3425

weekly-digest bot opened this issue Mar 1, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Mar 1, 2020

Here's the Weekly Digest for iterative/dvc:


ISSUES

Last week 38 issues were created.
Of these, 13 issues have been closed and 25 issues are still open.

OPEN ISSUES

💚 #3423 Unexpected Error [Errno36] File name too long, by rsomani95
💚 #3422 dvc: option/param consistency, by jorgeorpinel
💚 #3421 pipelines: fix edges gathering, by pared
💚 #3420 metrics show: update -h output to match docs, by jorgeorpinel
💚 #3419 repro: unexpected behavior , by shcheklein
💚 #3418 Error trying a push on HDFS remote, by anderl80
💚 #3417 dvc list behaviour in non-git, non-dvc directory, by pared
💚 #3416 Add parallelism to checksum calculation for pulling multiple large files, by Ykid
💚 #3414 function that adds new dependency to existing dvc file, by macio232
💚 #3411 [WIP] test commit, by pared
💚 #3410 dvc pipeline show --ascii - visual bug since version 0.82.9, by Noizecube
💚 #3409 Metrics: separating scalar and continuous/graphs metrics, by dmpetrov
💚 #3407 Faster data transfer from remote, by vernt
💚 #3406 WIP: Use pre-commit for Git hooks, by andrewhare
💚 #3401 checkout: show summary by default and introduce --show-changes flag, by skshetry
💚 #3398 diff: no need for error when there's no HEAD (new Git repo), by jorgeorpinel
💚 #3397 caplog fails on getting caplog.messages with str.format() log record, by JIoJIaJIu
💚 #3394 list: cannot list content of the data folder, by JIoJIaJIu
💚 #3393 Introduce hyper parameters and config, by dmpetrov
💚 #3392 diff: does not behave properly when cache is not available, by shcheklein
💚 #3390 add: empty files add broken when cache mode is hardlinks, by shcheklein
💚 #3389 tests: conflicting test requirements/deps, by kaiogu
💚 #3388 diff: support targets, by DavidGOrtega
💚 #3386 diff: compare dirty vs committed workspace by default, by shcheklein
💚 #3385 diff: consider including modified git-tracked files, by shcheklein

CLOSED ISSUES

❤️ #3413 pull: fetch: external: respect --jobs, by casperdcl
❤️ #3412 Remove Linux pyfastcopy, by rxxg
❤️ #3408 api: support streaming from Google Drive remotes, by jorgeorpinel
❤️ #3405 analytics: fix resolving used scm, by pared
❤️ #3404 Analytics errors out on SCM creation, by pared
❤️ #3403 erepo: set up more logging, by Suor
❤️ #3402 ERROR: Stage file '.dvc' cannot be an output., by i-Hun
❤️ #3400 test: check that no remote backend modules are loaded by default, by Suor
❤️ #3399 gdrive: do not import pydrive2 on module load, by Suor
❤️ #3396 pull from external repo: support --j to limit the number of parallel connections, by pommedeterresautee
❤️ #3395 pyfastcopy causes BlockingIOError, by murnanedaniel
❤️ #3391 diff: if cache is missing we should at least notify that results are partial, by shcheklein
❤️ #3384 change diff checksum arg name to hash, by shcheklein

LIKED ISSUE

👍 #3393 Introduce hyper parameters and config, by dmpetrov
It received 👍 x3, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #3385 diff: consider including modified git-tracked files, by shcheklein
It received 11 comments.


PULL REQUESTS

Last week, 18 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 5 pull requests were updated.
💛 #3421 pipelines: fix edges gathering, by pared
💛 #3420 metrics show: update -h output to match docs, by jorgeorpinel
💛 #3411 [WIP] test commit, by pared
💛 #3406 WIP: Use pre-commit for Git hooks, by andrewhare
💛 #3401 checkout: show summary by default and introduce --show-changes flag, by skshetry

MERGED PULL REQUEST

Last week, 13 pull requests were merged.
💜 #3413 pull: fetch: external: respect --jobs, by casperdcl
💜 #3412 Remove Linux pyfastcopy, by rxxg
💜 #3405 analytics: fix resolving used scm, by pared
💜 #3403 erepo: set up more logging, by Suor
💜 #3400 test: check that no remote backend modules are loaded by default, by Suor
💜 #3399 gdrive: do not import pydrive2 on module load, by Suor
💜 #3384 change diff checksum arg name to hash, by shcheklein
💜 #3382 gdrive: a pair of cleanup refactors (upstream branch), by Suor
💜 #3380 docs: update badges, by casperdcl
💜 iterative/dvc.org#3378 erepo: fix relative url on default remote (#2756), by tizoc
💜 iterative/dvc.org#3352 api: docstring updates, by jorgeorpinel
💜 iterative/dvc.org#3345 dont disable existing loggers when dvc is set up, by ttekampe
💜 iterative/dvc.org#3257 SCM: allow multiple DVC repos inside single SCM repo, by pared


COMMITS

Last week there were 15 commits.
🛠️ test: check that no remote backend modules are loaded by default (#3400) by Suor
🛠️ dvc: bump to 0.87.0 by efiop
🛠️ [docs: update badges (#3380) * docs: add and update badges

Add |Choco|
Add |Brew|
Fix style for |Conda|
Add |PyPI|
Add |Packages|
Fixes iterative/dvc.org#3233
Related #7495

Co-authored-by: Guro Bokum JIoJIaJIu@gmail.com](de453ab) by ttekampe
🛠️ erepo: set up more logging (#3403) by Suor
🛠️ [erepo: fix relative url on default remote (#2756) (#3378) * erepo: fix relative urls for remotes (#2756)

  • use tmp_dir fixture
  • commit config file changes

Co-authored-by: Ruslan Kuprieiev kupruser@gmail.com](f673144) by jorgeorpinel
🛠️ change diff checksum arg name to hash (#3384) by shcheklein
🛠️ [gdrive: a pair of cleanup refactors (upstream branch) (#3382) * gdrive: minor clean using funcy 1.14 features

Employ @Retry(filter_errors) and @wrap_prop() to pack things up a bit.

  • gdrive: refactor dirs/ids/root_id cache and their uses
  • cache root transparently
  • make cache dirs and ids symmetric, i.e. both using full paths
  • implement .list_cache_paths() instead of .all() like in the rest of
    the remotes](3a5e588) by Suor

CONTRIBUTORS

Last week there were 9 contributors.
👤 Suor
👤 efiop
👤 casperdcl
👤 ttekampe
👤 tizoc
👤 rxxg
👤 pared
👤 jorgeorpinel
👤 shcheklein


STARGAZERS

Last week there were 37 stagazers.
zhangwen1203
Timag
Oysiyl
yanlinlin82
bergberg
ccauet
r0mainK
MaxNoe
zachmeador
dirmeier
mjschock
bensdm
alexanderbuchholz
sophia-hxw
awgooding
aowal
iporamin
lincze
yalozhkin
alfarias
thangtp
dhirenkakkar
markhamj
MChamberlin
arbal
enginbozaba
krzjoa
zhiboz
wevertonms
farhan333
guillemcortes
thomasjhuang
andrea2910
ltfxyz
dcyoung
orf
ChristopherTh
You all are the stars! 🌟


RELEASES

Last week there was 1 release.
🚀 0.87.0 0.87.0


That's all for last week, please 👀 Watch and Star the repository iterative/dvc to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant