17
0

- Update to 6.22.0

* Deprecate Comm class + Fix incompatibility with ipywidgets
    #1097 (@martinRenou)

- Update to 6.21.3
  * Fix interrupt reply #1101 (@garlandz-db)
- Release 6.21.2
  * Un-expose __file__ and expose __session__ instead. #1095
    (@Carreau)
  * Remove test_enter_eventloop #1084 (@davidbrochart)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=78
This commit is contained in:
2023-04-04 15:01:10 +00:00
committed by Git OBS Bridge
parent a6b076e202
commit 4079bce767
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 4 14:58:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.22.0
* Deprecate Comm class + Fix incompatibility with ipywidgets
#1097 (@martinRenou)
-------------------------------------------------------------------
Sun Mar 19 16:23:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.21.3
* Fix interrupt reply #1101 (@garlandz-db)
- Release 6.21.2
* Un-expose __file__ and expose __session__ instead. #1095
(@Carreau)
* Remove test_enter_eventloop #1084 (@davidbrochart)
-------------------------------------------------------------------
Sun Feb 5 15:09:43 UTC 2023 - Ben Greiner <code@bnavigator.de>