Calling plot() without a filename or a target surface is now deprecated.
The original intention was to plot to a temporary file and then open it in
the default image viewer of the platform of the user automatically, but this
has never worked reliably. The feature will be removed in 0.10.0.
Fixed
Fixed plotting of VertexClustering objects on Matplotlib axes.
The IGRAPH_CMAKE_EXTRA_ARGS environment variable is now applied after the
default CMake arguments when building the C core of igraph from source. This
enables package maintainers to override any of the default arguments we pass
to CMake.
Fixed the documentation build by replacing Epydoc with PyDoctor.
Miscellaneous
Building python-igraph from source should not require flex and bison
any more; sources of the parsers used by the C core are now included in the
Python source tarball.
Many old code constructs that were used to maintain compatibility with Python
2.x are removed now that we have dropped support for Python 2.x.
Reading GraphML files is now also supported on Windows if you use one of the
official Python wheels.
Calling plot() without a filename or a target surface is now deprecated.
The original intention was to plot to a temporary file and then open it in
the default image viewer of the platform of the user automatically, but this
has never worked reliably. The feature will be removed in 0.10.0.
Fixed
Fixed plotting of VertexClustering objects on Matplotlib axes.
The IGRAPH_CMAKE_EXTRA_ARGS environment variable is now applied after the
default CMake arguments when building the C core of igraph from source. This
enables package maintainers to override any of the default arguments we pass
to CMake.
Fixed the documentation build by replacing Epydoc with PyDoctor.
Miscellaneous
Building python-igraph from source should not require flex and bison
any more; sources of the parsers used by the C core are now included in the
Python source tarball.
Many old code constructs that were used to maintain compatibility with Python
2.x are removed now that we have dropped support for Python 2.x.
Reading GraphML files is now also supported on Windows if you use one of the
official Python wheels.
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.1.
Release notes
Sourced from python-igraph's releases.
Changelog
Sourced from python-igraph's changelog.
Commits
1137bc1
chore: bumped version to 0.9.120d0b04
test: restore tox.ini, it is useful to test things locally [ci skip]bdafc25
doc: scripts/mkdoc.sh now ensures that python-igraph is installed from a whee...ace6896
doc: fix a warning when generating the API docs [ci skip]389c255
CI: Updated (#378)2b9a691
Added unittest for GraphML (#377)5e08c52
doc: remove Appveyor badge from README [ci skip]70c06b1
fix: removed unused x11torgb.py scriptc89fe03
Add GraphML support for Windows wheels (#375)35a47ba
fix: use deferred import for matplotlib to cut down on import timeDependabot 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)