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 35 issues were created. Of these, 12 issues have been closed and 23 issues are still open.
💚 #2840 test: add pytest-clarity, by danihodovic 💚 #2839 dvc import: misleading warnings and outputs, by dmpetrov 💚 #2837 get: copy regular files, by danihodovic 💚 #2836 perf: optimize cache listing for local, ssh and hdfs, by Suor 💚 #2835 remote: small .save_info()/.get_checksum() cleanup, by Suor 💚 #2834 add shfmt hooks to format shell scripts, by efiop 💚 #2833 create a chocolatey package, by efiop 💚 #2831 Unexpected error - Adding files , by luchoPipe87 💚 #2829 tidy stream progress, by casperdcl 💚 #2828 [FR] Initialize dvc in sub-directory of a git repo, by Tradunsky 💚 #2826 [WIP] analytics: refactor into a module, by mroutis 💚 #2825 Support pulling named subsets of data, or excluding files from pull, by r-zip 💚 #2824 Refactor handling external repo errors in get command, by pared 💚 #2821 remote: fix remote default call with no arguments, by kaiogu 💚 #2820 Restyle [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by restyled-io[bot] 💚 #2819 [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by mroutis 💚 #2818 error adding a file to dvc repo on NAS storage, by midnightradio 💚 #2815 dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by xliiv 💚 #2814 gs: support directories as external dependencies/outputs, by willypicard 💚 #2813 remote default with no argument removes default, by kaiogu 💚 #2812 ssh/sftp: detect that we are not in a physical root and print a meaninful error/warning, by efiop 💚 #2807 pipeline show: use pager instead of rendering ourselves, by efiop 💚 #2806 tests: disabling analytics through config --global breaks tests, by mroutis
config --global
❤️ #2838 dvc pull message, by leehanchung ❤️ #2832 Refactor startswith with path_isin util, by skshetry ❤️ #2830 Restyle GDrive remote support, by restyled-io[bot] ❤️ #2827 dvc: remove unused config paths, by Suor ❤️ #2823 Use path_isin instead of startswith to compare filepaths, by skshetry ❤️ #2822 dvc: lock file ignored when command is run more than one time, by algomaster99 ❤️ #2817 use SI prefixes for progress, by casperdcl ❤️ #2816 Restyle WIP dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by restyled-io[bot] ❤️ #2811 Busy and locked DVC after command abortion, by Jenny12344 ❤️ #2810 Restyle GS progress for push & pull, by restyled-io[bot] ❤️ #2809 GS progress for push & pull, by casperdcl ❤️ #2808 Write test for tmp_fname to check if it accepts Path-like and str objects, by algomaster99
startswith
path_isin
lock
tmp_fname
👍 #2821 remote: fix remote default call with no arguments, by kaiogu It received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x1.
🔈 #2831 Unexpected error - Adding files , by luchoPipe87 It received 41 comments.
Last week, 21 pull requests were created, updated or merged.
Last week, 1 pull request was opened. 💚 #2820 Restyle [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by restyled-io[bot]
Last week, 10 pull requests were updated. 💛 #2840 test: add pytest-clarity, by danihodovic 💛 #2837 get: copy regular files, by danihodovic 💛 #2836 perf: optimize cache listing for local, ssh and hdfs, by Suor 💛 #2835 remote: small .save_info()/.get_checksum() cleanup, by Suor 💛 #2826 [WIP] analytics: refactor into a module, by mroutis 💛 #2821 remote: fix remote default call with no arguments, by kaiogu 💛 #2819 [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by mroutis 💛 #2815 dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by xliiv 💛 #2794 remote: http: raise exception when response with error status code, by pared 💛 #2608 [WIP] dvc: wrap checkout error as download error, by Suor
Last week, 10 pull requests were merged. 💜 #2832 Refactor startswith with path_isin util, by skshetry 💜 #2827 dvc: remove unused config paths, by Suor 💜 #2817 use SI prefixes for progress, by casperdcl 💜 #2809 GS progress for push & pull, by casperdcl 💜 #2808 Write test for tmp_fname to check if it accepts Path-like and str objects, by algomaster99 💜 #2798 Display path relative to temporary repo when get/import-ing files, by skshetry 💜 #2796 perf: switch schema validation library, by Suor 💜 #2790 makedirs: fix mode flag is being ignored starting from Python 3.7, by shcheklein 💜 #2777 import: intercept and rephrase OutputNotFound message, by pared 💜 #2775 perf: optimize yaml parsing for stages, by Suor
Last week there were 44 commits. 🛠️ Merge pull request #2832 from skshetry/refactor-startswith-pathisin Refactor startswith with path_isin util by efiop 🛠️ dvc: remove extra newline by skshetry 🛠️ dvc: refactor startswith usage with path_isin util by skshetry 🛠️ Merge pull request #2827 from Suor/bc-remnants dvc: remove unused config paths by efiop 🛠️ Merge pull request #2809 from casperdcl/gs-progress GS progress for push & pull by efiop 🛠️ Merge pull request #2817 from casperdcl/si-progress use SI prefixes for progress by efiop 🛠️ dvc: remove unused config paths These are remnants from old style remotes configuration by Suor 🛠️ Merge pull request #2798 from skshetry/fix-str-rel-repo Display path relative to temporary repo when get/import-ing files by efiop 🛠️ stage: remove unused import by efiop 🛠️ Merge pull request #2796 from Suor/opt-validate perf: switch schema validation library by efiop 🛠️ Merge branch 'master' into opt-validate by efiop 🛠️ dvc: bump to 0.70.0 by efiop 🛠️ Merge pull request #2777 from pared/2602 import: intercept and rephrase OutputNotFound message by efiop 🛠️ use SI prefixes for progress by casperdcl 🛠️ fix deepsource issues by casperdcl 🛠️ update dynamic chunk tests by casperdcl 🛠️ test: update: use dvc_repo fixture To fix test failure. by efiop 🛠️ test: freeze pytest-mock version To address failing tests. by efiop 🛠️ expose and use name, no_progress_bar Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347180388 by casperdcl 🛠️ test: Refactor tests by skshetry 🛠️ utils/fs: use fspath_py35 instead of fspath by skshetry 🛠️ back to gs multiple Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347954033 by casperdcl 🛠️ external repo: make NoOutputInExternalRepo path-aware by pared 🛠️ fix gs chunks Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347835334 by casperdcl 🛠️ Merge pull request #2775 from Suor/opt-yaml perf: optimize yaml parsing for stages by efiop 🛠️ import: just inform that output not found by pared 🛠️ import/get: make extarnal repo handle OutputNotFound by pared 🛠️ Merge pull request #2790 from shcheklein/fix-2789 makedirs: fix mode flag is being ignored starting from Python 3.7 by efiop 🛠️ import: intercept and rephrase OutputNotFound message by pared 🛠️ tests: makedirs permissions test simplify with tmpdir fixture by shcheklein 🛠️ makedirs: add comment on why do have to use umask by shcheklein 🛠️ get/import: display path relative to temporary repo by skshetry 🛠️ utils: implement path_isin to compare child and parent paths by skshetry 🛠️ dvc: drop schema from requirements by Suor 🛠️ perf: switch schema validation library for config by Suor 🛠️ dvc: bump to 0.69.0 by efiop 🛠️ Merge pull request #2808 from algomaster99/test-arg-types-tmp_fname Write test for tmp_fname to check if it accepts Path-like and str objects by efiop 🛠️ Write test for tmp_fname to check if it accepts Path-like and str objects by algomaster99 🛠️ neaten default chunks Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347178103 by casperdcl 🛠️ reduce gs upload chunk size by casperdcl 🛠️ add gs stats by casperdcl 🛠️ gs download idea by casperdcl 🛠️ py2/3 fix by casperdcl 🛠️ initial upload idea - fixes #1566 by casperdcl
Last week there were 7 contributors. 👤 efiop 👤 skshetry 👤 Suor 👤 casperdcl 👤 pared 👤 shcheklein 👤 algomaster99
Last week there were 53 stagazers. ⭐ ndaidong ⭐ sp812bro ⭐ alihonosova ⭐ hcygit ⭐ zion-b ⭐ nettoyoussef ⭐ dedeswim ⭐ mpariente ⭐ sigmalist ⭐ AmeenAli ⭐ while ⭐ ancs21 ⭐ martinmarc ⭐ PavelKovalets ⭐ andrewjong ⭐ RooieRakkert ⭐ cneud ⭐ wrznr ⭐ SEBrown ⭐ curiousily ⭐ kba ⭐ kaiogu ⭐ marksoper ⭐ thecooltechguy ⭐ Rwisegenya ⭐ kadinzhang ⭐ midnightradio ⭐ vivek-x-jha ⭐ slamer59 ⭐ karimsallam ⭐ atkmt ⭐ yxdunc ⭐ hawkrobe ⭐ georgios-lamprou ⭐ kelvins ⭐ dpoulopoulos ⭐ Trybnetic ⭐ rkyymmt ⭐ pabloinsente ⭐ junjihashimoto ⭐ SvetaGr ⭐ letusfly85 ⭐ iehppp2010 ⭐ poonamrathsl ⭐ tmaone ⭐ derdanielb ⭐ nogo ⭐ davidruffner ⭐ Nburkhal ⭐ joelkuiper ⭐ raxbits ⭐ nivance ⭐ chongjeeseng You all are the stars! 🌟
Last week there were 2 releases. 🚀 0.70.0 0.70.0 🚀 0.69.0 0.69.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 35 issues were created.
Of these, 12 issues have been closed and 23 issues are still open.
OPEN ISSUES
💚 #2840 test: add pytest-clarity, by danihodovic
💚 #2839 dvc import: misleading warnings and outputs, by dmpetrov
💚 #2837 get: copy regular files, by danihodovic
💚 #2836 perf: optimize cache listing for local, ssh and hdfs, by Suor
💚 #2835 remote: small .save_info()/.get_checksum() cleanup, by Suor
💚 #2834 add shfmt hooks to format shell scripts, by efiop
💚 #2833 create a chocolatey package, by efiop
💚 #2831 Unexpected error - Adding files , by luchoPipe87
💚 #2829 tidy stream progress, by casperdcl
💚 #2828 [FR] Initialize dvc in sub-directory of a git repo, by Tradunsky
💚 #2826 [WIP] analytics: refactor into a module, by mroutis
💚 #2825 Support pulling named subsets of data, or excluding files from pull, by r-zip
💚 #2824 Refactor handling external repo errors in get command, by pared
💚 #2821 remote: fix remote default call with no arguments, by kaiogu
💚 #2820 Restyle [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by restyled-io[bot]
💚 #2819 [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by mroutis
💚 #2818 error adding a file to dvc repo on NAS storage, by midnightradio
💚 #2815 dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by xliiv
💚 #2814 gs: support directories as external dependencies/outputs, by willypicard
💚 #2813 remote default with no argument removes default, by kaiogu
💚 #2812 ssh/sftp: detect that we are not in a physical root and print a meaninful error/warning, by efiop
💚 #2807 pipeline show: use pager instead of rendering ourselves, by efiop
💚 #2806 tests: disabling analytics through
config --global
breaks tests, by mroutisCLOSED ISSUES
❤️ #2838 dvc pull message, by leehanchung
❤️ #2832 Refactor
startswith
withpath_isin
util, by skshetry❤️ #2830 Restyle GDrive remote support, by restyled-io[bot]
❤️ #2827 dvc: remove unused config paths, by Suor
❤️ #2823 Use path_isin instead of startswith to compare filepaths, by skshetry
❤️ #2822 dvc:
lock
file ignored when command is run more than one time, by algomaster99❤️ #2817 use SI prefixes for progress, by casperdcl
❤️ #2816 Restyle WIP dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by restyled-io[bot]
❤️ #2811 Busy and locked DVC after command abortion, by Jenny12344
❤️ #2810 Restyle GS progress for push & pull, by restyled-io[bot]
❤️ #2809 GS progress for push & pull, by casperdcl
❤️ #2808 Write test for
tmp_fname
to check if it accepts Path-like and str objects, by algomaster99LIKED ISSUE
👍 #2821 remote: fix remote default call with no arguments, by kaiogu
It received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x1.
NOISY ISSUE
🔈 #2831 Unexpected error - Adding files , by luchoPipe87
It received 41 comments.
PULL REQUESTS
Last week, 21 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #2820 Restyle [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by restyled-io[bot]
UPDATED PULL REQUEST
Last week, 10 pull requests were updated.
💛 #2840 test: add pytest-clarity, by danihodovic
💛 #2837 get: copy regular files, by danihodovic
💛 #2836 perf: optimize cache listing for local, ssh and hdfs, by Suor
💛 #2835 remote: small .save_info()/.get_checksum() cleanup, by Suor
💛 #2826 [WIP] analytics: refactor into a module, by mroutis
💛 #2821 remote: fix remote default call with no arguments, by kaiogu
💛 #2819 [bikeshed] Discussion around cognitive load, aesthetics, wasting time, by mroutis
💛 #2815 dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by xliiv
💛 #2794 remote: http: raise exception when response with error status code, by pared
💛 #2608 [WIP] dvc: wrap checkout error as download error, by Suor
MERGED PULL REQUEST
Last week, 10 pull requests were merged.
💜 #2832 Refactor
startswith
withpath_isin
util, by skshetry💜 #2827 dvc: remove unused config paths, by Suor
💜 #2817 use SI prefixes for progress, by casperdcl
💜 #2809 GS progress for push & pull, by casperdcl
💜 #2808 Write test for
tmp_fname
to check if it accepts Path-like and str objects, by algomaster99💜 #2798 Display path relative to temporary repo when get/import-ing files, by skshetry
💜 #2796 perf: switch schema validation library, by Suor
💜 #2790 makedirs: fix mode flag is being ignored starting from Python 3.7, by shcheklein
💜 #2777 import: intercept and rephrase OutputNotFound message, by pared
💜 #2775 perf: optimize yaml parsing for stages, by Suor
COMMITS
Last week there were 44 commits.
🛠️ Merge pull request #2832 from skshetry/refactor-startswith-pathisin Refactor
startswith
withpath_isin
util by efiop🛠️ dvc: remove extra newline by skshetry
🛠️ dvc: refactor startswith usage with path_isin util by skshetry
🛠️ Merge pull request #2827 from Suor/bc-remnants dvc: remove unused config paths by efiop
🛠️ Merge pull request #2809 from casperdcl/gs-progress GS progress for push & pull by efiop
🛠️ Merge pull request #2817 from casperdcl/si-progress use SI prefixes for progress by efiop
🛠️ dvc: remove unused config paths These are remnants from old style remotes configuration by Suor
🛠️ Merge pull request #2798 from skshetry/fix-str-rel-repo Display path relative to temporary repo when get/import-ing files by efiop
🛠️ stage: remove unused import by efiop
🛠️ Merge pull request #2796 from Suor/opt-validate perf: switch schema validation library by efiop
🛠️ Merge branch 'master' into opt-validate by efiop
🛠️ dvc: bump to 0.70.0 by efiop
🛠️ Merge pull request #2777 from pared/2602 import: intercept and rephrase OutputNotFound message by efiop
🛠️ use SI prefixes for progress by casperdcl
🛠️ fix deepsource issues by casperdcl
🛠️ update dynamic chunk tests by casperdcl
🛠️ test: update: use dvc_repo fixture To fix test failure. by efiop
🛠️ test: freeze pytest-mock version To address failing tests. by efiop
🛠️ expose and use name, no_progress_bar Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347180388 by casperdcl
🛠️ test: Refactor tests by skshetry
🛠️ utils/fs: use fspath_py35 instead of fspath by skshetry
🛠️ back to gs multiple Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347954033 by casperdcl
🛠️ external repo: make NoOutputInExternalRepo path-aware by pared
🛠️ fix gs chunks Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347835334 by casperdcl
🛠️ Merge pull request #2775 from Suor/opt-yaml perf: optimize yaml parsing for stages by efiop
🛠️ import: just inform that output not found by pared
🛠️ import/get: make extarnal repo handle OutputNotFound by pared
🛠️ Merge pull request #2790 from shcheklein/fix-2789 makedirs: fix mode flag is being ignored starting from Python 3.7 by efiop
🛠️ import: intercept and rephrase OutputNotFound message by pared
🛠️ tests: makedirs permissions test simplify with tmpdir fixture by shcheklein
🛠️ makedirs: add comment on why do have to use umask by shcheklein
🛠️ get/import: display path relative to temporary repo by skshetry
🛠️ utils: implement
path_isin
to compare child and parent paths by skshetry🛠️ dvc: drop schema from requirements by Suor
🛠️ perf: switch schema validation library for config by Suor
🛠️ dvc: bump to 0.69.0 by efiop
🛠️ Merge pull request #2808 from algomaster99/test-arg-types-tmp_fname Write test for
tmp_fname
to check if it accepts Path-like and str objects by efiop🛠️ Write test for
tmp_fname
to check if it accepts Path-like and str objects by algomaster99🛠️ neaten default chunks Fixes https://github.com/iterative/dvc/pull/2809#discussion_r347178103 by casperdcl
🛠️ reduce gs upload chunk size by casperdcl
🛠️ add gs stats by casperdcl
🛠️ gs download idea by casperdcl
🛠️ py2/3 fix by casperdcl
🛠️ initial upload idea - fixes #1566 by casperdcl
CONTRIBUTORS
Last week there were 7 contributors.
👤 efiop
👤 skshetry
👤 Suor
👤 casperdcl
👤 pared
👤 shcheklein
👤 algomaster99
STARGAZERS
Last week there were 53 stagazers.
⭐ ndaidong
⭐ sp812bro
⭐ alihonosova
⭐ hcygit
⭐ zion-b
⭐ nettoyoussef
⭐ dedeswim
⭐ mpariente
⭐ sigmalist
⭐ AmeenAli
⭐ while
⭐ ancs21
⭐ martinmarc
⭐ PavelKovalets
⭐ andrewjong
⭐ RooieRakkert
⭐ cneud
⭐ wrznr
⭐ SEBrown
⭐ curiousily
⭐ kba
⭐ kaiogu
⭐ marksoper
⭐ thecooltechguy
⭐ Rwisegenya
⭐ kadinzhang
⭐ midnightradio
⭐ vivek-x-jha
⭐ slamer59
⭐ karimsallam
⭐ atkmt
⭐ yxdunc
⭐ hawkrobe
⭐ georgios-lamprou
⭐ kelvins
⭐ dpoulopoulos
⭐ Trybnetic
⭐ rkyymmt
⭐ pabloinsente
⭐ junjihashimoto
⭐ SvetaGr
⭐ letusfly85
⭐ iehppp2010
⭐ poonamrathsl
⭐ tmaone
⭐ derdanielb
⭐ nogo
⭐ davidruffner
⭐ Nburkhal
⭐ joelkuiper
⭐ raxbits
⭐ nivance
⭐ chongjeeseng
You all are the stars! 🌟
RELEASES
Last week there were 2 releases.
🚀 0.70.0 0.70.0
🚀 0.69.0 0.69.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: