Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7973914
Ensure we run PR, CI pipelines on release branches (#8471) (#8474)
karthiknadig Nov 8, 2019
e558a7c
Port blue icon and altair background fixes into release (#8470)
IanMatthewHuff Nov 8, 2019
b79a503
Fix cells being erased when saving and then changing focus to another…
rchiodo Nov 9, 2019
5a689a3
Fix timeout to be what it was before. 10 seconds isn't long enough (#…
rchiodo Nov 11, 2019
92aeeeb
Ensure wheels experiment control and experiment groups uses right whe…
karthiknadig Nov 12, 2019
b176196
Adjust debug adapter experiment before release (#8540) (#8553)
karthiknadig Nov 13, 2019
24b60ec
Release branch: updating change log and package json (#8570)
karthiknadig Nov 14, 2019
5fbe29e
Fix for 7999 - CTRL+Z should not undo at the top level (#8571)
rchiodo Nov 14, 2019
2cf5346
Fix arrowing up and down to save code too (#8574)
rchiodo Nov 14, 2019
3676d20
Prompt selecting a file to save once (#8590)
DonJayamanne Nov 14, 2019
6110d15
After pasting code, arrow keys don't navigate in a cell. (#8587)
rchiodo Nov 14, 2019
b19eb75
Don't look for a jupyter interpreter when creating blank notebook (#8…
rchiodo Nov 14, 2019
7ae0594
Update change log
rchiodo Nov 15, 2019
b6a8a28
Update release date in change log (#8604)
karthiknadig Nov 16, 2019
e157ced
Fix converting from a python script (#8699)
rchiodo Nov 20, 2019
fa999f7
Fix problem with $$ not being put around the correct items in a LaTeX…
rchiodo Nov 21, 2019
8c5c83d
Modify changelog and version number
rchiodo Nov 21, 2019
43f35b3
Fixes to starting Jupyter in a Docker container. (#8715)
DonJayamanne Nov 21, 2019
cb578c3
Ensure arguments are generated correctly for `getRemoteLauncherComman…
karthiknadig Nov 21, 2019
6657b52
Updates to change log
DonJayamanne Nov 21, 2019
0421d73
Revert tests due to incompatibilities
DonJayamanne Nov 21, 2019
3292bf4
Merge into master from release-2019.11
karthiknadig Nov 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 83 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,70 @@
# Changelog

## 2019.11.0-rc (7 November 2019)
## 2019.11.1 (22 November 2019)

### Fixes

1. Some LaTeX equations do not print in notebooks or the interactive window.
([#8673](https://github.com/Microsoft/vscode-python/issues/8673))
1. Converting to python script no longer working from a notebook.
([#8677](https://github.com/Microsoft/vscode-python/issues/8677))
1. Fixes to starting `Jupyter` in a `Docker` container.
([#8661](https://github.com/Microsoft/vscode-python/issues/8661))
1. Ensure arguments are generated correctly for `getRemoteLauncherCommand` when in debugger experiment.
([#8685](https://github.com/Microsoft/vscode-python/issues/8685))

### Thanks

Thanks to the following projects which we fully rely on to provide some of
our features:
- [isort](https://pypi.org/project/isort/)
- [jedi](https://pypi.org/project/jedi/)
and [parso](https://pypi.org/project/parso/)
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
- [ptvsd](https://pypi.org/project/ptvsd/)
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
- [rope](https://pypi.org/project/rope/) (user-installed)

Also thanks to the various projects we provide integrations with which help
make this extension useful:
- Debugging support:
[Django](https://pypi.org/project/Django/),
[Flask](https://pypi.org/project/Flask/),
[gevent](https://pypi.org/project/gevent/),
[Jinja](https://pypi.org/project/Jinja/),
[Pyramid](https://pypi.org/project/pyramid/),
[PySpark](https://pypi.org/project/pyspark/),
[Scrapy](https://pypi.org/project/Scrapy/),
[Watson](https://pypi.org/project/Watson/)
- Formatting:
[autopep8](https://pypi.org/project/autopep8/),
[black](https://pypi.org/project/black/),
[yapf](https://pypi.org/project/yapf/)
- Interpreter support:
[conda](https://conda.io/),
[direnv](https://direnv.net/),
[pipenv](https://pypi.org/project/pipenv/),
[pyenv](https://github.com/pyenv/pyenv),
[venv](https://docs.python.org/3/library/venv.html#module-venv),
[virtualenv](https://pypi.org/project/virtualenv/)
- Linting:
[bandit](https://pypi.org/project/bandit/),
[flake8](https://pypi.org/project/flake8/),
[mypy](https://pypi.org/project/mypy/),
[prospector](https://pypi.org/project/prospector/),
[pylint](https://pypi.org/project/pylint/),
[pydocstyle](https://pypi.org/project/pydocstyle/),
[pylama](https://pypi.org/project/pylama/)
- Testing:
[nose](https://pypi.org/project/nose/),
[pytest](https://pypi.org/project/pytest/),
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)

And finally thanks to the [Python](https://www.python.org/) development team and
community for creating a fantastic programming language and community to be a
part of!

## 2019.11.0 (18 November 2019)

### Enhancements

Expand Down Expand Up @@ -113,6 +177,24 @@
([#8296](https://github.com/Microsoft/vscode-python/issues/8296))
1. Correctly transition markdown cells into code cells.
([#8386](https://github.com/Microsoft/vscode-python/issues/8386))
1. Fix cells being erased when saving and then changing focus to another cell.
([#8399](https://github.com/Microsoft/vscode-python/issues/8399))
1. Add a white background for most non-text mimetypes. This lets stuff like Atlair look good in dark mode.
([#8423](https://github.com/Microsoft/vscode-python/issues/8423))
1. Export to python button is blue in native editor.
([#8424](https://github.com/Microsoft/vscode-python/issues/8424))
1. CTRL+Z is deleting cells. It should only undo changes inside of the code for a cell. 'Z' and 'SHIFT+Z' are for undoing/redoing cell adds/moves.
([#7999](https://github.com/Microsoft/vscode-python/issues/7999))
1. Ensure clicking `ctrl+s` in a new `notebook` prompts the user to select a file once instead of twice.
([#8138](https://github.com/Microsoft/vscode-python/issues/8138))
1. Creating a new blank notebook should not require a search for jupyter.
([#8481](https://github.com/Microsoft/vscode-python/issues/8481))
1. Arrowing up and down through cells can lose code that was just typed.
([#8491](https://github.com/Microsoft/vscode-python/issues/8491))
1. After pasting code, arrow keys don't navigate in a cell.
([#8495](https://github.com/Microsoft/vscode-python/issues/8495))
1. Typing 'z' in a cell causes the cell to disappear.
([#8594](https://github.com/Microsoft/vscode-python/issues/8594))

### Code Health

Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/7999.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8138.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8399.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8423.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8424.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8481.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8491.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8495.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8594.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8661.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8673.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8677.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8685.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.12.0-dev",
"languageServerVersion": "0.4.71",
"languageServerVersion": "0.4.114",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand Down