Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.7.6
🐛 Bug Fixes
- fix(table): DnD landing zone covers the whole cell in the table #3678 by @shcheklein
🔨 Maintenance
- Update demo project and latest tested CLI version (2.54.0) #3677 by @mattseddon
0.7.5
0.7.4
🔨 Maintenance
- Update demo project and latest tested CLI version (2.53.0) #3649 by @mattseddon
- Add 20px to min width of experiments column #3650 by @mattseddon
0.7.3
🐛 Bug Fixes
- Make sure changing the number of revisions will trigger an update for the scale of the multiview plot #3642 by @sroy3
- Show duplicate revisions when experiment finishes running in the workspace #3641 by @mattseddon
🔨 Maintenance
- Update demo project dvclive (2.6.2) #3645 by @sroy3
- Remove checkpoints from experiment collection #3639 by @mattseddon
0.7.2
0.7.1
0.7.0
🚀 New Features and Enhancements
- Add persistence to the number of commits to show #3583 by @sroy3
- Show plots errors in plots tree #3522 by @mattseddon
- Display error thrown by Plots Diff in Plots tree #3569 by @mattseddon
- Show errors in plots ribbon #3570 by @mattseddon
- Show "Custom" section in "Get Started" screen #3523 by @julieg18
- Show revision level plot errors #3608 by @mattseddon
- Remove experiment checkpoints from extension UI #3585 by @mattseddon
🐛 Bug Fixes
- Send back change in commits to show #3601 by @sroy3
- Use plot errors to display correct messages for missing plots #3520 by @mattseddon
- Refresh cached plots data on every update #3532 by @mattseddon
- Ensure unfetched image plots are on disk before providing URL to webview #3544 by @mattseddon
- Fix removal of existing commit errors #3545 by @mattseddon
- Account for data key being optional in plots diff output #3547 by @mattseddon
- Ensure the correct fetched status is applied when overriding plot revisions #3557 by @mattseddon
- Ensure that data for broken revisions is dropped #3576 by @mattseddon
- Fix scheduled CLI output test by updating expected demo project output (plots diff breaking change) #3558 by @mattseddon
🔨 Maintenance
- Remove vega-util truncation for ribbon tooltip #3573 by @sroy3
- Bump min DVC version to 2.52.0 (plots errors) #3477 by @mattseddon
- Group shared ErrorTooltip with Tooltip #3546 by @mattseddon
- Consolidate tree view error decoration providers #3548 by @mattseddon
- Remove code that refreshes a single plot revision (no longer possible) #3555 by @mattseddon
- Move error formatting logic out to clients #3578 by @mattseddon
- Move custom plot spec creation to backend #3575 by @julieg18
- Move e2e tests to stable #3613 by @julieg18
0.6.26
🚀 New Features and Enhancements
- Improve Custom Plot Creation #3550 by @julieg18
- Add a button to show more commits #3535 by @sroy3
- Use commit rows in metric vs param plots #3567 by @julieg18
- Add button to show less commits #3562 by @sroy3
🔨 Maintenance
- Increase CodeClimate method line count threshold to 40 #3543 by @mattseddon
- Move function complexity threshold to 6 (+1) #3556 by @mattseddon
0.6.25
🚀 New Features and Enhancements
🔨 Maintenance
- Cleanup plots workspace state #3518 by @julieg18
- Update timeout for webview test #3529 by @mattseddon
- Fix nesting of Setup test #3533 by @mattseddon