Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openfisca-france from 34.8.1 to 37.0.0 #78

Merged
merged 7 commits into from
Mar 22, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps openfisca-france from 34.8.1 to 37.0.0.

Changelog

Sourced from openfisca-france's changelog.

37.0.0 [#1287](https://github-redirect.dependabot.com/openfisca/openfisca-france/pull/1286è

  • Évolution du système socio-fiscal.
  • Périodes concernées : à partir du 01/01/2012
  • Zones impactées : openfisca_france/model/prelevements_obligatoires/impot_revenu.
  • Détails :
    • Crée une variable f3sa correspondant à la case 3SA réintroduite à partir de 2016
    • Renomme la variable f3sa (existant précédemment et correspondant à la case en 2012) en f3sa_2012

36.1.1 #1286

  • Évolution du système socio-fiscal.
  • Périodes concernées : à partir du 01/01/2015.
  • Zones impactées : prelevements_obligatoires/prelevements_sociaux/contributions_sociales/activite.
  • Détails :
    • Supprime la taxe exceptionnelle sur les hauts revenus à partir de 2015 (variable tehr), car taxation en vigueur seulement sur les revenus de 2013 et 2014.

36.1.0 #1274

  • Évolution du système socio-fiscal.

  • Périodes concernées : toutes.

  • Zones impactées :

    • model/prestations/minima_sociaux/aah.
    • parameters/prestations/minima_sociaux/aah/mva.
    • parameters/prestations/minima_sociaux/aah/taux_aah_hospitalise_ou_incarcere.
    • parameters/prestations/minima_sociaux/aah/taux_capacite_travail.
    • parameters/prestations/minima_sociaux/caah/garantie_ressources.
  • Détails :

    • Implémente des compléments à l'AAH :
      • le complément de ressources
      • la majoration pour vie autonome (MVA) a désormais une formule de calcul.
    • Applique un montant minimal de l'AAH en cas d'hospitalisation ou incarcération.
    • Ajoute les variables:
      • taux_capacite_travail
      • aah_date_debut_incarceration
      • aah_date_debut_hospitalisation
      • complement_ressources_aah
      • eligibilite_caah

36.0.0 #1269

  • Évolution du système socio-fiscal non rétro-compatible.
  • Périodes concernées : toutes.
  • Zones impactées :
    • prestations/aides_logement.
  • Informations de mise à niveau :
    • Cette évolution impacte le calcul des aides au logement pour les personnes au chômage. Si vous transmettez la valeur chomeur pour la variable activite, vous devez maintenant également transmettre date_debut_chomage, une condition de durée de chômage de deux mois ou plus étant désormais évaluée.
  • Détails :
    • Ajoute la variable date_debut_chomage.
    • Corrige une double application des coefficients 'coloc' et 'chambre' dans aides_logement.
    • Corrige l'application de la règle des 2/3 du montant du loyer pour l'AL et l'APL.
... (truncated)
Commits
  • c8eb96b Merge pull request #1287 from openfisca/corrige-case-f3sa
  • 1550e54 Clarifie le nom de la case dans les formules
  • af9c7cf Update CHANGELOG et setup.py
  • 9f0a0ed Précise le label de f3sb
  • d0b3922 Ajoute la variable f3sa correspondant à la case existant depuis l'impositio...
  • 5893ef8 Renomme la variable d'input f3sa en f3sa_2012 (case disparaissant en 2013)
  • 47efa40 Merge pull request #1286 from openfisca/supprime-tehr
  • 0a0d9fb Corrige erreur
  • 9e8d3eb Actualise le changelog et le setup
  • efa6e2e Ajoute la référence législative et actualise le label de la TEHR
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@sandcha
Copy link
Contributor

sandcha commented Mar 20, 2019

Je prends la mise à jour 🙂
Elle m'intéresse particulièrement en cas de test de #77

@Morendil
Copy link
Contributor

Je pense que l'implémentation de openfisca/openfisca-core#835 a laissé un trou dans la raquette. Quand on ne trouve pas l'entité dans le dictionnaire, on appelle add_default_group_entity, mais cette méthode ne prend pas en compte les rôles.

@sandcha sandcha force-pushed the dependabot/pip/openfisca-france-37.0.0 branch from 9e1ffd7 to 8fd42cf Compare March 22, 2019 16:14
@sandcha sandcha force-pushed the dependabot/pip/openfisca-france-37.0.0 branch from 8fd42cf to 7d9fc09 Compare March 22, 2019 16:30
@sandcha sandcha merged commit f28a9db into master Mar 22, 2019
@sandcha sandcha deleted the dependabot/pip/openfisca-france-37.0.0 branch March 22, 2019 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants