Skip to content

Commit 2e9e8ab

Browse files
authored
Release candidate (#16847)
* Update version * Update change log * Update TPN
1 parent 6edad16 commit 2e9e8ab

File tree

8 files changed

+78
-10
lines changed

8 files changed

+78
-10
lines changed

CHANGELOG.md

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

3+
## 2021.8.0-rc (2 August 2021)
4+
5+
### Enhancements
6+
7+
1. Add new getting started page using VS Code's API
8+
([#16678](https://github.com/Microsoft/vscode-python/issues/16678))
9+
1. Replace deprecated vscode-test with @vscode/test-electron for CI. (thanks [iChenLei](https://github.com/iChenLei))
10+
([#16765](https://github.com/Microsoft/vscode-python/issues/16765))
11+
12+
### Code Health
13+
14+
1. Sort Settings Alphabetically (thanks [bfarahdel](https://github.com/bfarahdel))
15+
([#8406](https://github.com/Microsoft/vscode-python/issues/8406))
16+
1. Changed default language server to `Pylance` for extension development. (thanks [jasleen101010](https://github.com/jasleen101010))
17+
([#13007](https://github.com/Microsoft/vscode-python/issues/13007))
18+
19+
### Thanks
20+
21+
Thanks to the following projects which we fully rely on to provide some of
22+
our features:
23+
24+
- [debugpy](https://pypi.org/project/debugpy/)
25+
- [isort](https://pypi.org/project/isort/)
26+
- [jedi](https://pypi.org/project/jedi/)
27+
and [parso](https://pypi.org/project/parso/)
28+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
29+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
30+
- [Pylance](https://github.com/microsoft/pylance-release)
31+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
32+
- [rope](https://pypi.org/project/rope/) (user-installed)
33+
34+
Also thanks to the various projects we provide integrations with which help
35+
make this extension useful:
36+
37+
- Debugging support:
38+
[Django](https://pypi.org/project/Django/),
39+
[Flask](https://pypi.org/project/Flask/),
40+
[gevent](https://pypi.org/project/gevent/),
41+
[Jinja](https://pypi.org/project/Jinja/),
42+
[Pyramid](https://pypi.org/project/pyramid/),
43+
[PySpark](https://pypi.org/project/pyspark/),
44+
[Scrapy](https://pypi.org/project/Scrapy/),
45+
[Watson](https://pypi.org/project/Watson/)
46+
- Formatting:
47+
[autopep8](https://pypi.org/project/autopep8/),
48+
[black](https://pypi.org/project/black/),
49+
[yapf](https://pypi.org/project/yapf/)
50+
- Interpreter support:
51+
[conda](https://conda.io/),
52+
[direnv](https://direnv.net/),
53+
[pipenv](https://pypi.org/project/pipenv/),
54+
[pyenv](https://github.com/pyenv/pyenv),
55+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
56+
[virtualenv](https://pypi.org/project/virtualenv/)
57+
- Linting:
58+
[bandit](https://pypi.org/project/bandit/),
59+
[flake8](https://pypi.org/project/flake8/),
60+
[mypy](https://pypi.org/project/mypy/),
61+
[prospector](https://pypi.org/project/prospector/),
62+
[pylint](https://pypi.org/project/pylint/),
63+
[pydocstyle](https://pypi.org/project/pydocstyle/),
64+
[pylama](https://pypi.org/project/pylama/)
65+
- Testing:
66+
[nose](https://pypi.org/project/nose/),
67+
[pytest](https://pypi.org/project/pytest/),
68+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
69+
70+
And finally thanks to the [Python](https://www.python.org/) development team and
71+
community for creating a fantastic programming language and community to be a
72+
part of!
73+
374
## 2021.7.2 (23 July 2021)
475

576
### Enhancements

ThirdPartyNotices-Distribution.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8046,7 +8046,7 @@ THE SOFTWARE.
80468046

80478047
---------------------------------------------------------
80488048

8049-
isort 5.8.0 - MIT
8049+
isort 5.9.3 - MIT
80508050

80518051

80528052
Copyright 2017 Jack Evans
@@ -12581,3 +12581,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1258112581
For more information, please refer to <http://unlicense.org/>
1258212582

1258312583
---------------------------------------------------------
12584+

news/1 Enhancements/13007.md

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

news/1 Enhancements/16678.md

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

news/1 Enhancements/16765.md

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

news/3 Code Health/8406.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2021.8.0-dev",
5+
"version": "2021.8.0-rc",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},
@@ -230,9 +230,9 @@
230230
"description": "To create a new Jupyter Notebook, you can right click in the file explorer and create a new file with an .ipynb extension anytime.\n \nAlternatively, you can open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)",
231231
"media": {
232232
"image": {
233-
"light": "resources/walkthrough/new-notebook-light.png",
234-
"dark": "resources/walkthrough/new-notebook-dark.png",
235-
"hc": "resources/walkthrough/new-notebook-hc.png"
233+
"light": "resources/walkthrough/new-notebook-light.png",
234+
"dark": "resources/walkthrough/new-notebook-dark.png",
235+
"hc": "resources/walkthrough/new-notebook-hc.png"
236236
},
237237
"altText": "Creating a new Jupyter notebook"
238238
},

0 commit comments

Comments
 (0)