Releases: jupyter/jupyter_core
v5.3.0
5.3.0
Bugs fixed
- Fix pywin32 version constraint #347 (@blink1073)
Maintenance and upkeep improvements
- Add license #344 (@dcsaba89)
- Support platformdirs 3 #342 (@blink1073)
Contributors to this release
v5.2.0
5.2.0
Enhancements made
Maintenance and upkeep improvements
- Add more linting #338 (@blink1073)
Contributors to this release
v5.1.5
5.1.5
Maintenance and upkeep improvements
Contributors to this release
v5.1.4
v5.1.3
5.1.3
Bugs fixed
- Clear the test environment before each function run #333 (@jasongrout)
Maintenance and upkeep improvements
- Add check-wheel-contents ignore #332 (@blink1073)
- Remove only absolute import. #331 (@Carreau)
- MAINT: Coro is not coro-function. #330 (@Carreau)
Contributors to this release
v5.1.2
5.1.2
Maintenance and upkeep improvements
- Add spell check and ensure docstrings #327 (@blink1073)
- Maint: Some more precise typing. #326 (@Carreau)
Documentation improvements
- Add api docs #328 (@blink1073)
Contributors to this release
v5.1.1
5.1.1
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Fix lint #325 (@blink1073)
- Adopt ruff and address lint #321 (@blink1073)
Contributors to this release
v5.1.0
5.1.0
Enhancements made
- Add run_sync and ensure_async functions #315 (@davidbrochart)
Maintenance and upkeep improvements
- Add more path tests #316 (@blink1073)
- Clean up workflows and add badges #314 (@blink1073)
- CI Cleanup #312 (@blink1073)
Documentation improvements
- Clean up workflows and add badges #314 (@blink1073)
Contributors to this release
v5.0.0
5.0.0
Major Changes
Prefer Environment Level Configuration
We now make the assumption that if we are running in a virtual environment, we should prioritize the environment-level sys.prefix
over the user-level paths. Users can opt out of this behavior by setting JUPYTER_PREFER_ENV_PATH
, which takes precedence over our autodetection.
Migrate to Standard Platform Directories
In version 5, we introduce a JUPYTER_PLATFORM_DIRS
environment variable to opt in to using more appropriate platform-specific directories. We raise a deprecation warning if the variable is not set. In version 6, JUPYTER_PLATFORM_DIRS
will be opt-out. In version 7, we will remove the environment variable checks and old directory logic.
Drop Support for Python 3.7
We are dropping support for Python 3.7 ahead of its official end of life, to reduce maintenance burden as we add support for Python 3.11.
Enhancements made
- Use platformdirs for path locations #292 (@blink1073)
- Try to detect if we are in a virtual environment and change path precedence accordingly #286 (@jasongrout)
Bugs fixed
- Add current working directory as first config path #291 (@blink1073)
- Fix inclusion of jupyter file and check in CI #276 (@blink1073)
Maintenance and upkeep improvements
- Bump github/codeql-action from 1 to 2 #308 (@dependabot)
- Bump actions/checkout from 2 to 3 #307 (@dependabot)
- Add dependabot #306 (@blink1073)
- Adopt jupyter releaser #305 (@blink1073)
- Add more typing #304 (@blink1073)
- Require Python 3.8+ #302 (@blink1073)
- Use hatch backend #265 (@blink1073)
- Switch to flit build backend #262 (@blink1073)
- is_hidden: Use normalized paths #271 (@martinRenou)
Documentation
- Update broken link to
Contributing
guide #289 (@jamesr66a)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @bollwyvl | @dependabot | @dlqqq | @gaborbernat | @gutow | @jamesr66a | @jaraco | @jasongrout | @kevin-bates | @maartenbreddels | @martinRenou | @meeseeksmachine | @pre-commit-ci
5.0.0rc0
What's Changed
- Try to detect if we are in a virtual environment and change path precedence accordingly by @jasongrout in #286
- Update broken link to
Contributing
guide by @jamesr66a in #289 - Add current working directory as first config path by @blink1073 in #291
- Use platformdirs for path locations by @blink1073 in #292
New Contributors
- @jamesr66a made their first contribution in #289
Full Changelog: 4.11.1...5.0.0rc0