Skip to content

Commit c383e81

Browse files
authored
Release candidate for June (#16437)
* Update version * npm audit fix * New Update * Update TPN * Fix build problems * More build fixes
1 parent f7a9f19 commit c383e81

33 files changed

+529
-382
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,87 @@
11
# Changelog
22

3+
## 2021.6.0-rc (9 June 2021)
4+
5+
### Enhancements
6+
7+
1. Improved telemetry around the availability of `pip` for installation of Jupyter dependencies.
8+
([#15937](https://github.com/Microsoft/vscode-python/issues/15937))
9+
1. Move the Jupyter extension from being a hard dependency to an optional one, and display an informational prompt if Jupyter commands try to be executed from the Start Page.
10+
([#16102](https://github.com/Microsoft/vscode-python/issues/16102))
11+
1. Add an `enumDescriptions` key under the `python.languageServer` setting to describe all language server options.
12+
([#16141](https://github.com/Microsoft/vscode-python/issues/16141))
13+
14+
### Fixes
15+
16+
1. Fixes a bug in the bandit linter where messages weren't being propagated to the editor.
17+
(thanks [Anthony Shaw](https://github.com/tonybaloney))
18+
([#15561](https://github.com/Microsoft/vscode-python/issues/15561))
19+
1. Workaround existing MIME type misconfiguration on Windows preventing TensorBoard from loading when starting TensorBoard.
20+
([#16072](https://github.com/Microsoft/vscode-python/issues/16072))
21+
1. Changed the version of npm to version 6 instead of 7 in the lockfile.
22+
([#16208](https://github.com/Microsoft/vscode-python/issues/16208))
23+
1. Ensure selected interpreter doesn't change when the extension is starting up and in experiment.
24+
([#16291](https://github.com/Microsoft/vscode-python/issues/16291))
25+
1. Fix issue with sys.prefix when getting environment details.
26+
([#16355](https://github.com/Microsoft/vscode-python/issues/16355))
27+
1. Activate the extension when selecting the command `Clear Internal Extension Cache (python.clearPersistentStorage)`.
28+
([#16397](https://github.com/Microsoft/vscode-python/issues/16397))
29+
30+
### Thanks
31+
32+
Thanks to the following projects which we fully rely on to provide some of
33+
our features:
34+
35+
- [debugpy](https://pypi.org/project/debugpy/)
36+
- [isort](https://pypi.org/project/isort/)
37+
- [jedi](https://pypi.org/project/jedi/)
38+
and [parso](https://pypi.org/project/parso/)
39+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
40+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
41+
- [Pylance](https://github.com/microsoft/pylance-release)
42+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
43+
- [rope](https://pypi.org/project/rope/) (user-installed)
44+
45+
Also thanks to the various projects we provide integrations with which help
46+
make this extension useful:
47+
48+
- Debugging support:
49+
[Django](https://pypi.org/project/Django/),
50+
[Flask](https://pypi.org/project/Flask/),
51+
[gevent](https://pypi.org/project/gevent/),
52+
[Jinja](https://pypi.org/project/Jinja/),
53+
[Pyramid](https://pypi.org/project/pyramid/),
54+
[PySpark](https://pypi.org/project/pyspark/),
55+
[Scrapy](https://pypi.org/project/Scrapy/),
56+
[Watson](https://pypi.org/project/Watson/)
57+
- Formatting:
58+
[autopep8](https://pypi.org/project/autopep8/),
59+
[black](https://pypi.org/project/black/),
60+
[yapf](https://pypi.org/project/yapf/)
61+
- Interpreter support:
62+
[conda](https://conda.io/),
63+
[direnv](https://direnv.net/),
64+
[pipenv](https://pypi.org/project/pipenv/),
65+
[pyenv](https://github.com/pyenv/pyenv),
66+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
67+
[virtualenv](https://pypi.org/project/virtualenv/)
68+
- Linting:
69+
[bandit](https://pypi.org/project/bandit/),
70+
[flake8](https://pypi.org/project/flake8/),
71+
[mypy](https://pypi.org/project/mypy/),
72+
[prospector](https://pypi.org/project/prospector/),
73+
[pylint](https://pypi.org/project/pylint/),
74+
[pydocstyle](https://pypi.org/project/pydocstyle/),
75+
[pylama](https://pypi.org/project/pylama/)
76+
- Testing:
77+
[nose](https://pypi.org/project/nose/),
78+
[pytest](https://pypi.org/project/pytest/),
79+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
80+
81+
And finally thanks to the [Python](https://www.python.org/) development team and
82+
community for creating a fantastic programming language and community to be a
83+
part of!
84+
385
## 2021.5.2 (14 May 2021)
486

587
### Fixes

ThirdPartyNotices-Distribution.txt

Lines changed: 95 additions & 198 deletions
Large diffs are not rendered by default.

news/1 Enhancements/15937.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1 Enhancements/16102.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1 Enhancements/16141.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/15561.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2 Fixes/16072.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/16208.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/16291.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/16355.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)