Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.2.18
🚀 New Features and Enhancements
- Improve user facing text for dvc.runQueuedExperiments #1751 by @mattseddon
- Add manual refresh button to missing plots #1754 by @mattseddon
- Add option to hide a column from the experiments table #1756 by @wolmir
🐛 Bug Fixes
- Prevent queued experiments from being selected via the experiments table #1753 by @mattseddon
- Fix timing of comparison table renders #1759 by @mattseddon
- Fix overflow of zoomed in plots not shown #1763 by @sroy3
- Fix drop target moving away when picking up an item #1762 by @sroy3
🔨 Maintenance
- Publish extension to Open VSX via publish action #1758 by @mattseddon
0.2.17
🚀 New Features and Enhancements
- Plot list virtualization #1707 by @sroy3
- Prevent native context menu from being invoked on webviews #1736 by @rogermparent
- Rework experiment commands and context menus to vary based on whether experiments have checkpoints #1738 by @mattseddon
- Rework experiment table context menus to vary based on whether or not experiments have checkpoints #1739 by @mattseddon
- Make size of comparison table column more consistent #1744 by @sroy3
- Add drag and drop for experiment table column groups #1729 by @wolmir
- Show experiment names in comparison table headers (#1614) #1730 by @wolmir
- Add experiment icons to editor/title when params file is open #1740 by @mattseddon
- Remove extra padding in plots #1749 by @sroy3
🐛 Bug Fixes
🔨 Maintenance
- Mock VS Code before importing modules in scheduled cli output test #1737 by @mattseddon
- Mock VS Code before importing modules in venv setup #1747 by @mattseddon
- Remove can select many property from selection trees #1748 by @mattseddon
- Make deeply nested experiments table test fixture static #1745 by @mattseddon
- Add eslint-plugin-etc for no-commented-out-code rule #1750 by @mattseddon
0.2.16
🚀 New Features and Enhancements
- Add plots selection quick pick #1701 by @mattseddon
- Add get started component to plots webview #1718 by @mattseddon
- Add codicons to welcome view buttons #1717 by @mattseddon
- Improve plots welcome view when there are no plots #1722 by @mattseddon
- Update view container welcome views #1728 by @mattseddon
- Add experiment run reset to menus #1719 by @mattseddon
- Bypass filters on missing values (for queued experiments) #1732 by @mattseddon
🐛 Bug Fixes
- Prevent infinite loop when trying to open plots #1727 by @mattseddon
- Fix experiment stop button #1731 by @mattseddon
🔨 Maintenance
- Rearrange internals of base workspace webviews #1706 by @mattseddon
0.2.15
🚀 New Features and Enhancements
- Use contributed colors for some webview colors #1697 by @rogermparent
🐛 Bug Fixes
- Do not reset deferred property when consumers are still waiting #1695 by @mattseddon
- Add placeholder when image is missing from comparison table data #1699 by @mattseddon
🔨 Maintenance
- Move init command from tracked tree into the extension #1696 by @mattseddon
- Add create release pr workflow #1685 by @mattseddon