|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 5.9.0 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.8.1...735131c141102c376539303564f5d305dc666333)) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- nicer traceback in missing loop case outside except in run_sync [#437](https://github.com/jupyter/jupyter_core/pull/437) ([@AThePeanut4](https://github.com/AThePeanut4)) |
| 12 | + |
| 13 | +### Bugs fixed |
| 14 | + |
| 15 | +- Fix missing `f` specifier in f-string used to print config file path [#433](https://github.com/jupyter/jupyter_core/pull/433) ([@krassowski](https://github.com/krassowski)) |
| 16 | +- validate inputs to is_hidden [#429](https://github.com/jupyter/jupyter_core/pull/429) ([@minrk](https://github.com/minrk)) |
| 17 | + |
| 18 | +### Maintenance and upkeep improvements |
| 19 | + |
| 20 | +- try to fix some downstream tests [#448](https://github.com/jupyter/jupyter_core/pull/448) ([@Carreau](https://github.com/Carreau)) |
| 21 | +- remove deprecation warning, platformdirs won't become default [#447](https://github.com/jupyter/jupyter_core/pull/447) ([@minrk](https://github.com/minrk)) |
| 22 | +- Bump github/codeql-action from 3 to 4 in the actions group [#446](https://github.com/jupyter/jupyter_core/pull/446) ([@dependabot](https://github.com/dependabot)) |
| 23 | +- require python 3.10, start to test on 3.14 and 3.14-free-threaded [#445](https://github.com/jupyter/jupyter_core/pull/445) ([@Carreau](https://github.com/Carreau)) |
| 24 | +- remove pywin32 dependancy so free-threading can fly (like pypy) [#441](https://github.com/jupyter/jupyter_core/pull/441) ([@stonebig](https://github.com/stonebig)) |
| 25 | +- Bump the actions group across 1 directory with 2 updates [#440](https://github.com/jupyter/jupyter_core/pull/440) ([@dependabot](https://github.com/dependabot)) |
| 26 | + |
| 27 | +### Documentation improvements |
| 28 | + |
| 29 | +- [Docs] Use extension:filetype mapping in sphinx configuration [#443](https://github.com/jupyter/jupyter_core/pull/443) ([@Carreau](https://github.com/Carreau)) |
| 30 | + |
| 31 | +### Contributors to this release |
| 32 | + |
| 33 | +([GitHub contributors page for this release](https://github.com/jupyter/jupyter_core/graphs/contributors?from=2025-05-27&to=2025-10-16&type=c)) |
| 34 | + |
| 35 | +[@AThePeanut4](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3AAThePeanut4+updated%3A2025-05-27..2025-10-16&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3ACarreau+updated%3A2025-05-27..2025-10-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adependabot+updated%3A2025-05-27..2025-10-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Akrassowski+updated%3A2025-05-27..2025-10-16&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Aminrk+updated%3A2025-05-27..2025-10-16&type=Issues) | [@nikimagic](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Anikimagic+updated%3A2025-05-27..2025-10-16&type=Issues) | [@stonebig](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Astonebig+updated%3A2025-05-27..2025-10-16&type=Issues) |
| 36 | + |
| 37 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 38 | + |
5 | 39 | <!-- START SILENT CHANGELOG ENTRY --> |
6 | 40 |
|
7 | 41 | ## 5.8.1 |
8 | 42 |
|
9 | 43 | <!-- END SILENT CHANGELOG ENTRY --> |
10 | 44 |
|
11 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
12 | | - |
13 | 45 | <!-- START SILENT CHANGELOG ENTRY --> |
14 | 46 |
|
15 | 47 | ## 5.8.0 |
|
0 commit comments