v2.4.0
- 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
.