Openfisca-core

Latest version: v41.4.5

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

Scan your dependencies

Page 30 of 60

24.10.0

- In Python, simplify simulation array deletion:

Before:

py
simulation = ...
holder = simulation.persons.get_holder('salary')
holder.delete_arrays('2018-08')


After:

py
simulation = ...
simulation.delete_arrays('salary', '2018-08')

24.9.9

- Set a 120s default timeout in `openfisca serve`
- Otherwise, they regularly restart with an anxiety-provoking "[CRITICAL] WORKER TIMEOUT (pid:2137)" message in log

24.9.8

- Allow non-integral inputs to int variables

24.9.7

- Ensure `path.to.parameter` syntax works consistently across country and extension

24.9.6

- Improve serve command by documenting the bind option
- Avoid crashing when no arguments are supplied

24.9.5

- Clarify the error message when assigning a value larger than MaxInt32 to an 'int' variable

Page 30 of 60

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.