|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2020.8.4 (2 September 2020) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +1. Make Jupyter Server name clickable to select Jupyter server. |
| 8 | + ([#13656](https://github.com/Microsoft/vscode-python/issues/13656)) |
| 9 | + |
| 10 | +### Fixes |
| 11 | + |
| 12 | +1. Fixed connection to a Compute Instance from the quickpicks history options. |
| 13 | + ([#13387](https://github.com/Microsoft/vscode-python/issues/13387)) |
| 14 | +1. Fixed the behavior of the 'python.showStartPage' setting. |
| 15 | + ([#13347](https://github.com/microsoft/vscode-python/issues/13347)) |
| 16 | + |
| 17 | +### Thanks |
| 18 | + |
| 19 | +Thanks to the following projects which we fully rely on to provide some of |
| 20 | +our features: |
| 21 | + |
| 22 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 23 | +- [isort](https://pypi.org/project/isort/) |
| 24 | +- [jedi](https://pypi.org/project/jedi/) |
| 25 | + and [parso](https://pypi.org/project/parso/) |
| 26 | +- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server) |
| 27 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 28 | +- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) |
| 29 | +- [rope](https://pypi.org/project/rope/) (user-installed) |
| 30 | + |
| 31 | +Also thanks to the various projects we provide integrations with which help |
| 32 | +make this extension useful: |
| 33 | + |
| 34 | +- Debugging support: |
| 35 | + [Django](https://pypi.org/project/Django/), |
| 36 | + [Flask](https://pypi.org/project/Flask/), |
| 37 | + [gevent](https://pypi.org/project/gevent/), |
| 38 | + [Jinja](https://pypi.org/project/Jinja/), |
| 39 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 40 | + [PySpark](https://pypi.org/project/pyspark/), |
| 41 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 42 | + [Watson](https://pypi.org/project/Watson/) |
| 43 | +- Formatting: |
| 44 | + [autopep8](https://pypi.org/project/autopep8/), |
| 45 | + [black](https://pypi.org/project/black/), |
| 46 | + [yapf](https://pypi.org/project/yapf/) |
| 47 | +- Interpreter support: |
| 48 | + [conda](https://conda.io/), |
| 49 | + [direnv](https://direnv.net/), |
| 50 | + [pipenv](https://pypi.org/project/pipenv/), |
| 51 | + [pyenv](https://github.com/pyenv/pyenv), |
| 52 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 53 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 54 | +- Linting: |
| 55 | + [bandit](https://pypi.org/project/bandit/), |
| 56 | + [flake8](https://pypi.org/project/flake8/), |
| 57 | + [mypy](https://pypi.org/project/mypy/), |
| 58 | + [prospector](https://pypi.org/project/prospector/), |
| 59 | + [pylint](https://pypi.org/project/pylint/), |
| 60 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 61 | + [pylama](https://pypi.org/project/pylama/) |
| 62 | +- Testing: |
| 63 | + [nose](https://pypi.org/project/nose/), |
| 64 | + [pytest](https://pypi.org/project/pytest/), |
| 65 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 66 | + |
| 67 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 68 | +community for creating a fantastic programming language and community to be a |
| 69 | +part of! |
| 70 | + |
| 71 | +## 2020.8.3 (31 August 2020) |
| 72 | + |
| 73 | +### Enhancements |
| 74 | + |
| 75 | +1. Add telemetry about the install source for the extension. |
| 76 | + |
| 77 | +### Thanks |
| 78 | + |
| 79 | +Thanks to the following projects which we fully rely on to provide some of |
| 80 | +our features: |
| 81 | + |
| 82 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 83 | +- [isort](https://pypi.org/project/isort/) |
| 84 | +- [jedi](https://pypi.org/project/jedi/) |
| 85 | + and [parso](https://pypi.org/project/parso/) |
| 86 | +- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server) |
| 87 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 88 | +- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) |
| 89 | +- [rope](https://pypi.org/project/rope/) (user-installed) |
| 90 | + |
| 91 | +Also thanks to the various projects we provide integrations with which help |
| 92 | +make this extension useful: |
| 93 | + |
| 94 | +- Debugging support: |
| 95 | + [Django](https://pypi.org/project/Django/), |
| 96 | + [Flask](https://pypi.org/project/Flask/), |
| 97 | + [gevent](https://pypi.org/project/gevent/), |
| 98 | + [Jinja](https://pypi.org/project/Jinja/), |
| 99 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 100 | + [PySpark](https://pypi.org/project/pyspark/), |
| 101 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 102 | + [Watson](https://pypi.org/project/Watson/) |
| 103 | +- Formatting: |
| 104 | + [autopep8](https://pypi.org/project/autopep8/), |
| 105 | + [black](https://pypi.org/project/black/), |
| 106 | + [yapf](https://pypi.org/project/yapf/) |
| 107 | +- Interpreter support: |
| 108 | + [conda](https://conda.io/), |
| 109 | + [direnv](https://direnv.net/), |
| 110 | + [pipenv](https://pypi.org/project/pipenv/), |
| 111 | + [pyenv](https://github.com/pyenv/pyenv), |
| 112 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 113 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 114 | +- Linting: |
| 115 | + [bandit](https://pypi.org/project/bandit/), |
| 116 | + [flake8](https://pypi.org/project/flake8/), |
| 117 | + [mypy](https://pypi.org/project/mypy/), |
| 118 | + [prospector](https://pypi.org/project/prospector/), |
| 119 | + [pylint](https://pypi.org/project/pylint/), |
| 120 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 121 | + [pylama](https://pypi.org/project/pylama/) |
| 122 | +- Testing: |
| 123 | + [nose](https://pypi.org/project/nose/), |
| 124 | + [pytest](https://pypi.org/project/pytest/), |
| 125 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 126 | + |
| 127 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 128 | +community for creating a fantastic programming language and community to be a |
| 129 | +part of! |
| 130 | + |
| 131 | +## 2020.8.2 (27 August 2020) |
| 132 | + |
| 133 | +### Enhancements |
| 134 | + |
| 135 | +1. Update "Tip" notification for new users to either show the existing tip, a link to a feedback survey or nothing. |
| 136 | + ([#13535](https://github.com/Microsoft/vscode-python/issues/13535)) |
| 137 | + |
| 138 | +### Fixes |
| 139 | + |
| 140 | +1. Fix saving during close and auto backup to actually save a notebook. |
| 141 | + ([#11711](https://github.com/Microsoft/vscode-python/issues/11711)) |
| 142 | +1. Show the server display string that the user is going to connect to after selecting a compute instance and reloading the window. |
| 143 | + ([#13551](https://github.com/Microsoft/vscode-python/issues/13551)) |
| 144 | + |
| 145 | +### Thanks |
| 146 | + |
| 147 | +Thanks to the following projects which we fully rely on to provide some of |
| 148 | +our features: |
| 149 | + |
| 150 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 151 | +- [isort](https://pypi.org/project/isort/) |
| 152 | +- [jedi](https://pypi.org/project/jedi/) |
| 153 | + and [parso](https://pypi.org/project/parso/) |
| 154 | +- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server) |
| 155 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 156 | +- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) |
| 157 | +- [rope](https://pypi.org/project/rope/) (user-installed) |
| 158 | + |
| 159 | +Also thanks to the various projects we provide integrations with which help |
| 160 | +make this extension useful: |
| 161 | + |
| 162 | +- Debugging support: |
| 163 | + [Django](https://pypi.org/project/Django/), |
| 164 | + [Flask](https://pypi.org/project/Flask/), |
| 165 | + [gevent](https://pypi.org/project/gevent/), |
| 166 | + [Jinja](https://pypi.org/project/Jinja/), |
| 167 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 168 | + [PySpark](https://pypi.org/project/pyspark/), |
| 169 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 170 | + [Watson](https://pypi.org/project/Watson/) |
| 171 | +- Formatting: |
| 172 | + [autopep8](https://pypi.org/project/autopep8/), |
| 173 | + [black](https://pypi.org/project/black/), |
| 174 | + [yapf](https://pypi.org/project/yapf/) |
| 175 | +- Interpreter support: |
| 176 | + [conda](https://conda.io/), |
| 177 | + [direnv](https://direnv.net/), |
| 178 | + [pipenv](https://pypi.org/project/pipenv/), |
| 179 | + [pyenv](https://github.com/pyenv/pyenv), |
| 180 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 181 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 182 | +- Linting: |
| 183 | + [bandit](https://pypi.org/project/bandit/), |
| 184 | + [flake8](https://pypi.org/project/flake8/), |
| 185 | + [mypy](https://pypi.org/project/mypy/), |
| 186 | + [prospector](https://pypi.org/project/prospector/), |
| 187 | + [pylint](https://pypi.org/project/pylint/), |
| 188 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 189 | + [pylama](https://pypi.org/project/pylama/) |
| 190 | +- Testing: |
| 191 | + [nose](https://pypi.org/project/nose/), |
| 192 | + [pytest](https://pypi.org/project/pytest/), |
| 193 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 194 | + |
| 195 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 196 | +community for creating a fantastic programming language and community to be a |
| 197 | +part of! |
| 198 | + |
3 | 199 | ## 2020.8.1 (20 August 2020)
|
4 | 200 |
|
5 | 201 | ### Fixes
|
|
0 commit comments