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

Bump demes from 0.1.2 to 0.2.2 in /requirements/CI-tests-conda #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps demes from 0.1.2 to 0.2.2.

Release notes

Sourced from demes's releases.

0.2.2

Better conformance to the spec. Minor discrepancies between demes-python and the reference implementation have been resolved.

  • Dropped support for Python 3.6 (@​grahamgower, #445, #446)
  • Reject bad defaults, even if they're not used. (@​grahamgower, #443, #430)
  • Set encoding to UTF-8 explicitly. This fixes unicode deme names on Windows. (@​grahamgower, #430)
  • Graph.description and Deme.description can no longer be None. A missing description will now be resolved to the empty string. (@​grahamgower, #429, #430)
  • Graph.generation_time can no longer be None. When time_units are generations, a missing generation_time will now be resolved to 1 and other values are an error. (@​grahamgower, #429, #430)
  • Permit selfing_rate + cloning_rate >= 1. Both values must be between zero and one (inclusive), but the selfing_rate is now defined as conditional on sexual reproduction (which occurs at rate 1 - cloning_rate). (@​grahamgower, #425, #423)

0.2.1

New features:

  • Support for the metadata field at the toplevel of a YAML file. The is a dictionary that may contain arbitrary nested data. (@​grahamgower, #275, #392).

Bug fixes:

  • The string "Infinity" is now accepted when using load_all(), just like for load() and loads(). This fixes loading fully-resolved models with the CLI. (@​grahamgower, #394, #395).

Breaking changes:

  • The demes.hypothesis_strategies.graphs() function for generating a random Graph has been removed. This was buggy and not usable as originally intended. (@​grahamgower, #360, #397).

0.2.0

New features:

... (truncated)

Changelog

Sourced from demes's changelog.

0.2.2 - 2022-04-28

Better conformance to the spec. Minor discrepancies between demes-python and the reference implementation have been resolved.

  • Dropped support for Python 3.6 ({user}grahamgower, {issue}445, {pr}446)
  • Reject bad defaults, even if they're not used. ({user}grahamgower, {issue}443, {pr}430)
  • Set encoding to UTF-8 explicitly. This fixes unicode deme names on Windows. ({user}grahamgower, {pr}430)
  • Graph.description and Deme.description can no longer be None. A missing description will now be resolved to the empty string. ({user}grahamgower, {issue}429, {pr}430)
  • Graph.generation_time can no longer be None. When time_units are generations, a missing generation_time will now be resolved to 1 and other values are an error. ({user}grahamgower, {issue}429, {pr}430)
  • Permit selfing_rate + cloning_rate >= 1. Both values must be between zero and one (inclusive), but the selfing_rate is now defined as conditional on sexual reproduction (which occurs at rate 1 - cloning_rate). ({user}grahamgower, {issue}425, {pr}423)

0.2.1 - 2021-12-07

New features:

  • Support for the metadata field at the toplevel of a YAML file. The is a dictionary that may contain arbitrary nested data. ({user}grahamgower, {issue}275, {pr}392).

Bug fixes:

  • The string "Infinity" is now accepted when using load_all(), just like for load() and loads(). This fixes loading fully-resolved models with the CLI. ({user}grahamgower, {issue}394, {pr}395).

Breaking changes:

  • The demes.hypothesis_strategies.graphs() function for generating a random Graph has been removed. This was buggy and not usable as originally intended. ({user}grahamgower, {issue}360, {pr}397).

0.2.0 - 2021-12-01

New features:

... (truncated)

Commits
  • cec337a Merge pull request #448 from grahamgower/changelog
  • e6e6f2a Merge pull request #447 from grahamgower/mergify
  • ffa7004 Update changelog to prepare for release
  • 6b2c191 Update mergify config.
  • 58bc5b1 Merge pull request #430 from grahamgower/spec
  • f8eea92 Reject bad defaults, even if they're not used
  • 610f208 Set encoding to utf8 for Windows compatibility
  • 7cc495e Add empty fields to full-qualified output.
  • 6d4bf3d Test the demes-python implementation against the spec.
  • 83a6d09 Merge pull request #446 from grahamgower/bump
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [demes](https://github.com/popsim-consortium/demes-python) from 0.1.2 to 0.2.2.
- [Release notes](https://github.com/popsim-consortium/demes-python/releases)
- [Changelog](https://github.com/popsim-consortium/demes-python/blob/main/CHANGELOG.md)
- [Commits](popsim-consortium/demes-python@0.1.2...0.2.2)

---
updated-dependencies:
- dependency-name: demes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

The following labels could not be found: dependancy-upgrade.

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.

0 participants