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 20 forks source link

Drop nptyping use numpy-typing #234

Closed tawandamoyo closed 2 months ago

tawandamoyo commented 2 months ago

What's changed

Dropped nptyping and migrated to NumPy's built in numpy.typing.

What this fixes and how it's fixed

Fixes #229 and closes #185