Skip to content

Commit

Permalink
Mise à jour du nombre de séances pour Santé Psy Education (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs committed Aug 6, 2024
2 parents 8ad99ef + c9afcb6 commit bc26408
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 168.0.9 [2340](https://github.com/openfisca/openfisca-france/pull/2340)

* Changement mineur.
* Périodes concernées : à partir du 01/07/2024
* Zones impactées : `openfisca_france/parameters/prestations_sociales/education/sante_psy/etudiant/seances_max.yaml`.
* Détails :
- Passage de 8 à 12 séances gratuites de suivi avec un psychologue

## 168.0.8 [2338](https://github.com/openfisca/openfisca-france/pull/2338)

* Changement mineur.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ values:
value: 6
2023-01-06:
value: 8
2024-07-01:
value: 12
metadata:
short_label: Nb max de séances
reference:
2021-03-10:
href: https://www.service-public.fr/particuliers/actualites/A14726
2023-01-06:
href: https://www.service-public.fr/particuliers/actualites/A14726
2024-07-01:
href: https://www.enseignementsup-recherche.gouv.fr/fr/bo/2024/Hebdo26/ESRS2415963C
notes:
2021-03-10:
- title: 2 cycles de 3 séances au maximum
2023-01-06:
- title: 8 séances gratuites de suivi avec un psychologue
2024-07-01:
- title: 12 séances gratuites de suivi avec un psychologue
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'OpenFisca-France',
version = '168.0.8',
version = '168.0.9',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down
7 changes: 7 additions & 0 deletions tests/formulas/sante_psy_etudiant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
scolarite: [ enseignement_superieur, lycee, enseignement_superieur ]
output:
seances_sante_psy_etudiant: [ 0, 0, 6 ]

- period: 2024-08
input:
etudiant: [ false, true, true ]
scolarite: [ enseignement_superieur, lycee, enseignement_superieur ]
output:
seances_sante_psy_etudiant: [ 0, 0, 12 ]

0 comments on commit bc26408

Please sign in to comment.