-
Notifications
You must be signed in to change notification settings - Fork 394
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
regular updates and fixes (early September) #601
Conversation
…-reference/gc.md (using i/[^`]DVC / regex) for #448
This comment has been minimized.
This comment has been minimized.
Sorry for the delay here @shcheklein. I was a bit stuck in a bunch of other discussions and trying to finish all of #448 here... So many file changes... Sry 😅 |
p.s. I'm done adding commits here. Maybe one more involving the term "project metrics" but that can always go into a future PR. |
@@ -166,7 +166,7 @@ $ tree | |||
├── count.txt <---- result: "2" | |||
├── filter.dvc <---- first stage | |||
├── numbers.txt <---- intermediate result of the first stage | |||
├── process.py <---- code that runs some transformation | |||
├── process.py <---- code that causes data transformation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
causes is not the best term either. If we want to change this we can use implements
for example or even simple does
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you've fixed this already (: Thanks
huge stuff :) congrats 🎉 |
Fix #448, and brings other ad hoc changes.