Skip to content

Releases: jupyter/jupyter_core

v5.3.0

16 Mar 15:55
Compare
Choose a tag to compare

5.3.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dcsaba89 | @pre-commit-ci

v5.2.0

30 Jan 14:16
Compare
Choose a tag to compare

5.2.0

(Full Changelog)

Enhancements made

  • Set up shell command-line tab-completion for jupyter and subcommands #337 (@azjps)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@azjps | @blink1073

v5.1.5

24 Jan 17:50
Compare
Choose a tag to compare

5.1.5

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau

v5.1.4

23 Jan 21:58
Compare
Choose a tag to compare

5.1.4

(Full Changelog)

Bugs fixed

  • Suppress any exception in _do_i_own shortcut #335 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@minrk

v5.1.3

09 Jan 12:51
Compare
Choose a tag to compare

5.1.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @jasongrout | @pre-commit-ci

v5.1.2

02 Jan 16:56
Compare
Choose a tag to compare

5.1.2

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau

v5.1.1

22 Dec 20:26
Compare
Choose a tag to compare

5.1.1

(Full Changelog)

Enhancements made

  • Only prefer envs owned by the current user #323 (@minrk)

Bugs fixed

  • Don't treat the conda root env as an env #324 (@minrk)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @jasongrout | @minrk | @pre-commit-ci

v5.1.0

28 Nov 13:30
Compare
Choose a tag to compare

5.1.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @davidbrochart | @pre-commit-ci

v5.0.0

09 Nov 12:23
Compare
Choose a tag to compare

5.0.0

(Full Changelog)

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

Maintenance and upkeep improvements

Documentation

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

28 Sep 14:30
Compare
Choose a tag to compare
5.0.0rc0 Pre-release
Pre-release

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

Full Changelog: 4.11.1...5.0.0rc0