Openfisca-country-template

Latest version: v7.1.8

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

Scan your dependencies

Page 9 of 15

3.7.0

* Technical change.
* Details:
- Declare package compatible with Core v26.
- Remove Python 2 checks from continuous integration.

3.6.O - [66](https://github.com/openfisca/country-template/pull/66)

* Minor change.
* Details:
- Adapt to OpenFisca Core v25.
- Change the syntax of OpenFisca YAML tests.

For instance, a test that was using the `input_variables` and the `output_variables` keywords like:

yaml
- name: Basic income
period: 2016-12
input_variables:
salary: 1200
output_variables:
basic_income: 600


Becomes:

yaml
- name: Basic income
period: 2016-12
input:
salary: 1200
output:
basic_income: 600


A test that was fully specifying its entities like:

yaml
name: Housing tax
period: 2017-01
households:
- parents: [ Alicia ]
children: [ Michael ]
persons:
- id: Alicia
birth: 1961-01-15
- id: Michael
birth: 2002-01-15
output_variables:
housing_tax:
2017: 1000


Becomes:

yaml
name: Housing tax
period: 2017-01
input:
household:
parents: [ Alicia ]
children: [ Michael ]
persons:
Alicia:
birth: 1961-01-15
Michael:
birth: 2002-01-15
output:
housing_tax:
2017: 1000

3.5.4

* Minor change.
* Details:
- Update links to the doc.

3.5.3

* Minor change.
* Details:
- Document housing tax.

3.5.2

* Technical change.
* Details:
- Tests library against its packaged version.
- By doing so, we prevent some hideous bugs.

> Note: Version `3.5.1` has been unpublished as it accidentally introduced a bug. Please use version `3.5.2` or more recent.

3.5.0

* Technical change.
- In the `/spec` Web API route, use examples that apply to this country package.

3.4.0

* Tax and benefit system evolution.
* Impacted periods: all.
* Impacted areas: `housing`.
* Details:
- Introduce `code_postal` variable.

Page 9 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.