[Python-announce] nptyping 2.0.0 has been released
From Ramon Hagenaars@ramonhagenaars@gmail.com to comp.lang.python.announce on Sun Apr 10 11:15:01 2022
From Newsgroup: comp.lang.python.announce
Hello all,
It fills me with joy to announce that nptyping 2.0.0 is released!
nptyping allows type hinting NumPy arrays with support for dynamic type checking.
The most notable changes are:
* Complete rewrite, extending numpy.typing and to be MyPy-friendly;
* "Shape Expressions" that allow for a rich notation of NumPy array shapes;
* Dropped support for Python 3.5 and 3.6.