Compile release notes for v0.2.2

This commit is contained in:
pacrob
2025-02-20 09:13:43 -07:00
parent e7a9ee78a8
commit 68f6a362fd
7 changed files with 24 additions and 6 deletions

View File

@ -1 +0,0 @@
Create entry points for demos to be run directly from installed package

View File

@ -1 +0,0 @@
- This fix issue #492 adding a missing break statement that lowers GIL usage from 99% to 0%-2%.

View File

@ -1 +0,0 @@
Merge template, adding python 3.13 to CI checks.

View File

@ -1 +0,0 @@
Drop CI runs for python 3.8, run ``pyupgrade`` to bring code up to python 3.9.

View File

@ -1 +0,0 @@
Rename ``typing.py`` to ``custom_types.py`` for clarity.