github microsoft/vscode-python 2020.9.111407

latest releases: v2024.6.0, v2024.4.1, v2024.4.0...
3 years ago

2020.9.0 (23 September 2020)

Enhancements

  1. Docstrings are added to class and def snippets (thanks alannt777).
    (#5578)
  2. Upgraded isort to 5.3.2.
    (#12932)
  3. Remove default "--no-reload" from debug configurations.
    (thanks ian910297)
    (#13061)
  4. Update API to expose events for cell excecution and kernel restart.
    (#13306)
  5. Show a general warning prompt pointing to the upgrade guide when users attempt to run isort5 using deprecated settings.
    (#13716)
  6. Upgrade isort to 5.5.2.
    (#13831)
  7. Enable custom editor support in stable VS code at 20%.
    (#13890)
  8. Upgraded to isort 5.5.3.
    (#14027)

Fixes

  1. Fixed the output being trimmed. Tables that start with empty space will now display correctly.
    (#10270)
  2. #11729
    Prevent test discovery from picking up stdout from low level file descriptors.
    (thanks Ryo Miyajima)
    (#11729)
  3. Fix opening new blank notebooks when using the VS code custom editor API.
    (#12245)
  4. Support starting kernels with the same directory as the notebook.
    (#12760)
  5. Fixed Sort imports command with setuptools version 49.2.
    (#12949)
  6. Do not fail interpreter discovery if accessing Windows registry fails.
    (#12962)
  7. Show error output from nbconvert when exporting a notebook fails.
    (#13229)
  8. Prevent daemon from trying to prewarm an execution service.
    (#13258)
  9. Respect stop on error setting for executing cells in native notebook.
    (#13338)
  10. Native notebook launch doesn't hang if the kernel does not start, and notifies the user of the failure. Also does not show the first cell as executing until the kernel is actually started and connected.
    (#13409)
  11. Fix path to isolated script on Windows shell_exec.
    (#13493)
  12. Updating other cells with display.update does not work in native notebooks.
    (#13509)
  13. Fix for notebook using the first kernel every time. It will now use the language in the notebook to determine the most appropriate kernel.
    (#13520)
  14. Shift+enter should execute current cell and select the next cell.
    (#13553)
  15. Fixes typo in export command registration.
    (thanks Anton Kosyakov)
    (#13612)
  16. Fix the behavior of the 'python.showStartPage' setting.
    (#13706)
  17. Correctly install ipykernel when launching from an interpreter.
    (#13956)
  18. Backup on custom editors is being ignored.
    (#13981)

Code Health

  1. Fix bandit issues in vscode_datascience_helpers.
    (#13103)
  2. Cast type to any to get around issues with ts-node (ts-node is used by nyc for code coverage).
    (#13411)
  3. Drop support for Python 3.5 (it reaches end-of-life on September 13, 2020 and isort 5 does not support it).
    (#13459)
  4. Fix nightly flake test issue with timeout waiting for kernel.
    (#13501)
  5. Disable sorting tests for Python 2.7 as isort5 is not compatible with Python 2.7.
    (#13542)
  6. Fix nightly flake test current directory failing test.
    (#13605)
  7. Rename the master branch to main.
    (#13645)
  8. Remove usage of the terms "blacklist" and "whitelist".
    (#13647)
  9. Fix a test failure and warning when running test adapter tests under pytest 5.
    (#13726)
  10. Remove unused imports from data science ipython test files.
    (#13729)
  11. Fix nighly failure with beakerx.
    (#13734)

Don't miss a new vscode-python release

NewReleases is sending notifications on new releases.