openfisca / openfisca-tunisia

Tunisian tax and benefit system for OpenFisca
http://www.openfisca.tn
15 stars 7 forks source link

Update openfisca-core requirement from <30,>=29 to >=29,<32 #93

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on openfisca-core to permit the latest version.

Changelog *Sourced from [openfisca-core's changelog](https://github.com/openfisca/openfisca-core/blob/master/CHANGELOG.md).* > # 31.0.0 [#813](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/813) > > #### Breaking changes > > - Require clients to make explicit when input variables cover a range of dates, rather than allowing inputs to be derived from past or future values; also removes the `missing_value` base function > > #### Migration notes > > You might need to change your code if any of the following applies: > - you are a model author, and there are variables in your model that use a `base_function` attribute > - your model **or application** uses any non-numeric variables (boolean, date, string or Enum) used in, for which the period on which you define **inputs** does not match the period for which you are requesting **outputs** > > Detailed instructions are provided in the [PR description](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/813). > > ### 30.0.3 [#859](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/859) > > - Raise an error instead of silently ignoring the input when a user tries to set an input for a variable for several months (or several years), but the variable has no `set_input` declared. > > ### 30.0.2 [#860](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/860) > > - Apply `flake8-bugbear` recommendations and enforce same in continuous integration. > > ### 30.0.1 [#855](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/855) > > - Remove Python 2 compatibility code. > > # 30.0.0 [#817](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/817) > > #### Breaking changes > > - Improve cycle and spiral detection, giving consistent results more systematically > > #### Migration notes > > - Remove all optional parameters `max_nb_cycles` > - Avoid relying on cached values of a computation > > For additional details, see the PR's [description](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/817). > > ### 29.0.2 [#858](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/858) > > #### Bug fix > > - Fix error on simulation debug attribute at simulation clone > - Details: > - Fixes `AttributeError: 'Simulation' object has no attribute 'debug'` introduced by Core v.`29.0.0`. > > ### 29.0.1 [#851](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/851) > > - Remove print statements from `simulations.py`, add linting options to detect stray print statements > ... (truncated)
Commits - [`607a3b6`](https://github.com/openfisca/openfisca-core/commit/607a3b60e2337f17a98054b36fd0ffb7b2faa7d5) Merge pull request [#813](https://github-redirect.dependabot.com/openfisca/openfisca-core/issues/813) from openfisca/remove-base-functions - [`de21bec`](https://github.com/openfisca/openfisca-core/commit/de21bec47113a74d9680f8ff1d5e17f710072e3e) Bump version number - [`39d64b5`](https://github.com/openfisca/openfisca-core/commit/39d64b55702b74b5cb4d07c4f994d4c7aef40e3b) Remove base_functions altogether - [`d7ae633`](https://github.com/openfisca/openfisca-core/commit/d7ae6332b930c7820a38a4d9b5a4988d00a8a161) Remove requested_period_last_or_next_value - [`1c09e79`](https://github.com/openfisca/openfisca-core/commit/1c09e79ee1b71dc41f5b6386954bd2ba24559f7b) Remove requested_period_default_value - [`fa13494`](https://github.com/openfisca/openfisca-core/commit/fa134946b03997c50fd2f446f6eef16f4c5500cd) Merge pull request [#859](https://github-redirect.dependabot.com/openfisca/openfisca-core/issues/859) from openfisca/fix-841 - [`22e6eb7`](https://github.com/openfisca/openfisca-core/commit/22e6eb772ed6ed9f3dd20da7af881a35fc860e16) Bump version number - [`4ab8810`](https://github.com/openfisca/openfisca-core/commit/4ab881002ee314a8db13a172be99c55ba79f5c11) Remove nose deps - [`358f95a`](https://github.com/openfisca/openfisca-core/commit/358f95a143818b88d43348f4d086ce7fd0d5ba96) Raise error when input provided for complex period - [`3cf6927`](https://github.com/openfisca/openfisca-core/commit/3cf6927b37efcd6fcc9614e25ca40a44f1ad3091) Merge pull request [#860](https://github-redirect.dependabot.com/openfisca/openfisca-core/issues/860) from openfisca/bugbear - Additional commits viewable in [compare view](https://github.com/openfisca/openfisca-core/compare/29.0.0...31.0.0)


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 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](https://app.dependabot.com): - 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.
benjello commented 5 years ago

@sandcha : j'ai essayé de régler un bug dans l'inversion avec les deux derniers commits mais cela ,e passe pas. Peut-être que je m'y prends mal dès le début donc ne pas hésiter à revenir à la situation antérieure.

dependabot-preview[bot] commented 5 years ago

A newer version of openfisca-core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

sandcha commented 5 years ago

Pour mémo, voir Réforme de net à brut de ce commentaire France.

benjello commented 5 years ago

close in favor of #101

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.