Python v2021.9.1 Release Notes

Release Date: 2021-09-09 // over 2 years ago
  • ๐Ÿ›  Fixes

    ๐Ÿ”ง 1. Fix for debug configuration used when no launch.json exists is still used after launch.json is created. (#17353) 0๏ธโƒฃ 1. Ensure default python executable to use is 'python' instead of ''. (#17089)

    1. Ensure workspace interpreters are discovered and watched when in pythonDiscoveryModuleWithoutWatcher experiment. (#17144)
    2. Do path comparisons appropriately in the new discovery component. (#17244) โœ… 1. Fix for test result not found for files starting with py. (#17270) โœ… 1. Fix for unable to import when running unittest. (#17280) โœ… 1. Fix for multiple folders in pytest args. (#17281) โœ… 1. Fix issue with incomplete unittest runs. (#17282) โœ… 1. Improve detecting lines when using testing wrappers. (#17285)
    3. Ensure we trigger discovery for the first time as part of extension activation. (#17303)
    4. Correctly indicate when interpreter refresh has finished. (#17335)
    5. Missing location info for async def functions. (#17309) ๐Ÿ‘ท 1. For CI ensure tensorboard is installed in python 3 environments only. (#17325)

    Thanks

    Thanks to the following projects which we fully rely on to provide some of our features:

    Also thanks to the various projects we provide integrations with which help ๐Ÿ‘‰ make this extension useful:

    And finally thanks to the Python development team and community for creating a fantastic programming language and community to be a part of!