v2024.8.0
What's Changed
Enhancements
- Add native locator for finding pythons by @karthiknadig in #23208
- Show PyPi link in requirements by @LouisGobert in #23288
- Add Interactive REPL Experiment by @anthonykim1 in #23235
- Build rust python finder for CI and produce a package by @karthiknadig in #23465
- Allow execute on enter and Intellisense for native REPL with notebook UI by @anthonykim1 in #23442
- Allow reopening of native REPL after closing by @anthonykim1 in #23478
Bug Fixes
- Fix Pyenv for Codespaces by @anthonykim1 in #23315
- Fix get-pip download where
tags
may not be available by @karthiknadig in #23353 - Fix get-pip download where
tags
may not be available (#23353) by @karthiknadig in #23354 - dont execute to console from the IW input box by @amunger in #23389
- Fixes
KeyError: 'params'
when running tests by @andybbruno in #23397 - Resolve bug with session not being a parent of tests while building test tree with pytest by @eleanorjboyd in #23420
- add sys config scripts path to test execution path by @eleanorjboyd in #23418
- fix parameterized test duplicate function different classes by @eleanorjboyd in #23439
- Stop creating duplicate REPL and allow new REPL instance by @anthonykim1 in #23496
- Bug: Fix python.execInREPL stealing shift+enter by @anthonykim1 in #23526
- Bug Fix: REPL reuse and do not overwrite Jupyter's IW title by @anthonykim1 in #23530
- dont override shift+enter behavior by @amunger in #23546
Code Health
- Adding detail to create environment pip install prompt by @cwebster-99 in #23470
New Contributors
- @LouisGobert made their first contribution in #23288
- @andybbruno made their first contribution in #23397
Full Changelog: v2024.6.0...v2024.8.0