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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0.40] - 2023-08-16
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add refresh button to experiments tree cli errors [#4500](https://github.com/iterative/vscode-dvc/pull/4500) by [@julieg18](https://github.com/julieg18)
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- Have experiment webview redirect to setup when there is no data [#4483](https://github.com/iterative/vscode-dvc/pull/4483) by [@julieg18](https://github.com/julieg18)
14
+
- Fix experiment table created column [#4501](https://github.com/iterative/vscode-dvc/pull/4501) by [@mattseddon](https://github.com/mattseddon)
15
+
- Fix scheduled CLI output test (extra image plots) [#4502](https://github.com/iterative/vscode-dvc/pull/4502) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Replace experiments table react context with redux state [#4486](https://github.com/iterative/vscode-dvc/pull/4486) by [@mattseddon](https://github.com/mattseddon)
20
+
- Update experiments table column data [#4495](https://github.com/iterative/vscode-dvc/pull/4495) by [@mattseddon](https://github.com/mattseddon)
21
+
- Update demo project and latest tested CLI version (3.15.2) [#4477](https://github.com/iterative/vscode-dvc/pull/4477) by [@mattseddon](https://github.com/mattseddon)
22
+
- Remove unused redux slice from experiments table [#4484](https://github.com/iterative/vscode-dvc/pull/4484) by [@mattseddon](https://github.com/mattseddon)
23
+
- Fix tests [#4508](https://github.com/iterative/vscode-dvc/pull/4508) by [@mattseddon](https://github.com/mattseddon)
24
+
- Avoid more unnecessary experiments table re-renders [#4503](https://github.com/iterative/vscode-dvc/pull/4503) by [@mattseddon](https://github.com/mattseddon)
25
+
- Reduce Comparison "Image By Step" calls to backend [#4506](https://github.com/iterative/vscode-dvc/pull/4506) by [@julieg18](https://github.com/julieg18)
0 commit comments