From df535ec49e8ff9de77f3bc3755a41bc9a4808683 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Mon, 12 Oct 2020 11:22:21 +0300 Subject: [PATCH 1/9] Adds meta description front matter and 'versioning data' to p2. --- content/docs/start/data-versioning.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 5af27256a5..9be462ecd9 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -1,3 +1,8 @@ +--- +description: | + Get started with data versioning in DVC. Learn how to use a regular Git workflow for large files, datasets, and ML models, without storing large files in Git. +--- + # Data Versioning How cool would it be to make Git handle arbitrary large files and directories @@ -7,7 +12,8 @@ with the same performance as with small code files? Imagine you can do a than a second? The core part of DVC is a few commands that you can run along with Git to track -a large file, ML model or a directory. Read on, or watch our video docs! +a large file, ML model or a directory. Read on or watch our video docs to learn +about versioning data with DVC! https://youtu.be/kLKBcPonMYw From 29cc89daa9e42f4511cdbe93e92e2c524f69f6d9 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:44:33 +0300 Subject: [PATCH 2/9] Reflow frontmatter description to 80 characters. --- content/docs/start/data-versioning.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 9be462ecd9..a62ffa058a 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -1,6 +1,7 @@ --- -description: | - Get started with data versioning in DVC. Learn how to use a regular Git workflow for large files, datasets, and ML models, without storing large files in Git. +description: 'Get started with data versioning in DVC. Learn how to use a +regular Git workflow for large files, datasets, and ML models, without storing +large files in Git.' --- # Data Versioning From 1b51510c87772229af4cd5187af6e0efdab97122 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:49:26 +0300 Subject: [PATCH 3/9] Reapply suggested change to description to remove duplicate term --- content/docs/start/data-versioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index a62ffa058a..2c60c0c884 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -1,7 +1,7 @@ --- description: 'Get started with data versioning in DVC. Learn how to use a -regular Git workflow for large files, datasets, and ML models, without storing -large files in Git.' +regular Git workflow for datasets, and ML models, without storing large files in +Git.' --- # Data Versioning From da923221aec58e7fa36db0f2e8c78e75323d56b9 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:52:32 +0300 Subject: [PATCH 4/9] Remove extra comma in frontmatter description. --- content/docs/start/data-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 2c60c0c884..6edabd0ccd 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -1,6 +1,6 @@ --- description: 'Get started with data versioning in DVC. Learn how to use a -regular Git workflow for datasets, and ML models, without storing large files in +regular Git workflow for datasets and ML models, without storing large files in Git.' --- From 1a2d9bff14cf32a04b9ee16766cc0a77b739902e Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 13 Oct 2020 12:41:21 +0300 Subject: [PATCH 5/9] Rewrite intro section. Add "git for data". --- content/docs/start/data-versioning.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 6edabd0ccd..1d43ad9421 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -6,15 +6,17 @@ Git.' # Data Versioning -How cool would it be to make Git handle arbitrary large files and directories -with the same performance as with small code files? Imagine you can do a -`git clone` and see data files and ML model files in the workspace. Or do -`git checkout` and switch to a different version of a 100Gb size file in a less -than a second? - The core part of DVC is a few commands that you can run along with Git to track -a large file, ML model or a directory. Read on or watch our video docs to learn -about versioning data with DVC! +a large file, ML model, or a directory. Think "Git for data". For example, you +can use DVC and Git to: + +- Track large files and directories in Git with the same performance as small + code files. +- See data files and ML model files next to code in your workspace with + `git clone`. +- Switch between versions of a 100GB dataset instantly with `git checkout`. + +Read on or watch our video docs to learn about versioning data with DVC! https://youtu.be/kLKBcPonMYw From 502f23555cf0971c8a9b00189f736e892e33acac Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 15 Oct 2020 18:56:17 -0500 Subject: [PATCH 6/9] Update content/docs/start/data-versioning.md --- content/docs/start/data-versioning.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 1d43ad9421..92e6c165e0 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -6,6 +6,12 @@ Git.' # Data Versioning +How cool would it be to make Git handle arbitrary large files and directories +with the same performance as with small code files? Imagine you can do a +`git clone` and see data files and ML model files in the workspace. Or do +`git checkout` and switch to a different version of a 100Gb size file in a less +than a second? + The core part of DVC is a few commands that you can run along with Git to track a large file, ML model, or a directory. Think "Git for data". For example, you can use DVC and Git to: From 7f01d66bf020b67adb3bd2559f9390b4122f0436 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Sun, 18 Oct 2020 21:51:31 +0300 Subject: [PATCH 7/9] Reverts second paragraph changes, adds meta title and matching h1. --- content/docs/start/data-versioning.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index 92e6c165e0..ccc78a2ead 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -1,27 +1,20 @@ --- +title: 'Get Started: Data Versioning' description: 'Get started with data versioning in DVC. Learn how to use a regular Git workflow for datasets and ML models, without storing large files in Git.' --- -# Data Versioning +# Get Started: Data Versioning How cool would it be to make Git handle arbitrary large files and directories -with the same performance as with small code files? Imagine you can do a -`git clone` and see data files and ML model files in the workspace. Or do -`git checkout` and switch to a different version of a 100Gb size file in a less -than a second? - -The core part of DVC is a few commands that you can run along with Git to track -a large file, ML model, or a directory. Think "Git for data". For example, you -can use DVC and Git to: - -- Track large files and directories in Git with the same performance as small - code files. -- See data files and ML model files next to code in your workspace with - `git clone`. -- Switch between versions of a 100GB dataset instantly with `git checkout`. +with the same performance as with small code files? Imagine doing a `git clone` +and seeing data files and machine learning models in the workspace. Or switching +to a different version of a 100Gb file in less than a second with a +`git checkout`. +The foundation of DVC consists of a few commands that you can run along with +`git` to track large files, directories, or ML models. Think "Git for data". Read on or watch our video docs to learn about versioning data with DVC! https://youtu.be/kLKBcPonMYw From cb43cd03494e63353ad009be70093a914e1ef961 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 20 Oct 2020 11:36:38 -0500 Subject: [PATCH 8/9] Update content/docs/start/data-versioning.md --- content/docs/start/data-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/start/data-versioning.md b/content/docs/start/data-versioning.md index ccc78a2ead..e0641be6ae 100644 --- a/content/docs/start/data-versioning.md +++ b/content/docs/start/data-versioning.md @@ -15,7 +15,7 @@ to a different version of a 100Gb file in less than a second with a The foundation of DVC consists of a few commands that you can run along with `git` to track large files, directories, or ML models. Think "Git for data". -Read on or watch our video docs to learn about versioning data with DVC! +Read on or watch our video to learn about versioning data with DVC! https://youtu.be/kLKBcPonMYw From 3f1614ce5a32de255631219eb5540ea654279576 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 23 Oct 2020 01:02:14 +0300 Subject: [PATCH 9/9] download: update to 1.9.0 --- src/components/DownloadButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index a5cab0978a..af9fec2ef0 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga' import styles from './styles.module.css' -const VERSION = `1.8.1` +const VERSION = `1.9.0` enum OS { UNKNOWN = '...',