Fixed a performance bottleneck in VertexSeq.select() and EdgeSeq.select() for the case when the VertexSeq or the EdgeSeq represents the whole graph. See #494 for more details.
Edge labels now take the curvature of the edge into account, thanks to @Sriram-Pattabiraman. (#457)
igraph 0.9.8
🎉 python-igraph is now simply igraph, at least on PyPI.
❗ If you use python-igraph in the dependencies of any of your projects, please replace it with igraph instead. python-igraph is now a stub package on PyPI that depends on the matching version of the Python package named igraph. We will keep on updating python-igraph until Sep 1, 2022, after which python-igraph will not receive any updates.
🙏🏼 Many thanks to @patrickfuller for allowing us to useigraph as the package name on PyPI.
Other than that, the only change in this release compared to python-igraph 0.9.7 is that the setup script does not use distutils any more.
python-igraph 0.9.7
Added
Added support for graph chordality which was already available in the C core: Graph.is_chordal(), Graph.chordal_completion(), and
Graph.maximal_cardinality_search(). See PR #437 for more details. Thanks to @cptwunderlich for requesting this.
Graph.write() and Graph.Read() now accept Path objects as well as strings. See PR #441 for more details. Thanks to @jboynyc for the implementation.
This release contains wheels for Python 3.10, and also contains experimental Python wheels for the aarch64 architecture.
Changed
Improved performance of Graph.DataFrame(), thanks to @fwitter. See PR #418 for more details.
Fixed
Fixed the Apple Silicon wheels so they should now work out of the box on newer Macs with Apple M1 CPUs.
Fixed a bug that resulted in an unexpected error when plotting a graph with wrap_labels=True if the size of one of the vertices was zero or negative, thanks to @jboynyc. See PR #439 for more details.
Fixed a bug that sometimes caused random crashes in Graph.Realize_Degree_Sequence() and at other times caused weird errors in Graph.Read_Ncol() when it received an invalid data type.
python-igraph 0.9.6
Fixed
Version 0.9.5 accidentally broke the Matplotlib backend when it was invoked without the mark_groups=... keyword argument; this version fixes the issue. Thanks to @dschult for reporting it!
Fixed a performance bottleneck in VertexSeq.select() and EdgeSeq.select()
for the case when the VertexSeq or the EdgeSeq represents the whole
graph. See #494 for
more details.
Edge labels now take the curvature of the edge into account, thanks to
@Sriram-Pattabiraman.
(#457)
[0.9.8]
Changed
python-igraph is now simply igraph on PyPI. python-igraph will be
updated until Sep 1, 2022 but it will only be a stub package that pulls in
igraph as its only dependency, with a matching version number. Please
update your projects to depend on igraph instead of python-igraph to
keep on receiving updates after Sep 1, 2022.
Fixed
setup.py no longer uses distutils, thanks to
@limburgher.
(#449)
[0.9.7]
Added
Added support for graph chordality which was already available in the C core:
Graph.is_chordal(), Graph.chordal_completion(), and
Graph.maximal_cardinality_search(). See PR
#437 for more details.
Thanks to @cptwunderlich for requesting
this.
Graph.write() and Graph.Read() now accept Path objects as well as
strings. See PR #441 for
more details. Thanks to @jboynyc for the
implementation.
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 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 python-igraph from 0.9.0 to 0.9.9.
Release notes
Sourced from python-igraph's releases.
... (truncated)
Changelog
Sourced from python-igraph's changelog.
... (truncated)
Commits
fbe25df
chore: bumped version to 0.9.9e9f83e8
fix: interfaces/ folder should not be pruned from the source tarball any moredd8390b
chore: updated vendored igraph to 0.9.644da93d
fix: do not use Py_BuildValue() for simpler casese003ffb
chore: updated changelog [ci skip]64b4209
fix: speed up VertexSeq.select() and EdgeSeq.select() for the whole-graph cas...8994aa6
chore: updated vendored igraph to nearly-0.9.69cfdb4f
fix: don't build tests when building vendored igraphe3fc166
doc: added information in the documentation about the MSVC redistributablesa67eb19
doc: emphasize that the Configuration object is supposed to be used as a sing...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 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)