SkyTemple / ExplorerScript

ExplorerScript and SSBScript: Script languages for decompiled SSB (Pokémon Mystery Dungeon Explorers of Sky)
MIT License
16 stars 6 forks source link

Bump igraph from 0.11.5 to 0.11.6 #65

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps igraph from 0.11.5 to 0.11.6.

Release notes

Sourced from igraph's releases.

igraph 0.11.6

Added

  • Added Graph.Hypercube() for creating n-dimensional hypercube graphs.
  • Added Graph.Chung_Lu() for sampling from the Chung-Lu model as well as several related models.
  • Added Graph.is_complete() to test if there is a connection between all distinct pairs of vertices.
  • Added Graph.is_clique() to test if a set of vertices forms a clique.
  • Added Graph.is_independent_vertex_set() to test if some vertices form an independent set.
  • Added Graph.mean_degree() for a convenient way to compute the average degree of a graph.

Changed

  • The C core of igraph was updated to version 0.10.13.
  • Graph.rewire() now attempts to perform edge swaps 10 times the number of edges by default.
  • Error messages issued when an attribute is not found now mention the name and type of that attribute.

Full Changelog: https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6

Changelog

Sourced from igraph's changelog.

[0.11.6] - 2024-07-08

Added

  • Added Graph.Hypercube() for creating n-dimensional hypercube graphs.

  • Added Graph.Chung_Lu() for sampling from the Chung-Lu model as well as several related models.

  • Added Graph.is_complete() to test if there is a connection between all distinct pairs of vertices.

  • Added Graph.is_clique() to test if a set of vertices forms a clique.

  • Added Graph.is_independent_vertex_set() to test if some vertices form an independent set.

  • Added Graph.mean_degree() for a convenient way to compute the average degree of a graph.

Changed

  • The C core of igraph was updated to version 0.10.13.

  • Graph.rewire() now attempts to perform edge swaps 10 times the number of edges by default.

  • Error messages issued when an attribute is not found now mention the name and type of that attribute.

Commits
  • 12ab69f ci: remove CentOS 7 specific hack from CI build
  • 83ddf7b Merge pull request #788 from igraph/dependabot/github_actions/pypa/cibuildwhe...
  • 2c2be04 fix: update script that fixes the CentOS build
  • ebd1c6f build(deps): bump pypa/cibuildwheel from 2.19.1 to 2.19.2
  • fa3bde6 chore: bumped version to 0.11.6
  • 333b393 fix: fix EOL in fixup_centos_7_in_ci.sh
  • b8123e6 chore: updated changelog
  • f4687d8 chore: update changelog
  • d4fc4d2 feat: is_clique() and is_independent_vertex_set()
  • 9dd5a58 Merge pull request #784 from igraph/feat/hypercube
  • 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)