> Note: Version `3.12.0` wasn't unpublished by mistake. Please use version `3.12.2` or more recent.
3.11.0
* Technical change * Details: - Declare package compatible with OpenFisca-Core v35 that updates `numpy` dependency.
3.10.0
* Tax and benefit system evolution. * Impacted periods: all. * Impacted areas: `reforms/add_new_tax.py`. * Details: - Add a new reform example creating a variable (there was none prior). - The example is a new tax that adds a fixed 100.0 of the country's currency to the actual income tax.
3.9.13
* Technical improvement. * Impacted areas: `**/*`. * Details: - Remove wildcard imports as they're considered and [anti-pattern](https://docs.quantifiedcode.com/python-anti-patterns/maintainability/from_module_import_all_used.html).