- Support role indices in SimulationBuilder.join_with_persons - This broadens the range of input data we can handle, at some risk of misattributing roles
34.0.1
Bug fix
- Allow both `*.yaml` and `*.yml` extensions for YAML tests
34.0.0
Technical changes
- Use pytest instead of nose in `openfica test`
Breaking changes
- Remove `generate_tests` function from `openfisca_core.tools.test_runner`: - While this function was public and documented, its purpose was primarily internal and is unlikely to have been directly used by users.
33.0.1
- Improve error message when too many persons are given a role with a `max` attribute - This error typically happens when 3 parents are declared in a family, while the entity declaration specifies there can be at most 2.
33.0.0
Breaking changes
- Duplicate keys in YAML parameter files now raise an error - Before, only one of the two values declared was taking into account, while the other was silently ignored
32.1.1
- Fix host in the `/spec` route of the Web API - The host should not include the HTTP scheme (http or https)