Openfisca-core

Latest version: v41.4.5

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

Scan your dependencies

Page 2 of 60

41.4.0

New features

- Add `entities.find_role()` to find roles by key and `max`.

Technical changes

- Document `projectors.get_projector_from_shortcut()`.

41.3.0

> As `TracingParameterNodeAtInstant` is a wrapper for `ParameterNodeAtInstant`
> which allows iteration and the use of `contains`, it was not possible
> to use those on a `TracingParameterNodeAtInstant`

New features

- Allows iterations on `TracingParameterNodeAtInstant`
- Allows keyword `contains` on `TracingParameterNodeAtInstant`

41.2.0

Technical changes

- Fix `openfisca-core` Web API error triggered by `Gunicorn` < 22.0.
- Bump `Gunicorn` major revision to fix error on Web API.
Source: https://github.com/benoitc/gunicorn/issues/2564

41.1.2

Technical changes

- Add tests to `entities`.

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.

Page 2 of 60

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.