Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.3.2
🐛 Bug Fixes
- hotfix: VS Code badges in README #1894 by @jorgeorpinel
0.3.1
🚀 New Features and Enhancements
- Decorate filtered experiments/checkpoints in the experiments tree #1871 by @mattseddon
- Add (manual) refresh plots command to tree and palette #1868 by @mattseddon
- Add shadow to table head #1835 by @rogermparent
- Show table header context menu on left click (as well as right) #1878 by @mattseddon
- Swap codicons for Reset and Run/Resume experiment #1880 by @mattseddon
- Review and update the walkthrough #1876 by @shcheklein
🐛 Bug Fixes
- Pass extra args to Reset and Run command #1879 by @mattseddon
🔨 Maintenance
- Add banner (and alternative) to resources folder #1877 by @mattseddon
0.3.0
🚀 New Features and Enhancements
- Sort and Filter indicators for the Experiments Table #1760 by @wolmir
- Add filtered counts to Filter By tree #1866 by @mattseddon
- Setup workspace config: change copy to be more explicit #1865 by @shcheklein
🐛 Bug Fixes
- Use primary button color as accent color #1859 by @sroy3
- Explicitly set icons in DVC Tracked tree #1869 by @mattseddon
🔨 Maintenance
- Remove preview tag from marketplace listing #1860 by @mattseddon
- Add init to command palette when there is no DVC project in the workspace #1861 by @mattseddon
- Upgrade dev dependencies and resolutions (security) #1864 by @mattseddon
- Bump min required version of DVC to new release #1867 by @mattseddon
0.2.25
0.2.24
🚀 New Features and Enhancements
- Add cross-product uuid to all telemetry events #1619 by @mattseddon
- Add tooltip with the meaning of each plot section #1851 by @sroy3
🐛 Bug Fixes
- Decouple ribbon from comparison table revisions #1844 by @mattseddon
- Suppress context menus, hide run buttons and show stop button when an experiment is running #1848 by @mattseddon
- Add dep prefix to experiments table tooltip #1853 by @mattseddon
🔨 Maintenance
0.2.23
🚀 New Features and Enhancements
- Use copy button component for the plots ribbon experiments #1812 by @sroy3
- Plots ribbon copy button to the right #1831 by @sroy3
- Add deps to experiment table and columns tree #1830 by @mattseddon
- Update description shown above experiments tree #1841 by @mattseddon
🐛 Bug Fixes
- Listen for extensions being installed/unistalled to avoid race condition when both this extension and ms-python.python are installed during startup #1839 by @mattseddon
- Watch all dvc.locks for changes to plots #1840 by @mattseddon
- Reduce the spacing between ribbon elements #1842 by @sroy3
- Fix the height of the buttons in the ribbon #1843 by @sroy3
🔨 Maintenance
- Add storybook design addon #1828 by @rogermparent
- Add Storybook preview styles that allow for sticky header/column #1834 by @rogermparent
0.2.22
🚀 New Features and Enhancements
- Add legend to zoomed in plots #1794 by @mattseddon
- Close modal on Escape #1811 by @sroy3
- Add position:sticky to Experiment table head #1805 by @rogermparent
- Experiment table open to the side #1796 by @wolmir
- Add experiments from plots ribbon #1798 by @sroy3
- Add support view to DVC container #1817 by @mattseddon
- Add multi-select push and pull to tracked explorer tree #1809 by @mattseddon
- Add multi-select remove to experiments tree #1810 by @mattseddon
- Make Experiments Table Experiments Column Sticky #1825 by @rogermparent
🐛 Bug Fixes
- Use vscode tree.tableColumnsBorder to add contrast in light themes #1803 by @wolmir
- Fix experiment names overflowing from plots ribbon #1821 by @sroy3
- Accomodate params that are lists #1818 by @mattseddon
- Watch all dvc.yamls for changes to plots #1822 by @mattseddon
🔨 Maintenance
- Update extension description for the marketplace #1807 by @mattseddon
- Rename experiments model queue folder to experiments model modify #1819 by @mattseddon
- Remove revision filtering from comparison table icon menu #1823 by @sroy3
- Replace firstCell with experimentCell #1824 by @rogermparent
0.2.21
🚀 New Features and Enhancements
- plots: meaningful section default names #1789 by @shcheklein
- Render more rows while virtualizing plots #1795 by @sroy3
- Update walkthrough #1792 by @mattseddon
- Update README #1793 by @mattseddon
- Switch list-selection icon to list-filter #1800 by @mattseddon
- Add plots ribbon to show and remove experiments #1785 by @sroy3
🐛 Bug Fixes
- Fix push/pull directory from DVC tracked tree #1781 by @mattseddon
- Fix not in cache and deleted decorations for directory contents #1783 by @mattseddon
- Correctly drop cached plots data whenever moving between branches and commits #1804 by @mattseddon
🔨 Maintenance
- Add deps and outs to exp show test fixture #1780 by @mattseddon
0.2.20
🚀 New Features and Enhancements
- Make params and metrics colors more light-theme friendly #1773 by @rogermparent
- Show empty state in experiments tree when there are no columns #1777 by @mattseddon
🐛 Bug Fixes
- Add min-width to comparison table #1770 by @sroy3
- Prevent right clicking in plots webview even with non-filling content #1774 by @rogermparent
🔨 Maintenance
- Cleanup of comparison table stories #1771 by @sroy3
- Fix height of timestamp cells #1772 by @rogermparent
- Reduce duplication in get started components #1766 by @mattseddon
- Make reusable WebviewWrapper component #1775 by @rogermparent
- Watch all .dvc files for exp show updates #1778 by @mattseddon
0.2.19
🚀 New Features and Enhancements
- Improve experiments table empty states
#1755 by
@mattseddon
🐛 Bug Fixes
- Mitigate Python extension rejecting ready promise
#1765 by
@mattseddon