- Add publish to Anaconda in CI. See file .conda/README.md.
35.8.0
New Features
- Introduce `rate_from_bracket_indice` method on `RateTaxScaleLike` class - Allows for the determination of the tax rate based on the tax bracket indice
- Introduce `rate_from_tax_base` method on `RateTaxScaleLike` class - Allows for the determination of the tax rate based on the tax base
- Introduce `threshold_from_tax_base` method on `RateTaxScaleLike` class - Allows for the determination of the lower threshold based on the tax base
- Add publish openfisca-core library to Anaconda in CI. See file .conda/README.md.
35.7.8
Technical changes
35.7.7
Technical changes
- Fix `openfisca-core` Web API error triggered by `Flask` dependencies updates - Bump `Flask` patch revision to fix `cannot import name 'json' from 'itsdangerous'` on Web API. - Then, fix `MarkupSafe` revision to avoid `cannot import name 'soft_unicode' from 'markupsafe'` error on Web API.
35.7.6
Technical changes
- Made code compatible with dpath versions >=1.5.0,<3.0.0, instead of >=1.5.0,<2.0.0