17
0

- update to 7.1.0:

* fix ContextVar persistence across cells #1462 (@minrk)
  * Fix matplotlib eventloops #1458 (@ianthomas23)
  * Refer to kernel launching thread instead of assuming the
    main thread #1455
  * Fix routing of background thread output when no parent is set
    explicitly #1451 (@minrk)
  * Fix KeyboardInterrupt on Windows by manually resetting
    interrupt event #1434 (@ptosco)
  * Maintenance and upkeep improvements
  * test that matplotlib event loop integration is responsive
  * update tests for 3.14 #1453 (@minrk)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=121
This commit is contained in:
2025-12-01 23:39:29 +00:00
committed by Git OBS Bridge
parent 855e4e25b3
commit d5d8287d40
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 1 23:24:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 7.1.0:
* fix ContextVar persistence across cells #1462 (@minrk)
* Fix matplotlib eventloops #1458 (@ianthomas23)
* Refer to kernel launching thread instead of assuming the
main thread #1455
* Fix routing of background thread output when no parent is set
explicitly #1451 (@minrk)
* Fix KeyboardInterrupt on Windows by manually resetting
interrupt event #1434 (@ptosco)
* Maintenance and upkeep improvements
* test that matplotlib event loop integration is responsive
* update tests for 3.14 #1453 (@minrk)
-------------------------------------------------------------------
Mon Oct 20 15:11:47 UTC 2025 - Markéta Machová <mmachova@suse.com>