Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.6.12
🚀 New Features and Enhancements
- Add show logs to context menu of experiments running in the queue #3360 by @mattseddon
- Watch for dvc.yaml changes for manually added stages #3365 by @sroy3
- Do not go into pipeline stage creation mode if dvc.yaml is invalid #3368 by @sroy3
- Add Custom Plots Section #3342 by @julieg18
🐛 Bug Fixes
🔨 Maintenance
- Improve naming in experiment row context menu component #3346 by @mattseddon
- Clean up from optimizing rendering of plots #3348 by @sroy3
- Update prototype stub (flaky test) #3355 by @mattseddon
- Group process execution and manager #3356 by @mattseddon
- Add viewable cli process class #3358 by @mattseddon
- Add DvcViewer class #3359 by @mattseddon
- Remove legacy test code from DvcRunner #3361 by @mattseddon
- Remove legacy code from PseudoTerminal #3362 by @mattseddon
- Move e2e tests to stable (wdio chromedriver issue) #3371 by @mattseddon
- Delete unused code in Plots #3367 by @julieg18
0.6.11
0.6.10
🚀 New Features and Enhancements
🐛 Bug Fixes
- Watch metric files to update plots #3321 by @mattseddon
- Direct user to setup when they cannot run an experiment #3323 by @mattseddon
🔨 Maintenance
- Update demo project (plots update) #3328 by @mattseddon
0.6.9
🚀 New Features and Enhancements
- Update get Studio access token link #3303 by @mattseddon
- Update link to get Studio access token (drop need for username) #3306 by @mattseddon
- Change the add configuration button text and add more information on functionality #3295 by @sroy3
- Redirect user to add new Studio access token on 401 response #3311 by @mattseddon
- Re-add show experiments and show plots to tree view titles #3314 by @mattseddon
- Remove auto apply filters to experiment selection for plots #3315 by @mattseddon
🐛 Bug Fixes
- fix: DnD landing breaks on ellipsis #3309 by @shcheklein
- Add metrics.json to plots list of watched files #3319 by @mattseddon
🔨 Maintenance
- Disable unnecessary chromatic snapshots #3310 by @mattseddon
- Update demo project and latest tested CLI version (2.45.1) #3312 by @mattseddon
0.6.8
🐛 Bug Fixes
- Ensure that file exists before trying to read mtime #3299 by @mattseddon
- Ensure DVC tracked tree is rebuilt when a dvc yaml error has been fixed #3300 by @mattseddon
0.6.7
🚀 New Features and Enhancements
- Add add configuration button in experiments table #3281 by @sroy3
- Enable saving of Studio access token #3235 by @mattseddon
- Share experiment to Studio from experiments table #3289 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Create Modal class (mirror Toast) #3294 by @mattseddon
- Clean up webview factory #3277 by @mattseddon
0.6.6
🐛 Bug Fixes
🔨 Maintenance
- Update demo project and latest tested CLI version (2.45.0) #3282 by @mattseddon
0.6.5
🚀 New Features and Enhancements
- Add ability to stop non-queue experiments from the table's context menu #3249 by @mattseddon
- Add the script as a dependency in dvc.yaml #3257 by @sroy3
- Ask the user for the correct command to their script if it is neither a python file or a Jupyter notebook #3255 by @sroy3
- Show the setup instead of original webview if needed (command palette) #3256 by @sroy3
- Replace Show Experiments and Plots buttonwith a Run Experiment button and added icons to sidebar buttons #3272 by @sroy3
- Rename views tree to actions #3275 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Add missing telemetry events to onboarding #3261 by @mattseddon
- Add regression test for
.gitfile watcher #3259 by @julieg18
0.6.4
🚀 New Features and Enhancements
- Ask the user for the stage name to add to pipeline #3252 by @sroy3
- Open dvc.yaml automatically after adding a pipeline #3242 by @sroy3
- Show a setup screen when project has no commits #3253 by @julieg18
🐛 Bug Fixes
- Fix package-manager issue #3244 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (2.44.0) #3258 by @mattseddon
0.6.3
🚀 New Features and Enhancements
- Create dvc.yaml file with training script on run experiment #3197 by @sroy3
- Add reminder to commit after
dvc init#3239 by @julieg18 - Add jupyter notebook script to run in dvc.yaml #3240 by @sroy3
- Improve vega bindings color (smooth template) #3250 by @mattseddon
- Add ability to stop experiments running in the workspace (outside of the extension) #3247 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Attempt to fix flaky integration test (simplify and split) #3201 by @mattseddon
- Remove unnecessary dependency from tests #3248 by @mattseddon