Skip to content

Releases: jupyter/jupyter_core

v5.9.1

16 Oct 19:22

Choose a tag to compare

5.9.1

Fixes a regression in 5.9.0 only affecting Windows

(Full Changelog)

Bugs fixed

Documentation improvements

  • dependency typo in changelog (from PR) #450 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@Darshan808 | @minrk

v5.9.0

16 Oct 12:12

Choose a tag to compare

5.9.0

jupyter-core 5.9 requires Python 3.10.

The dependency on pywin32 on WIndows is removed, unblocking installation on free-threaded Python.

(Full Changelog)

Enhancements made

  • nicer traceback in missing loop case outside except in run_sync #437 (@AThePeanut4)

Bugs fixed

  • Fix missing f specifier in f-string used to print config file path #433 (@krassowski)
  • validate inputs to is_hidden #429 (@minrk)

Maintenance and upkeep improvements

  • try to fix some downstream tests #448 (@Carreau)
  • remove deprecation warning, platformdirs won't become default #447 (@minrk)
  • Bump github/codeql-action from 3 to 4 in the actions group #446 (@dependabot)
  • require python 3.10, start to test on 3.14 and 3.14-free-threaded #445 (@Carreau)
  • remove pywin32 dependancy so free-threading can fly (like pypy) #441 (@stonebig)
  • Bump the actions group across 1 directory with 2 updates #440 (@dependabot)

Documentation improvements

  • [Docs] Use extension:filetype mapping in sphinx configuration #443 (@Carreau)

Contributors to this release

(GitHub contributors page for this release)

@AThePeanut4 | @Carreau | @dependabot | @krassowski | @minrk | @nikimagic | @stonebig

v5.8.1

27 May 07:43

Choose a tag to compare

5.8.1

Fixes a regression in 5.8.0 for code which may assume SYSTEM_CONFIG_PATH is non-empty (Jupyter Server).

(Full Changelog)

Bugs fixed

  • Convert license settings into PEP-639 format #431 (@jbedorf)
  • use env config path for system config path when no system config path #430 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@jbedorf | @minrk

v5.8.0

26 May 11:27

Choose a tag to compare

5.8.0

(Full Changelog)

Security

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @dependabot | @hugokerstens | @minrk | @krassowski

v5.7.2

12 Mar 12:37

Choose a tag to compare

5.7.2

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

v5.7.1

08 Jan 14:47

Choose a tag to compare

5.7.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v5.7.0

03 Jan 17:00

Choose a tag to compare

5.7.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

v5.6.1

01 Jan 21:16

Choose a tag to compare

5.6.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot

v5.6.0

26 Dec 15:02

Choose a tag to compare

5.6.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v5.5.1

18 Dec 12:46

Choose a tag to compare

5.5.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @mtelka | @pre-commit-ci