2021.7.0 (20 July 2021)
Enhancements
- Support starting a TensorBoard session with a remote URL hosting log files.
(#16461) - Sort environments in the selection quickpick by assumed usefulness.
(#16520)
Fixes
- Add link to docs page on how to install the Python extension to README. (thanks KamalSinghKhanna)
(#15199) - Make test explorer only show file/folder names on nodes.
(thanks bobwalker99)
(#16368) - Ensure we dispose restart command registration before we create a new instance of Jedi LS.
(#16441) - Ensure
shellIdentificationSource
is set correctly. (thanks intrigus-lgtm)
(#16517) - Clear Notebook Cell diagnostics when deleting a cell or closing a notebook.
(#16528) - The
poetryPath
setting will correctly apply system variable substitutions. (thanks Anthony Shaw)
(#16607) - The Jupyter Notebook extension will install any missing dependencies using Poetry or Pipenv if those are the selected environments. (thanks Anthony Shaw)
(#16615) - Ensure we block on autoselection when no interpreter is explictly set by user.
(#16723)