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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.6.3] - 2023-02-09
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Create dvc.yaml file with training script on run experiment [#3197](https://github.com/iterative/vscode-dvc/pull/3197) by [@sroy3](https://github.com/sroy3)
10
+
- Add reminder to commit after `dvc init`[#3239](https://github.com/iterative/vscode-dvc/pull/3239) by [@julieg18](https://github.com/julieg18)
11
+
- Add jupyter notebook script to run in dvc.yaml [#3240](https://github.com/iterative/vscode-dvc/pull/3240) by [@sroy3](https://github.com/sroy3)
12
+
- Improve vega bindings color (smooth template) [#3250](https://github.com/iterative/vscode-dvc/pull/3250) by [@mattseddon](https://github.com/mattseddon)
13
+
- Add ability to stop experiments running in the workspace (outside of the extension) [#3247](https://github.com/iterative/vscode-dvc/pull/3247) by [@mattseddon](https://github.com/mattseddon)
14
+
15
+
### 🐛 Bug Fixes
16
+
17
+
- Don't add "Created" column when there is no data [#3241](https://github.com/iterative/vscode-dvc/pull/3241) by [@julieg18](https://github.com/julieg18)
18
+
19
+
### 🔨 Maintenance
20
+
21
+
- Attempt to fix flaky integration test (simplify and split) [#3201](https://github.com/iterative/vscode-dvc/pull/3201) by [@mattseddon](https://github.com/mattseddon)
22
+
- Remove unnecessary dependency from tests [#3248](https://github.com/iterative/vscode-dvc/pull/3248) by [@mattseddon](https://github.com/mattseddon)
0 commit comments