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

Pin python-igraph to latest version 0.9.11 #239

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

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jun 8, 2022

This PR pins python-igraph to the latest release 0.9.11.

Changelog

0.9.10

Changed

- Vendored igraph was updated to version 0.9.8.

Fixed

- Fixed plotting of curved edges in the Cairo plotting backend.

- `setup.py` now looks for `igraph.pc` recursively in `vendor/install`; this
fixes building igraph from source in certain Linux distributions

- `Graph.shortest_paths()` does not crash with zero-length weight vectors any
more

- Fix a memory leak in `Graph.delete_vertices()` and other functions that
convert a list of vertex IDs internally to an `igraph_vs_t` object, see
[503](https://github.com/igraph/python-igraph/issues/503) for details.

- Fixed potential memory leaks in `Graph.maximum_cardinality_search()`,
`Graph.get_all_simple_paths()`, `Graph.get_subisomorphisms_lad()`, 
`Graph.community_edge_betweenness()`, as well as the `union` and `intersection`
operators.

- Fix a crash that happened when subclassing `Graph` and overriding `__new__()`
in the subclass; see [496](https://github.com/igraph/python-igraph/issues/496)
for more details.

- Documentation now mentions that we now support graphs of size 5 or 6 for
isomorphism / motif calculations if the graph is undirected
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant