-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge june release back #6193
merge june release back #6193
Changes from all commits
ce4ecee
f06514a
a27123e
c54ee58
0eebd84
4fc7118
893ea7f
34b845c
3e7672e
06f396a
d71f56e
f8f7907
945916a
728afea
83b0d39
bde5192
c215639
d507f19
8bf9626
962b8cd
2edab0b
61eef2c
f2789d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,103 @@ | ||
# Changelog | ||
|
||
## 2021.6.99 (8 June 2021) | ||
|
||
### Enhancements | ||
|
||
1. Data Viewer Filter Rows must use explicit wildcards to search for substrings in string filters. For example, filtering by "stable" will not show the value "unstable" anymore, but filtering by "*stable" will show "stable" and "unstable". | ||
([#1142](https://github.com/Microsoft/vscode-jupyter/issues/1142)) | ||
1. Sort variables by name and type in variable explorer. | ||
([#4585](https://github.com/Microsoft/vscode-jupyter/issues/4585)) | ||
1. Limit languages dispalyed in the Cell language picker to languages supported by the kernel. | ||
([#5580](https://github.com/Microsoft/vscode-jupyter/issues/5580)) | ||
1. Move native notebooks cell toolbar to the left by default. | ||
([#5605](https://github.com/Microsoft/vscode-jupyter/issues/5605)) | ||
1. Display modal dialog box (so users don't miss this) when IPyKernel (or Jupyter) is missing (required to run Python in Interactive Window or Notebooks). | ||
([#5798](https://github.com/Microsoft/vscode-jupyter/issues/5798)) | ||
1. Add support for [Virtual Workspaces](https://github.com/microsoft/vscode/wiki/Virtual-Workspaces). | ||
([#5803](https://github.com/Microsoft/vscode-jupyter/issues/5803)) | ||
1. Losslessly compressed PNG images to save ~20KB. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this needs a thank you? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is there, line 84 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh I see what you mean There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No an individual contributor thank you for this submission. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll put it on the release branch, and it will be merged after we release |
||
([#5869](https://github.com/Microsoft/vscode-jupyter/issues/5869)) | ||
1. Adopt `notebook/toolbar` contribution point for native notebooks. | ||
([#5954](https://github.com/Microsoft/vscode-jupyter/issues/5954)) | ||
1. Tweak variable view fit and finish to match VS Code. | ||
([#5955](https://github.com/Microsoft/vscode-jupyter/issues/5955)) | ||
1. Replace 'Run cells above' and 'Run cell and below' commands and cell toolbar buttons with VS Code's built-in 'Execute Above Cells' and 'Execute Cell And Below' commands and unified run button. | ||
([#6025](https://github.com/microsoft/vscode-jupyter/issues/6025)) | ||
|
||
### Fixes | ||
|
||
1. Update/reinstall if module such as `IPyKernel` was installed once before or already exists. | ||
([#4758](https://github.com/Microsoft/vscode-jupyter/issues/4758)) | ||
1. Stop listing default kernelspecs in kernel picker. | ||
([#5445](https://github.com/Microsoft/vscode-jupyter/issues/5445)) | ||
1. Store interpreter information in notebook metadata instead of the generated kernelspec name. | ||
([#5612](https://github.com/Microsoft/vscode-jupyter/issues/5612)) | ||
1. Restore the `Run Above/Below` cells command in `Command Palette`. | ||
([#5746](https://github.com/Microsoft/vscode-jupyter/issues/5746)) | ||
1. Migrate 'workbench.editorAssociations' setting to new format. | ||
([#5806](https://github.com/Microsoft/vscode-jupyter/issues/5806)) | ||
1. Add ABCMeta and type to variable explorer exclude list. | ||
([#5865](https://github.com/Microsoft/vscode-jupyter/issues/5865)) | ||
1. Blank Python notebooks do not use active interpreter. | ||
([#5874](https://github.com/Microsoft/vscode-jupyter/issues/5874)) | ||
1. Change language of cell to reflect langauges supported by the selected Kernel. | ||
([#5924](https://github.com/Microsoft/vscode-jupyter/issues/5924)) | ||
1. Resolve issue related to `Interrupt` button vanishing when tabbing across notebooks while a cell is being executed. | ||
([#5925](https://github.com/Microsoft/vscode-jupyter/issues/5925)) | ||
1. Delete encrypted storage in a try catch to avoid errors. | ||
([#5934](https://github.com/Microsoft/vscode-jupyter/issues/5934)) | ||
1. Support new renderer API in Jupyter. | ||
([#5952](https://github.com/Microsoft/vscode-jupyter/issues/5952)) | ||
1. Hide kernels belonging to deleted Python environments from kernel picker. | ||
([#6164](https://github.com/Microsoft/vscode-jupyter/issues/6164)) | ||
|
||
### Code Health | ||
|
||
1. Error category for unsupported kernelspec file args. | ||
([#5492](https://github.com/Microsoft/vscode-jupyter/issues/5492)) | ||
1. Fix basic execution issues with nonConda 'remote' and nonConda 'local' test suites. | ||
([#5660](https://github.com/Microsoft/vscode-jupyter/issues/5660)) | ||
1. Update to new message API for native notebook preloads. | ||
([#5753](https://github.com/Microsoft/vscode-jupyter/issues/5753)) | ||
1. Rename of onDidChangeCellExecutionState. | ||
([#5809](https://github.com/Microsoft/vscode-jupyter/issues/5809)) | ||
1. Fix functional ipywidget tests. | ||
([#5842](https://github.com/Microsoft/vscode-jupyter/issues/5842)) | ||
1. When using remote Jupyter connections pre-fetch kernels only when opening a notebook. | ||
([#5846](https://github.com/Microsoft/vscode-jupyter/issues/5846)) | ||
1. Removed execution isolation script. | ||
([#5931](https://github.com/Microsoft/vscode-jupyter/issues/5931)) | ||
1. VSCode API naming changes for NotebookCellExecution, NotebookRendererScript. | ||
([#6014](https://github.com/Microsoft/vscode-jupyter/issues/6014)) | ||
1. API Changes viewType => notebookType and notebook namespace to notebooks. | ||
([#6046](https://github.com/microsoft/vscode-jupyter/issues/6046)) | ||
1. Update test init code to use window and not notebook for editor properties. | ||
([#6098](https://github.com/Microsoft/vscode-jupyter/issues/6098)) | ||
1. Support the new renderer API in jupyter extension. | ||
([#6118](https://github.com/Microsoft/vscode-jupyter/issues/6118)) | ||
1. Update to new notebookcontroller selection function name. | ||
([#6121](https://github.com/Microsoft/vscode-jupyter/issues/6121)) | ||
1. Inline execution handler change to notebook API. | ||
([#6137](https://github.com/Microsoft/vscode-jupyter/issues/6137)) | ||
|
||
### Thanks | ||
|
||
Thanks to the following projects which we fully rely on to provide some of | ||
our features: | ||
|
||
- [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) | ||
- [debugpy](https://pypi.org/project/debugpy/) | ||
|
||
Also thanks to the various projects we provide integrations with which help | ||
make this extension useful: | ||
|
||
- [Jupyter](https://jupyter.org/): | ||
[Notebooks](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest), | ||
[JupyterHub](https://jupyterhub.readthedocs.io/en/stable/), | ||
[ipywidgets](https://ipywidgets.readthedocs.io/en/latest/), | ||
[nbconvert](https://nbconvert.readthedocs.io/en/latest/) | ||
|
||
## 2021.6.0 (05 May 2021) | ||
|
||
### Enhancements | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 just make sure that we turn it back on with the versions updated when new insiders engine version is out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will not forget
#6195