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 demesdraw from 0.2.0 to 0.3.1 in /requirements/CI #119

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps demesdraw from 0.2.0 to 0.3.1.

Release notes

Sourced from demesdraw's releases.

0.3.1

  • Added mouseover annotation popups for interactive tubes plots.
  • Dropped support for Python 3.6.
  • Performance improvement when calculating tube positions.
  • Fix incompatibility with "legend" labels and matplotlib 3.6.0.

0.3.0

New features

  • Improved the default positions of demes in demesdraw.tubes() for tree-like models and more elaborate models with many demes. The previously used optimisation procedure (scipy's SLSQP) has been removed in favour of constrained convex optimisation using cvxpy.
  • Increased the default amount of space that separates demes in demesdraw.tubes(), and use more space when there are more contemporary demes (see demesdraw.util.separation_heuristic()).
  • Filter numpy warnings about overflow when using a log scale. The overflow in question is harmless and these warnings only serve to confuse users.

Breaking change

  • Removed the optimisation_rounds parameter to demesdraw.tubes().
Changelog

Sourced from demesdraw's changelog.

[0.3.1] - 2022-09-19

  • Added mouseover annotation popups for interactive tubes plots.
  • Dropped support for Python 3.6.
  • Performance improvement when calculating tube positions.
  • Fix incompatibility with "legend" labels and matplotlib 3.6.0.

[0.3.0] - 2022-01-08

  • Improved the default positions of demes in demesdraw.tubes() for tree-like models and more elaborate models with many demes. The previously used optimisation procedure (scipy's SLSQP) has been removed in favour of constrained convex optimisation using cvxpy.
  • Increased the default amount of space that separates demes in demesdraw.tubes(), and use more space when there are more contemporary demes (see demesdraw.utils.separation_heuristic()).
  • Filter numpy warnings about overflow when using a log scale. The overflow in question is harmless and these warnings only serve to confuse users.

Breaking change

  • Removed the optimisation_rounds parameter to demesdraw.tubes().
Commits
  • 8d9e34f Merge pull request #137 from grahamgower/mpl
  • bea2e47 Update changelog
  • 150e28b don't use deprecated matplotlib function
  • 884a2e1 Avoid ncol=0 for matplotlib legend()
  • 233d209 Merge pull request #135 from grahamgower/dependabot/pip/requirements/numpy-1....
  • 621a1b0 Bump numpy from 1.23.2 to 1.23.3 in /requirements
  • e3f1758 Merge pull request #133 from grahamgower/dependabot/pip/requirements/pytest-7...
  • 5bc6c63 Merge branch 'main' into dependabot/pip/requirements/pytest-7.1.3
  • db88c33 Merge pull request #134 from grahamgower/dependabot/pip/requirements/black-22...
  • 66c81ed Bump black from 22.6.0 to 22.8.0 in /requirements
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [demesdraw](https://github.com/grahamgower/demesdraw) from 0.2.0 to 0.3.1.
- [Release notes](https://github.com/grahamgower/demesdraw/releases)
- [Changelog](https://github.com/grahamgower/demesdraw/blob/main/CHANGELOG.md)
- [Commits](grahamgower/demesdraw@0.2.0...0.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants