-
Notifications
You must be signed in to change notification settings - Fork 101
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
Upgrade numpy #956
Upgrade numpy #956
Conversation
fpagnoux
commented
Apr 2, 2018
- Amélioration technique
- Détails :
- Adapte France à Numpy v1.14
@@ -51,9 +51,7 @@ | |||
}, | |||
include_package_data = True, # Will read MANIFEST.in | |||
install_requires = [ | |||
'numpy >= 1.11, < 1.13', |
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.
Ces dépendances n'ont pas de raison d'être gérées par France.
CHANGELOG.md
Outdated
|
||
* Correction d'un bug |
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.
"Correction d'un bug" n'est pas une catégorie qui existe dans le format du Changelog OpenFisca France.
Les corrections d'une formule sont considérées comme une évolution de la législation.
* Zones impactées : | ||
- `prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements` | ||
- `openfisca_france/model/revenus/activite/salarie.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.
Le but de la section "Zones impactées" est de pouvoir voir en un coup d'oeil quel morceau de la législation est affectée par une évolution.
Pour que ce soit normalisé, on utilise les paths vers le fichier concerné. En revanche, on ajoute pas l'extension .py
ni le préfixe openfisca_france/model/
.
@@ -32,8 +45,8 @@ | |||
|
|||
## 20.9.1 [#954](https://github.com/openfisca/openfisca-france/pull/954) | |||
|
|||
* Correction d'un bug |
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.
Je republie ce commentaire considéré à tort comme outdated
"Correction d'un bug" n'est pas une catégorie qui existe dans le format du Changelog OpenFisca France.
Les corrections d'une formule sont considérées comme une évolution de la législation.