Skip to content

Commit 03fd2d4

Browse files
d3r3kkbrettcannon
authored andcommitted
Release 2018.12.0-rc (#3676)
1 parent a5efe55 commit 03fd2d4

27 files changed

+38
-47
lines changed

CHANGELOG.md

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2018.12.0-beta (10 Dec 2018)
3+
## 2018.12.0-rc (12 Dec 2018)
44

55
### Thanks
66

@@ -55,40 +55,65 @@ part of!
5555

5656
### Enhancements
5757

58+
1. Load the language server in the background during extension activation.
59+
([#3020](https://github.com/Microsoft/vscode-python/issues/3020))
5860
1. Display progress indicator when activating the language server and validating user setup.
5961
([#3082](https://github.com/Microsoft/vscode-python/issues/3082))
60-
1. Allow for connection to a remote Jupyter server
62+
1. Allow for connection to a remote Jupyter server.
6163
([#3316](https://github.com/Microsoft/vscode-python/issues/3316))
64+
1. Allow users to request the 'Install missing Linter' prompt to not show again for pylint.
65+
([#3349](https://github.com/Microsoft/vscode-python/issues/3349))
6266

6367
### Fixes
6468

6569
1. Updated logic used to determine whether the Language Server is supported.
6670
([#2729](https://github.com/Microsoft/vscode-python/issues/2729))
67-
1. Add exporting from a python file (with and without output)
71+
1. Add export from the Python interactive window as a notebook file.
6872
([#3109](https://github.com/Microsoft/vscode-python/issues/3109))
69-
1. Activate conda prior to running jupyter for the python interactive window.
73+
1. Fix issue with the `unittest` runner where test suite/module initialization methods were not for a single test method.
74+
(thanks [Alex Yu](https://github.com/alexander-yu))
75+
([#3295](https://github.com/Microsoft/vscode-python/issues/3295))
76+
1. Activate `conda` prior to running `jupyter` for the Python interactive window.
7077
([#3341](https://github.com/Microsoft/vscode-python/issues/3341))
7178
1. Respect value defined for `pylintEnabled` in user `settings.json`.
7279
([#3388](https://github.com/Microsoft/vscode-python/issues/3388))
73-
1. Run in the workspace directory by default for the Interactive Windows. Also when importing or exporting notebook files add a cd command to fix relative paths.
80+
1. Expand variables in `pythonPath` before validating it.
81+
([#3392](https://github.com/Microsoft/vscode-python/issues/3392))
82+
1. Clear cached display name of Python if interpreter changes.
83+
([#3406](https://github.com/Microsoft/vscode-python/issues/3406))
84+
1. Run in the workspace directory by default for the interactive window.
7485
([#3407](https://github.com/Microsoft/vscode-python/issues/3407))
75-
1. Create a default config when starting a local jupyter server to resolve potential conflicts with user's custom configurations.
86+
1. Create a default config when starting a local `jupyter` server to resolve potential conflicts with user's custom configuration.
7687
([#3475](https://github.com/Microsoft/vscode-python/issues/3475))
77-
1. Add support for running Python Interactive commands from the command palette
88+
1. Add support for running Python interactive commands from the command palette.
7889
([#3476](https://github.com/Microsoft/vscode-python/issues/3476))
79-
1. Handle interrupt crashing the kernel and provide a timeout for interrupting in case interrupts are not handled.
90+
1. Handle interrupts crashing the kernel.
8091
([#3511](https://github.com/Microsoft/vscode-python/issues/3511))
81-
1. Revert ctags argument from `--extras` to `--extra`.
92+
1. Revert `ctags` argument from `--extras` to `--extra`.
8293
([#3517](https://github.com/Microsoft/vscode-python/issues/3517))
83-
1. Fix problems with jupyter startup related to custom configurations.
94+
1. Fix problems with `jupyter` startup related to custom configurations.
8495
([#3533](https://github.com/Microsoft/vscode-python/issues/3533))
85-
1. Fix crash when kernelspec is missing path or language
96+
1. Fix crash when `kernelspec` is missing path or language.
8697
([#3561](https://github.com/Microsoft/vscode-python/issues/3561))
98+
1. Update the Microsoft Python language server to 0.1.72/[2018.12.1](https://github.com/Microsoft/python-language-server/releases/tag/2018.12.1) ([#3657](https://github.com/Microsoft/vscode-python/issues/3657)):
99+
* Properly resolve namespace packages and relative imports.
100+
* `Go to Definition` now supports namespace packages.
101+
* Fixed `null` reference exceptions.
102+
* Fixed erroneously reporting `None`, `True`, and `False` as undefined.
103+
87104

88105
### Code Health
89106

90107
1. Pin python dependencies bundled with the extension in a `requirements.txt` file.
91108
([#2965](https://github.com/Microsoft/vscode-python/issues/2965))
109+
1. Remove scripts that bundled the extension using the old way, without webpack.
110+
([#3479](https://github.com/Microsoft/vscode-python/issues/3479))
111+
1. Fix environment variable token in Azure DevOps YAML.
112+
([#3630](https://github.com/Microsoft/vscode-python/issues/3630))
113+
1. Add missing imports and enable functional tests.
114+
([#3649](https://github.com/Microsoft/vscode-python/issues/3649))
115+
1. Enable code coverage for unit tests and functional tests.
116+
([#3650](https://github.com/Microsoft/vscode-python/issues/3650))
92117

93118

94119
## 2018.11.0 (29 Nov 2018)

news/1 Enhancements/3020.md

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

news/1 Enhancements/3082.md

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

news/1 Enhancements/3316.md

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

news/1 Enhancements/3349.md

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

news/2 Fixes/2729.md

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

news/2 Fixes/3109.md

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

news/2 Fixes/3295.md

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

news/2 Fixes/3341.md

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

news/2 Fixes/3388.md

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

0 commit comments

Comments
 (0)