-
Notifications
You must be signed in to change notification settings - Fork 99
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
Ajout de la compatibilité numpy 1.25.0 #2124
base: master
Are you sure you want to change the base?
Conversation
Message de dépréciation initial : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testé, tout est bon de mon côté.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci @eraviart pour ce correctif !
J'obtiens également la même liste d'expressions à mettre à jour (avec l'expression régulière
[(]\n[ ]*[\+]
dans VSCode).
- `openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/taxes_salaires_main_oeuvre.py` | ||
- `openfisca_france/model/prestations/minima_sociaux/asi_aspa.py` | ||
- `openfisca_france/model/prestations/cheque_energie.py` | ||
- `openfisca_france/model/prestations/locapass.py` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/taxes_salaires_main_oeuvre.py` | |
- `openfisca_france/model/prestations/minima_sociaux/asi_aspa.py` | |
- `openfisca_france/model/prestations/cheque_energie.py` | |
- `openfisca_france/model/prestations/locapass.py` | |
- `model/prelevements_obligatoires/prelevements_sociaux/taxes_salaires_main_oeuvre.py` | |
- `model/prestations/minima_sociaux/asi_aspa.py` | |
- `model/prestations/cheque_energie.py` | |
- `model/prestations/locapass.py` |
* Détails : | ||
- Enlève l'opérateur unaire "+" devant un booléen, car ce n'est plus supporté par Numpy 1.25 | ||
|
||
## 149.1.0 [#2118](https://github.com/openfisca/openfisca-france/pull/2118) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
Ce n'est plus supporté par numpy 1.25.0
@eraviart @Allan-CodeWorks est-ce que les changements indiqués ici ont été intégrés ? |
Non, mais il me semble qu'entre temps nous avons constaté des leaks lorsqu’on utilise Tant qu'on est pas en |
openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/taxes_salaires_main_oeuvre.py
openfisca_france/model/prestations/minima_sociaux/asi_aspa.py
openfisca_france/model/prestations/cheque_energie.py
openfisca_france/model/prestations/locapass.py