Skip to content

Commit 4659f46

Browse files
David KutugataIanMatthewHuffIan HuffrchiodoDonJayamanne
authored
Merge point release back to main (#14293)
* Port ipykernel install fix to release (#13975) * Fix installing ipykernel into interpreters for raw kernel (#13959) * update news Co-authored-by: Ian Huff <[email protected]> * Merge in changes to release (#13976) * Up release version for new release (#13928) * Up release version * Update changelog * Update changelog * Workaround test issue (#13930) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * More tests failing with gpu error (#13935) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * Two more version changes * Fix kernel and server name missing in certain situations (#13974) * Fix kernel name and server name * Fixup server name for remote situations * Add some functional tests * Add news entry * Delete news file * Port two fixes to the release branch (#13995) * Disable split views of custom editors (#13985) * Fix backup storage by looking at the options correctly (#13983) * Fix backup storage by looking at the options correctly * Fix backup by being more explicit * Only linux tests are failing. Hopefully fix them * Fixup changelog Co-authored-by: Don Jayamanne <[email protected]> * add jedi-language-server to 3rd party notices (#13977) * add jedi-language-server to 3rd party notices * move license from distribution to repository file * disable test_discover_complex_default and (#14024) test_discover_complex_doctest * Upgrade isort to 5.5.3 (#14035) (#14037) * prepare release (#14042) * fixed annoying warnings (#14049) * Cherry pick to address path issues. (#14125) * Do not quote isolated in exec module (#14108) * Do not quote isolated in exec module * Revert "Do not quote isolated in exec module" This reverts commit b9fa04c. * Revert "IPyKernel install issue with windows paths (#13667)" This reverts commit 23725ab. * Fix unit test broken by recent revert (#14122) * Port escape fix to release branch (#14133) * Fix HTML escaping to match what Jupyter does (#14038) * Basic idea * add some functional tests * Add news entry * Fix functional tests * Update changelog * update version and changelog (#14139) * Escaping fix broke a number of things (#14145) (#14154) * Fixes for escaping * Push a comment ot start PR again * Cache task is failing * Remove cache task * Not fixing so just put back cache task * Port NB Convert Fix to point release branch (#14200) * Port escape fix to release branch (#14202) * A different way of fixing escaping (#14186) * Move escaping to just output * Add some tests to verify round tripping * Fixup test for rountrip and make roundtripping actually work * Add news entry * Add to manual test file * Fix streaming problem and add more to the test * Fix traceback unit test * Fix problem caught by functional tests :) * Another functional test catch * Update changelog * Port interactive window export fix (#14232) * Select kernel based on metadata in notebook (#14217) (#14234) * Fix picking kernel based on metadata * Port more escape fixes to point release (#14242) * Fix two problems with escaping (#14228) * Fixup changelog * Port prune fix from main to release (#14243) * Remove unneeded cell keys when exporting (#14241) * Remove transient output when exporting from the interactive window * Add news entry * Update changelog * Merge fixes related to remembering interpreter (#14270) * update version, changelog and thrid party notices (#14280) * remove VSC_PYTHON_CI_TEST_VSC_CHANNEL and test skips * delete ipynb file * delete solved news files * delete more news Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
1 parent fee7e74 commit 4659f46

File tree

10 files changed

+667
-9
lines changed

10 files changed

+667
-9
lines changed

CHANGELOG.md

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

3+
## 2020.9.2 (6 October 2020)
4+
5+
### Fixes
6+
7+
1. Support nbconvert version 6+ for exporting notebooks to python code.
8+
([#14169](https://github.com/Microsoft/vscode-python/issues/14169))
9+
1. Do not escape output in the actual ipynb file.
10+
([#14182](https://github.com/Microsoft/vscode-python/issues/14182))
11+
1. Fix exporting from the interactive window.
12+
([#14210](https://github.com/Microsoft/vscode-python/issues/14210))
13+
14+
### Thanks
15+
16+
Thanks to the following projects which we fully rely on to provide some of
17+
our features:
18+
19+
- [debugpy](https://pypi.org/project/debugpy/)
20+
- [isort](https://pypi.org/project/isort/)
21+
- [jedi](https://pypi.org/project/jedi/)
22+
and [parso](https://pypi.org/project/parso/)
23+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
24+
- [Pylance](https://github.com/microsoft/pylance-release)
25+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
26+
- [rope](https://pypi.org/project/rope/) (user-installed)
27+
28+
Also thanks to the various projects we provide integrations with which help
29+
make this extension useful:
30+
31+
- Debugging support:
32+
[Django](https://pypi.org/project/Django/),
33+
[Flask](https://pypi.org/project/Flask/),
34+
[gevent](https://pypi.org/project/gevent/),
35+
[Jinja](https://pypi.org/project/Jinja/),
36+
[Pyramid](https://pypi.org/project/pyramid/),
37+
[PySpark](https://pypi.org/project/pyspark/),
38+
[Scrapy](https://pypi.org/project/Scrapy/),
39+
[Watson](https://pypi.org/project/Watson/)
40+
- Formatting:
41+
[autopep8](https://pypi.org/project/autopep8/),
42+
[black](https://pypi.org/project/black/),
43+
[yapf](https://pypi.org/project/yapf/)
44+
- Interpreter support:
45+
[conda](https://conda.io/),
46+
[direnv](https://direnv.net/),
47+
[pipenv](https://pypi.org/project/pipenv/),
48+
[pyenv](https://github.com/pyenv/pyenv),
49+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
50+
[virtualenv](https://pypi.org/project/virtualenv/)
51+
- Linting:
52+
[bandit](https://pypi.org/project/bandit/),
53+
[flake8](https://pypi.org/project/flake8/),
54+
[mypy](https://pypi.org/project/mypy/),
55+
[prospector](https://pypi.org/project/prospector/),
56+
[pylint](https://pypi.org/project/pylint/),
57+
[pydocstyle](https://pypi.org/project/pydocstyle/),
58+
[pylama](https://pypi.org/project/pylama/)
59+
- Testing:
60+
[nose](https://pypi.org/project/nose/),
61+
[pytest](https://pypi.org/project/pytest/),
62+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
63+
64+
And finally thanks to the [Python](https://www.python.org/) development team and
65+
community for creating a fantastic programming language and community to be a
66+
part of!
67+
368
## 2020.9.1 (29 September 2020)
469

570
### Fixes

ThirdPartyNotices-Distribution.txt

Lines changed: 602 additions & 1 deletion
Large diffs are not rendered by default.

news/1 Enhancements/14027.md

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

news/2 Fixes/11151.md

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

news/2 Fixes/13956.md

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

news/2 Fixes/13981.md

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

news/2 Fixes/14169.md

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

news/2 Fixes/14182.md

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

news/2 Fixes/14210.md

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

news/2 Fixes/5678.md

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

0 commit comments

Comments
 (0)