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.9.8 to 0.11.5 #38

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps igraph from 0.9.8 to 0.11.5.

Release notes

Sourced from igraph's releases.

igraph 0.11.5

Added

  • Added a prefixattr=... keyword argument to Graph.write_graphml() that allows the user to strip the g_, v_ and e_ prefixes from GraphML files written by igraph.

Changed

  • Graph.are_connected() has now been renamed to Graph.are_adjacent(), following up a similar change in the C core. The old name of the function is deprecated but will be kept around until at least 0.12.0.

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

  • Deprecated PyCObject API calls in the C code were replaced by calls to PyCapsule, thanks to @​DavidRConnell in igraph/python-igraph#763

  • get_shortest_path() documentation was clarified by @​JDPowell648 in igraph/python-igraph#764

  • It is now possible to link to an existing igraph C core on MSYS2, thanks to @​Kreijstal in igraph/python-igraph#770

Fixed

New Contributors

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

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.

igraph 0.11.3

Added

  • Added Graph.__invalidate_cache() for debugging and benchmarking purposes.

Changed

... (truncated)

Changelog

Sourced from igraph's changelog.

[0.11.5] - 2024-05-07

Added

  • Added a prefixattr=... keyword argument to Graph.write_graphml() that allows the user to strip the g_, v_ and e_ prefixes from GraphML files written by igraph.

Changed

  • Graph.are_connected() has now been renamed to Graph.are_adjacent(), following up a similar change in the C core. The old name of the function is deprecated but will be kept around until at least 0.12.0.

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

  • Deprecated PyCObject API calls in the C code were replaced by calls to PyCapsule, thanks to @​DavidRConnell in igraph/python-igraph#763

  • get_shortest_path() documentation was clarified by @​JDPowell648 in igraph/python-igraph#764

  • It is now possible to link to an existing igraph C core on MSYS2, thanks to @​Kreijstal in igraph/python-igraph#770

Fixed

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

[0.11.3] - 2023-11-19

... (truncated)

Commits
  • 8e7179c chore: bumped version to 0.11.5
  • 76a98b8 chore: updated pre-commit hooks
  • 1ffb073 chore: updated C core
  • c9c236f chore: update C core (and pick up attempted fix for linking error)
  • 973d961 chore: update C core
  • eb2e7e0 doc: clarify Weighted_Adjacency docs
  • bb8ca88 doc: update README.md styling
  • af4397d Merge pull request #770 from Kreijstal/patch-1
  • dbedbcd Linking with existing igraph on msys2
  • 19b5a45 chore: updated contributors list
  • 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

theCapypara commented 2 months ago

@dependabot rebase

dependabot[bot] commented 2 months ago

Looks like igraph is up-to-date now, so this is no longer needed.