We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for iterative/dvc:
Last week 38 issues were created. Of these, 13 issues have been closed and 25 issues are still open.
💚 #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
❤️ #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
--jobs
👍 #3393 Introduce hyper parameters and config, by dmpetrov It received 👍 x3, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #3385 diff: consider including modified git-tracked files, by shcheklein It received 11 comments.
Last week, 18 pull requests were created, updated or merged.
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
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
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
docs: add badge logos
docs: minor badge tidy
docs: add choco install, add OS, update order](35a6e0f) by casperdcl 🛠️ [dont disable existing loggers when dvc is set up (dont disable existing loggers when dvc is set up #3345) * dont disable existing loggers when dvc is set up
corrected code style
dont disable existing loggers, fixes
Co-authored-by: Guro Bokum [email protected]](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)
erepo: add test case for relative path remotes (remote with relpath breaks get #2756)
Remove unused argument
erepo: move handling of relative remotes to a separate method (remote with relpath breaks get #2756)
erepo: don't manually build paths on test (remote with relpath breaks get #2756)
erepo: refactor handling of missing or relative upstream (remote with relpath breaks get #2756)
erepo: move handling of source repo resource to _fix_upstream (remote with relpath breaks get #2756)
_fix_upstream
erepo: improve relative remote tests (remote with relpath breaks get #2756)
tmp_dir
erepo: Remove comment (remote with relpath breaks get #2756)
erepo: use scm_add to commit too, no need for separate scm.commit call (remote with relpath breaks get #2756)
erepo: minor refactoring in _fix_upstream (remote with relpath breaks get #2756)
erepo: add comment explaining that old relative paths are restored (remote with relpath breaks get #2756)](b136eb5) by tizoc 🛠️ Remove Linux pyfastcopy (#3412) Fixes #3395 by rxxg 🛠️ pull: fetch: external: respect jobs (#3413) Fixes #3396 by casperdcl 🛠️ analytics: fix resolving used scm (#3405) by pared 🛠️ deps: remove pyfastcopy https://github.com/iterative/dvc/issues/3395 by efiop 🛠️ gdrive: do not import pydrive2 on module load (#3399) by Suor 🛠️ SCM: allow multiple DVC repos inside single SCM repo (#3257) by pared 🛠️ [api: docstring updates (api: docstring updates #3352) * api: update to latest definitions to match api: create docs dvc.org#908
Update dvc/api.py
Co-authored-by: Ruslan Kuprieiev [email protected]](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.
Last week there were 9 contributors. 👤 Suor 👤 efiop 👤 casperdcl 👤 ttekampe 👤 tizoc 👤 rxxg 👤 pared 👤 jorgeorpinel 👤 shcheklein
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! 🌟
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. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
docs: add badge logos
docs: minor badge tidy
docs: add choco install, add OS, update order](35a6e0f) by casperdcl
🛠️ [dont disable existing loggers when dvc is set up (dont disable existing loggers when dvc is set up #3345) * dont disable existing loggers when dvc is set up
corrected code style
dont disable existing loggers, fixes
Co-authored-by: Guro Bokum [email protected]](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)
erepo: add test case for relative path remotes (remote with relpath breaks get #2756)
Remove unused argument
erepo: move handling of relative remotes to a separate method (remote with relpath breaks get #2756)
erepo: don't manually build paths on test (remote with relpath breaks get #2756)
erepo: refactor handling of missing or relative upstream (remote with relpath breaks get #2756)
erepo: move handling of source repo resource to
_fix_upstream
(remote with relpath breaks get #2756)erepo: improve relative remote tests (remote with relpath breaks get #2756)
tmp_dir
fixtureerepo: Remove comment (remote with relpath breaks get #2756)
erepo: use scm_add to commit too, no need for separate scm.commit call (remote with relpath breaks get #2756)
erepo: minor refactoring in
_fix_upstream
(remote with relpath breaks get #2756)erepo: add comment explaining that old relative paths are restored (remote with relpath breaks get #2756)](b136eb5) by tizoc
🛠️ Remove Linux pyfastcopy (#3412) Fixes #3395 by rxxg
🛠️ pull: fetch: external: respect jobs (#3413) Fixes #3396 by casperdcl
🛠️ analytics: fix resolving used scm (#3405) by pared
🛠️ deps: remove pyfastcopy https://github.com/iterative/dvc/issues/3395 by efiop
🛠️ gdrive: do not import pydrive2 on module load (#3399) by Suor
🛠️ SCM: allow multiple DVC repos inside single SCM repo (#3257) by pared
🛠️ [api: docstring updates (api: docstring updates #3352) * api: update to latest definitions to match api: create docs dvc.org#908
Update dvc/api.py
Co-authored-by: Ruslan Kuprieiev [email protected]](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.
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.
The text was updated successfully, but these errors were encountered: