Openfisca-core

Latest version: v43.3.5

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 46 of 66

22.0.10

* Fix `dtype` attribute for `EnumArray`s (returned when calculating a variable of `value_type` `Enum`):
- It was the type `numpy.int16` and not the dtype instance `numpy.dtype(numpy.int16)`
- This caused issue when trying to export an `EnumArray` with `pandas`

22.0.9

* Fix operators such as `household.first_parent`, `foyer_fiscal.declarant_principal` for multi-entities simulations.
- This issue was not affecting simulations with several persons in a _single_ entity
- The underlying `entity.value_from_person` operator was not working as expected in case the persons of the simulation were not sorted by entity id in the persons vector (see example in 22.0.8 right below).

22.0.8

* Fix `entity.max`, `entity.min`, `entity.all` and `entity.reduce` for multi-entities simulations.
- This issue was not affecting simulations with several persons in a _single_ entity
- These operators were not working as expected in case the persons of the simulation were not sorted by entity id in the persons vector. For instance:
- First household: [Alice, Bob]
- Second household: [Cesar]
- Persons vector: [Alice, Cesar, Bob]

22.0.7

* Update CircleCI configuration to its v2

22.0.6

* Improve parameters performances

22.0.5

* Update country-template dependency to >= 3.0.0, < 4.0.0

Page 46 of 66

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.