Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
1.0.5
🐛 Bug Fixes
- Fix never ending loading on no experiments data #4117 by @julieg18
- Revert string quoting behaviour in modify and commands #4116 by @mattseddon
1.0.4
🚀 New Features and Enhancements
🐛 Bug Fixes
🔨 Maintenance
- Remove garbage collect experiments command #4104 by @mattseddon
- Fix e2e tests #4106 by @mattseddon
1.0.3
🐛 Bug Fixes
- Fix custom plot tooltips #4102 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (3.0.0) #4103 by @mattseddon
1.0.2
🐛 Bug Fixes
- Correctly handle string arrays in modify and commands #4092 by @mattseddon
- Fix broken experiments table column shadow #4099 by @julieg18
🔨 Maintenance
- Drop commit/experiment support for modify and run/queue (only workspace supported as a base) #4094 by @mattseddon
- Only use selected params for modify and commands #4095 by @mattseddon
1.0.1
🚀 New Features and Enhancements
- Add Python Extension's "Create Env" command into DVC Setup #4058 by @julieg18
- Show CLI errors generated by exp show #4062 by @mattseddon
- Show information toast when trying to exceed max number of plotted experiments #4085 by @mattseddon
🐛 Bug Fixes
- Prevent current branch being duplicated when an experiment is running #4084 by @mattseddon
🔨 Maintenance
- Update useful commands reference in the README #4073 by @mattseddon
- Fix scheduled CLI output test (correctly mock config) #4076 by @mattseddon
- Refactor empty state code for experiments and plots #4075 by @mattseddon
- Standardize use of send message across setup, experiments and plots #4077 by @mattseddon
- Improve README #4086 by @mattseddon
1.0.0
🚀 New Features and Enhancements
- Add PYTHONPATH to environment variables if the Python extension makes it available #4045 by @mattseddon
🐛 Bug Fixes
- fix(plots): correct the empty screen link to the dvc docs #4068 by @shcheklein
🔨 Maintenance
- Fix failing tests #4070 by @mattseddon
0.9.6
🚀 New Features and Enhancements
- Condense information on storage types for remote onboarding #4051 by @mattseddon
🔨 Maintenance
- Remove mention of public beta from the README #4052 by @mattseddon
- Rearrange DVCLive examples in setup screen #4055 by @mattseddon
- Use shields.io for marketplace badges in README #4063 by @mattseddon
0.9.5
🚀 New Features and Enhancements
- Add default value for branch name when creating from experiment #4037 by @mattseddon
- Add a mapping from revision to branches while using only one exp show call #3980 by @sroy3
- Move "new to DVC" text from setup to welcome view #4040 by @julieg18
🐛 Bug Fixes
- Fix table stories and data types #4041 by @mattseddon
- Do not drop experiment selection when an experiment is running and exp show errors #4042 by @mattseddon
🔨 Maintenance
- Move git call into experiments data #4036 by @mattseddon
- Update demo project and latest tested CLI version (2.58.2) #4043 by @mattseddon
- Exclude codicons.mjs from eslint #4044 by @mattseddon
- Remove max version of CLI (3.0 release) #4049 by @mattseddon
0.9.4
🐛 Bug Fixes
- Fix "show toast on new install" logic #4024 by @julieg18
- Fix pushing multiple experiments #4028 by @mattseddon
0.9.3
🚀 New Features and Enhancements
- Add capabilities to text mentioning storage provider extensions #4015 by @mattseddon