- Fix serialisation error introduced in [34.2.9](https://github.com/openfisca/openfisca-core/tree/34.2.9) in route `/trace` (Web API) - This was causing an Internal Server Error - Notably, `numpy` arrays were not being parsed correctly as not JSON serialisable
34.3.0
_Note: this version has been unpublished due to an issue introduced by 34.2.9 in the Web API. Please use 34.3.1 or a more recent version._
- Update pytest version's upper bound to 6.0.0
34.2.9
_Note: this version has been unpublished due to an issue introduced by 34.2.9 in the Web API. Please use 34.3.1 or a more recent version._
- Refactor simulation tracer implementation - These changes should be transparent for users - They should enable more precise performance measures, to come in a later version.
34.2.8
Documentation
- Update links to the doc in the API
34.2.7
Minor change
- Enforce type checking in tests and Continuous Integration
34.2.6
Minor change
- Remove remaining of extra-parameters handling, since that feature was removed in 28.0