Skip to content

Releases: iterative/vscode-dvc

0.6.12

01 Mar 17:20
e94c29f

Choose a tag to compare

🚀 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

  • Remove hortizontal scrollbar from empty section #3369 by @sroy3

🔨 Maintenance

0.6.11

23 Feb 23:29
26bd480

Choose a tag to compare

🔨 Maintenance

0.6.10

22 Feb 00:34
0547899

Choose a tag to compare

🚀 New Features and Enhancements

  • Check stages for all run/queue commands #3304 by @sroy3

🐛 Bug Fixes

🔨 Maintenance

0.6.9

20 Feb 23:52
0a48310

Choose a tag to compare

🚀 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

🔨 Maintenance

0.6.8

17 Feb 04:14
a4c5cc1

Choose a tag to compare

🐛 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

17 Feb 01:29
e437757

Choose a tag to compare

🚀 New Features and Enhancements

🐛 Bug Fixes

  • Move the comparison table header down from under the ribbon when scrolling #3291 by @sroy3

🔨 Maintenance

0.6.6

14 Feb 21:48
761540d

Choose a tag to compare

🐛 Bug Fixes

  • Correctly debounce resize of table columns #3280 by @sroy3

🔨 Maintenance

  • Update demo project and latest tested CLI version (2.45.0) #3282 by @mattseddon

0.6.5

13 Feb 22:43
4a51956

Choose a tag to compare

🚀 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

  • Fix checkboxes unchecking when user clicks outside the table #3271 by @julieg18

🔨 Maintenance

0.6.4

10 Feb 00:38
44a836a

Choose a tag to compare

🚀 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

🔨 Maintenance

  • Update demo project and latest tested CLI version (2.44.0) #3258 by @mattseddon

0.6.3

09 Feb 09:09
2a24c17

Choose a tag to compare

🚀 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