Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps igraph from 0.11.8 to 1.0.0.

Release notes

Sourced from igraph's releases.

igraph 1.0.0

Added

  • Added Graph.Nearest_Neighbor_Graph().

  • Added node_in_weights argument to Graph.community_leiden().

  • Added align_layout() to align the principal axes of a layout nicely with screen dimensions.

  • Added Graph.commnity_voronoi().

  • Added Graph.commnity_fluid_communities().

Changed

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

  • Most layouts are now auto-aligned using align_layout().

  • Dropped support for PyPy 3.9 and PyPy 3.10 as they are now EOL.

Miscellaneous

  • Documentation improvements.

  • This is the last version that supports Python 3.9 as it will reach its end of life at the end of October 2025.

Full Changelog: igraph/python-igraph@0.11.9...1.0.0

igraph 0.11.9

Changed

  • Dropped support for Python 3.8 as it has now reached its end of life.

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

  • Added Graph.simple_cycles() to find simple cycles in the graph.

Changelog

Sourced from igraph's changelog.

[1.0.0] - 2025-10-23

Added

  • Added Graph.Nearest_Neighbor_Graph().

  • Added node_in_weights argument to Graph.community_leiden().

  • Added align_layout() to align the principal axes of a layout nicely with screen dimensions.

  • Added Graph.commnity_voronoi().

  • Added Graph.commnity_fluid_communities().

Changed

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

  • Most layouts are now auto-aligned using align_layout().

Miscellaneous

  • Documentation improvements.

  • This is the last version that supports Python 3.9 as it will reach its end of life at the end of October 2025.

[0.11.9] - 2025-06-11

Changed

  • Dropped support for Python 3.8 as it has now reached its end of life.

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

  • Added Graph.simple_cycles() to find simple cycles in the graph.

Commits
  • b16f276 chore: updated changelog, bumped version to 1.0.0
  • 8c55e23 doc: install iplotx when building documentation
  • 7bd368c Merge pull request #857 from iosonofabio/iplotx
  • f632a19 Merge branch 'main' into develop
  • bc9f26d Merge pull request #860 from igraph/dependabot/github_actions/pypa/cibuildwhe...
  • 65df5da build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1
  • e554597 Merge pull request #858 from igraph/dependabot/github_actions/pypa/cibuildwhe...
  • 2848d2a ci: skip Win32 build on CPython 3.14 because neither SciPy nor pandas have wh...
  • b851c77 fix: exclude free-threaded Python 3.14 builds from CI
  • 44b5dda build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.2.0
  • 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 <dependency name> 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)

Bumps [igraph](https://github.com/igraph/python-igraph) from 0.11.8 to 1.0.0.
- [Release notes](https://github.com/igraph/python-igraph/releases)
- [Changelog](https://github.com/igraph/python-igraph/blob/main/CHANGELOG.md)
- [Commits](igraph/python-igraph@0.11.8...1.0.0)

---
updated-dependencies:
- dependency-name: igraph
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 27, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant