jnidzwetzki / pg-lock-tracer

A eBPF based lock tracer for the PostgreSQL database
https://pypi.org/project/pg-lock-tracer/
Apache License 2.0
135 stars 16 forks source link

Bump igraph from 0.11.3 to 0.11.4 #162

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps igraph from 0.11.3 to 0.11.4.

Release notes

Sourced from igraph's releases.

igraph 0.11.4

Added

  • Added Graph.Prufer() to construct a graph from a Prüfer sequence.

  • Added Graph.Bipartite_Degree_Sequence() to construct a bipartite graph from a bidegree sequence.

Fixed

  • Fixed import of graph-tool graphs for vertex properties where each property has a vector value.

  • Graph.Adjacency() now accepts Matrix instances and other sequences as an input, it is not limited to lists-of-lists-of-ints any more.

Changelog

Sourced from igraph's changelog.

[0.11.4]

Added

  • Added Graph.Prufer() to construct a graph from a Prüfer sequence.

  • Added Graph.Bipartite_Degree_Sequence() to construct a bipartite graph from a bidegree sequence.

Fixed

  • Fixed import of graph-tool graphs for vertex properties where each property has a vector value.

  • Graph.Adjacency() now accepts Matrix instances and other sequences as an input, it is not limited to lists-of-lists-of-ints any more.

Commits
  • e594422 chore: bumped version to 0.11.4
  • a95e22f doc: clarify specification of same color for all vertices when plotting
  • beefef0 chore: updated changelog [ci skip]
  • b5a4a44 chore: update C core to 0.10.10
  • eb9c9ca Merge pull request #756 from igraph/feat/realize_bipartite_degree_sequence
  • d4c8fe0 fix: make sure that degrees2 is not optional in Graph.Realize_Bipartite_Degre...
  • a607205 feat: Realize_Bipartite_Degree_Sequence()
  • bbf8bde chore: update C core to 0.10.9
  • 5fb9c05 docs: fix some typos
  • a88431f ci: update cibuildwheel
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)