Skip to content

Commit

Permalink
blog: release 1.0 post, minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored May 3, 2020
1 parent fb9bfe9 commit 8ce8657
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/blog/2020-05-04-dvc-3-years-and-1-0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -132,15 +132,15 @@ 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
```

![](/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
Expand Down

0 comments on commit 8ce8657

Please sign in to comment.