Openfisca-france

Latest version: v166.0.8

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

Scan your dependencies

Page 156 of 157

1.0.0

* Add tests yaml for cotisations sociales
* Introduction of `invalidite`
* Depreciation of `af_enfant_a_charge`, `asf_enfant`, `isol`, `pfam_ressources_i`, `rmi_nbp`, `sal_pen_net`.
* Massive renaming:
* `abat_sal_pen` -> `abattement_salaires_pensions`
* `af_forf_complement_degressif` -> `af_allocation_forfaitaire_complement_degressif`
* `af_forf_nbenf` -> `af_allocation_forfaitaire_nb_enfants`
* `af_forf_taux_modulation` -> `af_allocation_forfaitaire_taux_modulation`
* `af_forf` -> `af_allocation_forfaitaire`
* `af_majo` -> `af_majoration`
* `al_pac` -> `al_nb_personnes_a_charge`
* `als_nonet` -> `als_non_etudiant`
* `alset` -> `als_etudiant`
* `ape_temp` -> `ape_avant_cumul`
* `apje_temp` -> `apje_avant_cumul`
* `asi_aspa_base_ressources_i` -> `asi_aspa_base_ressources_individu`
* `asi_elig` -> `asi_eligibilite`
* `aspa_elig` -> `aspa_eligibilite`
* `ass_base_ressources_i` -> `ass_base_ressources_individu`
* `ass_eligibilite_i` -> `ass_eligibilite_individu`
* `biact` -> `biactivite`
* `birth` -> `date_naissance`
* `br_mv_i` -> `asi_aspa_base_ressources_i`
* `br_mv` -> `asi_aspa_base_ressources`
* `br_pf_i` -> `prestations_familiales_base_ressources_i`
* `br_pf` -> `prestations_familiales_base_ressources`
* `categ_inv` -> `aeeh_niveau_handicap`
* `cf_ressources_i` -> `cf_ressources_individu`
* `cmu_base_ressources_i` -> `cmu_base_ressources_individu`
* `concub` -> `en_couple`
* `invalide` -> `handicap`
* `maj_cga_i` -> `maj_cga_individu`
* `nb_enfant_rsa` -> `rsa_nb_enfants`
* `nb_par` -> `nb_parents`
* `pen_net` -> `revenu_assimile_pension_apres_abattements`
* `pfam_enfant_a_charge` -> `prestations_familiales_enfant_a_charge`
* `ppa_ressources_hors_activite_i` -> `ppa_ressources_hors_activite_individu`
* `ppa_revenu_activite_i` -> `ppa_revenu_activite_individu`
* `ppe_elig_i` -> `ppe_elig_individu`
* `prestations_familiales_base_ressources_i` -> `prestations_familiales_base_ressources_individu`
* `rev_act_nonsal` -> `revenu_activite_non_salariee`
* `rev_act_sal` -> `revenu_activite_salariee`
* `rev_pen` -> `revenu_assimile_pension`
* `rev_sal` -> `revenu_assimile_salaire`
* `rpns_i` -> `rpns_individu`
* `rsa_act_i` -> `rsa_activite_individu`
* `rsa_act` -> `rsa_activite`
* `rsa_base_ressources_i` -> `rsa_base_ressources_individu`
* `rsa_base_ressources_patrimoine_i` -> `rsa_base_ressources_patrimoine_individu`
* `rsa_forfait_asf_i` -> `rsa_forfait_asf_individu`
* `rsa_non_calculable_tns_i` -> `rsa_non_calculable_tns_individu`
* `rsa_revenu_activite_i` -> `rsa_revenu_activite_individu`
* `rto_declarant1` -> `rente_viagere_titre_onereux_declarant1`
* `rto_net_declarant1` -> `rente_viagere_titre_onereux_net_declarant1`
* `rto_net` -> `rente_viagere_titre_onereux_net`
* `salcho_imp` -> `revenu_assimile_salaire_apres_abattements`
* `smic55` -> `autonomie_financiere`
* `statut_occupation_famille` -> `statut_occupation_logement_famille`
* `statut_occupation_individu` -> `statut_occupation_logement_i`
* `statut_occupation_logement_i` -> `statut_occupation_logement_individu`
* `statut_occupation` -> `statut_occupation_logement`
* `tns_employe` -> `tns_avec_employe`
* `tspr` -> `traitements_salaires_pensions_rentes`
* `type_sal` -> `categorie_salarie`

0.5.5

* Prime d'activité fiabilization
* Implementation of Indemnite de fin de contrat
* Prolongation of aidper, credit_impots, reductions
* Retire detailes logs in CI
* Update prestations parameters (2016/04/01 revalorisation)
* Add net -> brut reform

0.5.4.2

* Update OpenFisca-Core requirement version

0.5.4.1

* Add missing assets for versement_transport

0.5.4

* Many updates

0.5.3

* Fix vieillesse deplafonnee baremes
* Fix some dates in arrco and formation prof. baremes
* Retire obsolete or unuseful comment which induces indentation problem when using parameters fusion scripts
* Improve decote legislation parameters
* Removing unused obsolete reform parameters still in param.xml
* Add tests
* Round ceilings values
* Resources need to be non superior to ceilings, not inferior
* update bourse_college params
* flake8
* Do not pre-initialize reforms cache
* Retire licence from code files
* Introduce asi_aspa_condition_nationalite Introduce rsa_condition_nationalite
* Introduce ressortissant_eee Introduce duree_possession_titre_sejour
* change it in the tests too...
* Change name and description of the prestation
* add a test for decote where the individual is below the first tax threshold
* implement true_decote that is the decote amount provided by dgfip (at list on their simulator) which is the fiscal gain accountable to the decote mechanism
* add a test for irpp couples
* Actualize legislation for min/max abattements pour frais pro add a test for IR 2015 ; change label of reform plf 2015.
* Change reforms.plf2015 decote to a DatedVariable
* Conform to instructions given by benjello for PR
* add empty line
* add an empty line for two empty lines between two classes
* add decote ir2014 on income 2014 from reform plf hardcoded.
* Small changes, trash plf2015 reform
* Put reforms/plf2015.py into legislation. WIP still need a proper test on decote
* Return ape_temp for a month, not for a weird period
* Repair imports in test_basics.py
* Retire irrelevant calculate_divide and calculate_add_divide in rsa.py, cf.py, asi_aspa.py
* Merge formulas and formulas_mes_aides folder
* Typo in cerfa field
* Add test for psoc formula
* Clean test_plf2015
* NOT WORKING Reform plf2015 on revenus 2013
* Rename paje_nais to paje_naissance
* Fix params references
* Redefine period in functions
* Fix indentation in params
* Fix param for retro-compatibility
* Kid age need to be *strictly* < 3
* Réécriture et update de la paje
* Rename cf_temp to cf_montant Rename paje_base_temp to paje_base_montant
* Refactor aide_logement_montant_brut
* Add clean-mo target
* Add make clean target
* Add MANIFEST.in
* Do not package tests
* Retire unnecessary __init__.py in scripts
* Add data_files in setup.py
* Use extras_require in setup.py
* Retire nose section from setup.cfg
* Add CONTRIBUTING.md file

Page 156 of 157

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.