Skip to content
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

Update openfisca-core requirement from <33.0,>=27.0 to >=27.0,<35.0 #78

Merged
merged 2 commits into from
Apr 24, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Changelog

Sourced from openfisca-core's changelog.

34.0.0

Technical changes

  • Use pytest instead of nose in openfica test

Breaking changes

  • Remove generate_tests function from openfisca_core.tools.test_runner:
    • While this function was public and documented, its purpose was primarily internal and is unlikely to have been directly used by users.

33.0.1

  • Improve error message when too many persons are given a role with a max attribute
    • This error typically happens when 3 parents are declared in a family, while the entity declaration specifies there can be at most 2.

33.0.0

Breaking changes

  • Duplicate keys in YAML parameter files now raise an error
    • Before, only one of the two values declared was taking into account, while the other was silently ignored

32.1.1 #864

  • Fix host in the /spec route of the Web API
    • The host should not include the HTTP scheme (http or https)

32.1.0 #863

  • Display symbolic values of Enums in /trace and print_computation_log

32.0.0 #857

Breaking changes

  • Split the "Entity" class hierarchy (Entity, PersonEntity, GroupEntity) into two parallel hierarchies, representing respectively the abstract, model-level information (classes named Entity etc.) and the population-level information (classes named Population and GroupPopulation)
    • As a result, the first parameter passed to a formula is now a Population instance
    • Much more detail (and class diagrams) in the PR description
  • Remove support from the syntax some_entity.SOME_ROLE to access roles (where some_entity is the entity passed to a formula).

Migration details

  • Use the standard SomeEntity.SOME_ROLE instead. (Where SomeEntity is the capitalized entity or instance, Household.PARENT.)
  • Code that relied excessively on internal implementation details of Entity may break, and should be updated to access methods of Entity/Population instead.

31.0.1 #840

  • Improve usability of Enum values:
  • Details:
... (truncated)
Commits

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:

  • 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.

@sandcha sandcha merged commit b469ec9 into master Apr 24, 2019
@sandcha sandcha deleted the dependabot/pip/openfisca-core-gte-27.0-and-lt-35.0 branch April 24, 2019 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants