Skip to content

2021.7.1050252941

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 20 Jul 21:52
0d910c6

2021.7.0 (20 July 2021)

Enhancements

  1. Support starting a TensorBoard session with a remote URL hosting log files.
    (#16461)
  2. Sort environments in the selection quickpick by assumed usefulness.
    (#16520)

Fixes

  1. Add link to docs page on how to install the Python extension to README. (thanks KamalSinghKhanna)
    (#15199)
  2. Make test explorer only show file/folder names on nodes.
    (thanks bobwalker99)
    (#16368)
  3. Ensure we dispose restart command registration before we create a new instance of Jedi LS.
    (#16441)
  4. Ensure shellIdentificationSource is set correctly. (thanks intrigus-lgtm)
    (#16517)
  5. Clear Notebook Cell diagnostics when deleting a cell or closing a notebook.
    (#16528)
  6. The poetryPath setting will correctly apply system variable substitutions. (thanks Anthony Shaw)
    (#16607)
  7. The Jupyter Notebook extension will install any missing dependencies using Poetry or Pipenv if those are the selected environments. (thanks Anthony Shaw)
    (#16615)
  8. Ensure we block on autoselection when no interpreter is explictly set by user.
    (#16723)