Skip to content

Commit

Permalink
Merge pull request #6 from openfisca/new-core
Browse files Browse the repository at this point in the history
New core
  • Loading branch information
benjello authored Aug 5, 2024
2 parents 520fa26 + 07bdba3 commit eed996d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 151 deletions.
96 changes: 0 additions & 96 deletions .circleci/config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .circleci/has-functional-changes.sh

This file was deleted.

33 changes: 0 additions & 33 deletions .circleci/is-version-number-acceptable.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .circleci/publish-git-tag.sh

This file was deleted.

9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## 0.0.3 [6](https://github.com/openfisca/openfisca-france-pension/pull/6)

* Amélioration technique.
* Détails :
- Utilisation de la nouvelle version de openfisca-core intégrant les as-of-date parameters.

## 0.0.2 [5](https://github.com/openfisca/openfisca-france-pension/pull/5)

* Amélioration technique.
* Détails :
- Configuration de l'intégration continue


## 0.0.1

First Draft
First draft
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name = "OpenFisca-France-Pension",
python_requires='>=3.9',
version = "0.0.2",
version = "0.0.3",
author = "OpenFisca Team",
author_email = "contact@openfisca.org",
classifiers=[
Expand All @@ -20,7 +20,7 @@
description = "OpenFisca tax and benefit system for France-Pension",
keywords = "benefit microsimulation social tax",
license ="http://www.fsf.org/licensing/licenses/agpl-3.0.html",
# url = "https://github.com/openfisca/country-template",
url = "https://github.com/openfisca/openfisca-france-pension",
include_package_data = True, # Will read MANIFEST.in
data_files = [
(
Expand All @@ -30,8 +30,7 @@
],
install_requires = [
"bottleneck >=1.3.2,<=2.0.0",
"OpenFisca-Core @ git+https://github.com/openfisca/openfisca-core@pension-rebased#egg=openfisca-core",
# "OpenFisca-Core >= 41.1,<42",
"OpenFisca-Core >= 41.5.0,<42",
"numba>=0.54,<1.0.0",
"pandas>=2.0,<3.0",
],
Expand Down

0 comments on commit eed996d

Please sign in to comment.