- Rename deprecated doc reference `openfisca-run-test` to `openfisca_test`.
34.5.2
- Refactor the use of the now-deprecated `gunicorn.six` module. - In versions < 20, [gunicorn](http://docs.gunicorn.org/en/19.3/custom.html) provided the `gunicorn.six` module. - In version >= 20, this [gunicorn](http://docs.gunicorn.org/en/stable/custom.html) module has been deprecated. - Adapt `openfisca serve` code to the new gunicorn API.
34.5.1
- Remove the library `enum34` from requirements - The library `enum34` provides a backport of >= 3.4 `enum` to >= 2.7, < 3.4 Python environments. - The standard `enum` and `enum34` are hence incompatible as installed under the same path. - Since we dropped support for <= 3.6, that library is no longer needed.
34.5.0
- Introduce `tax_benefit_system.annualize_variable(variable_name, period)` method - Used in reform, this method allows to speed up variable calculations when a month-to-month calculation is not relevant, for instance if the input data are annual.
34.4.5
- Make the tracer generate CSV tables containing details about calculation times - Make `tracer.get_flat_trace` scale for large populations
34.4.4
- Make parameter cloning return clones that are truly independent from their source - Before this PR, editing the clone of a parameter tree would change the initial tree - Only impacts reforms that edit parameters tree