nptyping v2.4.0 Release Notes
Release Date: 2022-11-14 // about 2 years ago-
- โ Added hint for pandas DataFrame.
- ๐ Fixed bug for checking against a Structure where a different number of fields did not fail the check.
- ๐ Changed
nptyping.Int
pointing to the more genericnumpy.integer
rather thannumpy.int32
. - โ Added support for Python 3.11 with the exception of
pandas.DataFrame
.
Previous changes from v2.3.1
-
- ๐ Fixed mypy error of inheriting final dtype as of numpy==1.23.1.
- ๐ Allowed for quotes in shape expressions to appease PyCharm.