From ecbf321bca88f4aef03e884a839ce03d8960016e Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 21:13:02 +0300 Subject: [PATCH 1/6] Update 2020-05-04-dvc-3-years-and-1-0-release.md (#1230) --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index 826a4cb5d5..38fa4d6110 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -86,12 +86,16 @@ is growing every week. Our [Discord channel](http://dvc.org/chat) has almost two thousand users. Hundreds more connect with us through email and Twitter. To everyone willing to try out DVC, thank you for the opportunity. -## DVC 1.0. is the result of 3 years of learning +## DVC 1.0 is the result of 3 years of learning All these contributions, big and small, have a collective impact on DVC's development. I'm happy (and a bit nervous) to announce that a pre-release of a brand new DVC 1.0 is ready for public beta testing. +```dvc +pip install --pre dvc +``` + The new DVC is inspired by discussions and contributions from our community - both fresh ideas and bug reports 😅. From 572bc27a8dee9f0c8fe0b9b7fa98338d425cddb9 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 21:18:17 +0300 Subject: [PATCH 2/6] Update 2020-05-04-dvc-3-years-and-1-0-release.md --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index 38fa4d6110..3888c47889 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -92,6 +92,9 @@ All these contributions, big and small, have a collective impact on DVC's development. I'm happy (and a bit nervous) to announce that a pre-release of a brand new DVC 1.0 is ready for public beta testing. +You can install the pre-release version from the development branch (instruction +on [our website](https://dvc.org/doc/install/pre-release)) or through pip: + ```dvc pip install --pre dvc ``` From f5df2f69c1c807885415fa1f6ab94bcaa84920c8 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 21:21:32 +0300 Subject: [PATCH 3/6] blog: `pre release` -> `pre-release` Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419621255 --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index 3888c47889..1b1905d878 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -222,7 +222,7 @@ holistic way. Each of the big new features and improvements deserve a separate blog post. We will be posting more - please stay in touch. -I hope our the most active users will find time to check the DVC pre release +I hope our the most active users will find time to check the DVC pre-release version and provide their feeback. The installation instruction is [on our website](https://dvc.org/doc/install/pre-release). From ee6b2e276379d207fdb6253cc26cbe6e8027a887 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 21:22:21 +0300 Subject: [PATCH 4/6] blog: fix slashes Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419618715 --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index 1b1905d878..6f94ac60ab 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -193,7 +193,7 @@ $ open logs.csv.html _Learnings:_ In ML projects, data transfer optimization is still the king. We've done substantial work on optimizing data management commands, such as -`dvc pull \ push \ status -c \ gc -c`. Now, based on the amount of data, DVC can +`dvc pull / push / status -c / gc -c`. Now, based on the amount of data, DVC can choose an optimal data remote traversing strategy. [Mini-indexes](https://github.com/iterative/dvc/issues/2147) were introduced to From c82fde9a7ba5874a0755db638546b54d3152e675 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 21:23:22 +0300 Subject: [PATCH 5/6] blog: fix wording Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419613814 --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index 6f94ac60ab..f4ffea6d82 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -125,7 +125,7 @@ We redesigned the DVC-metafile format to make saved pipelines more interpretable and editable. Pipeline stages are now saved in a single metafile, with all stages stored together instead of in separate files. -The checksums are no longer stored in the pipeline metafile which improves +Data hash values are no longer stored in the pipeline metafile. This improves human-readability. ```yaml From ad18f0b582af6bba5057c23ab3d1e22152e35325 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 4 May 2020 11:36:40 -0700 Subject: [PATCH 6/6] blog: release 1 blog post, update code block --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index f4ffea6d82..ffab11edd6 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -96,7 +96,7 @@ You can install the pre-release version from the development branch (instruction on [our website](https://dvc.org/doc/install/pre-release)) or through pip: ```dvc -pip install --pre dvc +$ pip install --pre dvc ``` The new DVC is inspired by discussions and contributions from our community -