Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
1.0.45
🐛 Bug Fixes
- Restructure plots path tree for nested dvc.yaml paths #4527 by @mattseddon
1.0.44
🚀 New Features and Enhancements
- Add copy sha and name to experiment table row context menu #4544 by @mattseddon
🐛 Bug Fixes
- Hide refresh experiments from the command palette #4529 by @mattseddon
- Fix possibly cuttoff cli errors in tree views #4522 by @julieg18
- Remove click listener from experiment name and sha #4543 by @mattseddon
1.0.43
1.0.42
🚀 New Features and Enhancements
- Add Scikit-learn and YOLO to other frameworks supported by DVCLive #4510 by @mattseddon
🔨 Maintenance
- Make redux utils generic #4511 by @mattseddon
1.0.41
🐛 Bug Fixes
- Fix show only changed behaviour #4512 by @mattseddon
1.0.40
🚀 New Features and Enhancements
🐛 Bug Fixes
- Have experiment webview redirect to setup when there is no data #4483 by @julieg18
- Fix experiment table created column #4501 by @mattseddon
- Fix scheduled CLI output test (extra image plots) #4502 by @mattseddon
🔨 Maintenance
- Replace experiments table react context with redux state #4486 by @mattseddon
- Update experiments table column data #4495 by @mattseddon
- Update demo project and latest tested CLI version (3.15.2) #4477 by @mattseddon
- Remove unused redux slice from experiments table #4484 by @mattseddon
- Fix tests #4508 by @mattseddon
- Avoid more unnecessary experiments table re-renders #4503 by @mattseddon
- Reduce Comparison "Image By Step" calls to backend #4506 by @julieg18
1.0.39
🚀 New Features and Enhancements
🐛 Bug Fixes
🔨 Maintenance
- Fix comparison table test #4481 by @julieg18
- Refactor setting of experiment table column order via drag and drop #4479 by @mattseddon
1.0.38
🐛 Bug Fixes
- Fix plot actions button showing on sticky ribbon #4461 by @julieg18
- Fix Comparison Plot "Image By Step" height #4458 by @julieg18
- Use is Python extension installed for setup #4467 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (3.14.0) #4468 by @mattseddon
- Do not wait to collect files to send exp data #4463 by @mattseddon
1.0.37
1.0.36
🐛 Bug Fixes
- Fix sorts and filters for dep columns #4432 by @mattseddon
- Exclude untracked dvc.yaml and dvc.lock files from the DVC SCM tree #4446 by @mattseddon
- Fix Created column presence in show only changed #4435 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (3.13.2) #4439 by @mattseddon
- Followup on fixing broken plots on first exp run #4425 by @julieg18
- Reduce wait time in test utils #4427 by @mattseddon
- Only open experiments webview in integration tests when necessary #4434 by @mattseddon
- Update demo project and latest tested CLI version (3.13.3) #4450 by @julieg18
- Replace git diff call with git extension state #4444 by @mattseddon