PolicyEngine / policyengine-core

Core microsimulation engine for PolicyEngine models. Forked from OpenFisca-Core.
https://policyengine.github.io/policyengine-core
GNU Affero General Public License v3.0
14 stars 19 forks source link

Migrate from nptyping to numpy.typing #229

Closed tawandamoyo closed 1 month ago

tawandamoyo commented 1 month ago

We currently use nptyping for type hinting Numpy arrays. However numpy>=1.21 provides its own typing module numpy.typing which is better maintained.