|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2021.10.1 (13 October 2021) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +1. Provide IntelliSense status information when using `github.dev` or any other web platform. |
| 8 | + ([#17658](https://github.com/Microsoft/vscode-python/issues/17658)) |
| 9 | + |
| 10 | +### Fixes |
| 11 | + |
| 12 | +1. Ensure commands run are not logged twice in Python output channel. |
| 13 | + ([#7160](https://github.com/Microsoft/vscode-python/issues/7160)) |
| 14 | +1. Ensure we use fragment when formatting notebook cells. |
| 15 | + ([#16980](https://github.com/Microsoft/vscode-python/issues/16980)) |
| 16 | +1. Hide UI elements that are not applicable when using `github.dev` or any other web platform. |
| 17 | + ([#17252](https://github.com/Microsoft/vscode-python/issues/17252)) |
| 18 | +1. Localize strings on `github.dev` using VSCode FS API. |
| 19 | + ([#17712](https://github.com/Microsoft/vscode-python/issues/17712)) |
| 20 | + |
| 21 | +### Code Health |
| 22 | + |
| 23 | +1. Log commands run by the discovery component in the output channel. |
| 24 | + ([#16732](https://github.com/Microsoft/vscode-python/issues/16732)) |
| 25 | + |
| 26 | +### Thanks |
| 27 | + |
| 28 | +Thanks to the following projects which we fully rely on to provide some of |
| 29 | +our features: |
| 30 | + |
| 31 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 32 | +- [isort](https://pypi.org/project/isort/) |
| 33 | +- [jedi](https://pypi.org/project/jedi/) |
| 34 | + and [parso](https://pypi.org/project/parso/) |
| 35 | +- [jedi-language-server](https://pypi.org/project/jedi-language-server/) |
| 36 | +- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server) |
| 37 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 38 | +- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) |
| 39 | +- [rope](https://pypi.org/project/rope/) (user-installed) |
| 40 | + |
| 41 | +Also thanks to the various projects we provide integrations with which help |
| 42 | +make this extension useful: |
| 43 | + |
| 44 | +- Debugging support: |
| 45 | + [Django](https://pypi.org/project/Django/), |
| 46 | + [Flask](https://pypi.org/project/Flask/), |
| 47 | + [gevent](https://pypi.org/project/gevent/), |
| 48 | + [Jinja](https://pypi.org/project/Jinja/), |
| 49 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 50 | + [PySpark](https://pypi.org/project/pyspark/), |
| 51 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 52 | + [Watson](https://pypi.org/project/Watson/) |
| 53 | +- Formatting: |
| 54 | + [autopep8](https://pypi.org/project/autopep8/), |
| 55 | + [black](https://pypi.org/project/black/), |
| 56 | + [yapf](https://pypi.org/project/yapf/) |
| 57 | +- Interpreter support: |
| 58 | + [conda](https://conda.io/), |
| 59 | + [direnv](https://direnv.net/), |
| 60 | + [pipenv](https://pypi.org/project/pipenv/), |
| 61 | + [poetry](https://pypi.org/project/poetry/), |
| 62 | + [pyenv](https://github.com/pyenv/pyenv), |
| 63 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 64 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 65 | +- Linting: |
| 66 | + [bandit](https://pypi.org/project/bandit/), |
| 67 | + [flake8](https://pypi.org/project/flake8/), |
| 68 | + [mypy](https://pypi.org/project/mypy/), |
| 69 | + [prospector](https://pypi.org/project/prospector/), |
| 70 | + [pylint](https://pypi.org/project/pylint/), |
| 71 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 72 | + [pylama](https://pypi.org/project/pylama/) |
| 73 | +- Testing: |
| 74 | + [pytest](https://pypi.org/project/pytest/), |
| 75 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 76 | + |
| 77 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 78 | +community for creating a fantastic programming language and community to be a |
| 79 | +part of! |
| 80 | + |
3 | 81 | ## 2021.10.0 (7 October 2021)
|
4 | 82 |
|
5 | 83 | ### Enhancements
|
|
0 commit comments