We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b5e90 commit 820f8d2Copy full SHA for 820f8d2
1 file changed
Changes.rst
@@ -4,6 +4,28 @@
4
5
.. currentmodule:: pyfuse3
6
7
+Release 3.3.0 (2023-08-06)
8
+==========================
9
+
10
+* Note: This is the first pyfuse3 release compatible with Cython 3.0.0 release.
11
+ Cython 0.29.x is also still supported.
12
13
+* Cythonized with latest Cython 3.0.0.
14
15
+* Drop Python 3.6 and 3.7 support and testing, #71.
16
17
+* CI: also test python 3.12. test on cython 0.29 and cython 3.0.
18
19
+* Tell Cython that callbacks may raise exceptions, #80.
20
21
+* Fix lookup in examples/hello.py, similar to #16.
22
23
+* Misc. CI, testing, build and sphinx related fixes.
24
25
26
27
28
29
Release 3.2.3 (2023-05-09)
30
==========================
31
0 commit comments