nptyping v2.4.0 Release Notes

Release Date: 2022-11-14 // over 1 year 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 generic numpy.integer rather than numpy.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.