From 8ce8657c36d4999e35f2893cc88b6161e1d44d10 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sun, 3 May 2020 12:20:58 -0700 Subject: [PATCH] blog: release 1.0 post, minor fixes --- .../blog/2020-05-04-dvc-3-years-and-1-0-release.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 5531c66e61..e28b839e62 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 @@ -7,9 +7,10 @@ description: | descriptionLong: | Today, we’ve got three big things to announce. - - 🎉 3rd-year anniversary of DVC - - 🚀 DVC 1.0 pre-release is ready - - ⭐ DVC has reached 5K GitHub starts (coincidently on the same day) + + 🎉 3rd-year anniversary of DVC + 🚀 DVC 1.0 pre-release is ready + ⭐ DVC has reached 5K GitHub starts (coincidently on the same day) We are sharing our learnings from this journey and how they affected the new DVC 1.0 release. @@ -18,8 +19,7 @@ pictureComment: 5000 GitHub stars author: dmitry_petrov commentsUrl: https://discuss.dvc.org/t/april-20-heartbeat/347 tags: - - release - - users + - Release - MLOps - DataOps - CI/CD @@ -132,7 +132,7 @@ Git history in a single chart so you can compare results across commits. Users can visualize how, for example, their model accuracy in the latest commit differs from another commit (or even multiple commits). -``` +```dvc $ dvc plot diff -d logs.csv HEAD HEAD^ d1e4d848 baseline_march file:///Users/dmitry/src/plot/logs.html $ open logs.html @@ -140,7 +140,7 @@ $ open logs.html ![](/uploads/images/2020-05-04/dvc-plot.png) -``` +```dvc $ dvc plot diff -d logs.csv HEAD HEAD^ d1e4d848 baseline_march \ -x loss --template scatter file:///Users/dmitry/src/plot/logs.html