You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0.1] - 2023-06-12
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add Python Extension's "Create Env" command into DVC Setup [#4058](https://github.com/iterative/vscode-dvc/pull/4058) by [@julieg18](https://github.com/julieg18)
10
+
- Show CLI errors generated by exp show [#4062](https://github.com/iterative/vscode-dvc/pull/4062) by [@mattseddon](https://github.com/mattseddon)
11
+
- Show information toast when trying to exceed max number of plotted experiments [#4085](https://github.com/iterative/vscode-dvc/pull/4085) by [@mattseddon](https://github.com/mattseddon)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Prevent current branch being duplicated when an experiment is running [#4084](https://github.com/iterative/vscode-dvc/pull/4084) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Update useful commands reference in the README [#4073](https://github.com/iterative/vscode-dvc/pull/4073) by [@mattseddon](https://github.com/mattseddon)
20
+
- Fix scheduled CLI output test (correctly mock config) [#4076](https://github.com/iterative/vscode-dvc/pull/4076) by [@mattseddon](https://github.com/mattseddon)
21
+
- Refactor empty state code for experiments and plots [#4075](https://github.com/iterative/vscode-dvc/pull/4075) by [@mattseddon](https://github.com/mattseddon)
22
+
- Standardize use of send message across setup, experiments and plots [#4077](https://github.com/iterative/vscode-dvc/pull/4077) by [@mattseddon](https://github.com/mattseddon)
23
+
- Improve README [#4086](https://github.com/iterative/vscode-dvc/pull/4086) by [@mattseddon](https://github.com/mattseddon)
0 commit comments