Openfisca-core

Latest version: v43.3.5

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

Scan your dependencies

Page 9 of 66

41.1.1

Technical changes

- Skip type-checking tasks
- Before their definition was commented out but still run with `make test`
- Now they're skipped but not commented, which is needed to fix the
underlying issues

41.1.0

Technical changes

- Make `Role` explicitly hashable.
- Details:
- By introducing `__eq__`, naturally `Role` became unhashable, because
equality was calculated based on a property of `Role`
(`role.key == another_role.key`), and no longer structurally
(`"1" == "1"`).
- This changeset removes `__eq__`, as `Role` is being used downstream as a
hashable object, and adds a test to ensure `Role`'s hashability.

41.0.2

Technical changes

- Add `__hash__` method to `Role`.

41.0.1

Technical changes

- Document `Role`.

41.0.0

Breaking changes

- `Variable.get_introspection_data` no longer has parameters nor calling functions

The Web API was very prone to crashing, timeouting at startup because of the time consuming python file parsing to generate documentation displayed for instance in the Legislation Explorer.

40.1.0

New Features

- Allows for dispatching and dividing inputs over a broader range.
- For example, divide a monthly variable by week.

Page 9 of 66

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.