I've opened https://github.com/sagemath/sage/issues/35975
to deal with this.


---------- Forwarded message ---------
From: Stefan Behnel <stefan...@behnel.de>
Date: Mon, Jul 17, 2023 at 5:05 PM
Subject: [Cython] Cython 3.0 final released
To: Cython-users <cython-us...@googlegroups.com>, Cython-devel
<cython-de...@python.org>


Hi all,

after close to five long years, I'm proud to announce the release of
Cython 3.0. It's done. It's out. Finally!

The full list of improvements compared to the 0.29.x release series is
entirely incredible.

https://cython.readthedocs.io/en/latest/src/changes.html

Cython 3.0 is better than any other Cython release before, in all aspects.
It's much more Python, integrates better with C and C++, supports more
Python implementations and configurations, provides many great new language
features
        – it's faster, safer and easier to use. It's simply better.

New language features include:

- Python 3 syntax and semantics by default
- Cython type annotations in plain Python code
- automatic NumPy ufunc generation
- fast @dataclass and @total_ordering extension types
- safe exception propagation in C functions by default
- Unicode identifiers in Cython code

All of this wouldn't have been possible without the help of the many, many
people who contributed code and documentation, tested features, found and
described bugs, helped debugging problems. Those who started using Cython
in new environments, new build systems, new use cases, and helped to get it
working there. Who proposed new features or found mismatches and gaps in
the existing set of features.

Thank you all, you helped making Cython 3.0 an awesome language!

Along the way, we added two people to the list of Cython developers.

* David Woods has contributed a tremendous list of features and fixes to
this release. It would honestly not have been possible without his efforts.

* Matúš Valo has put a lot of work into the documentation and the pure
Python mode. He found many issues that make Cython now easier and more
consistent to use from Python code.

Thank you both for your contributions. I'm happy to work together with you.

Everyone, have fun using Cython 3.0, and whatever good comes after it.

Best,
Stefan
_______________________________________________
cython-devel mailing list
cython-de...@python.org
https://mail.python.org/mailman/listinfo/cython-devel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3mxKoRtaTDMV%3D%3DjbXx-Nj%2B7ZZC08Gszk2psGMsE5fL_Q%40mail.gmail.com.

Reply via email to