We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b4209 commit e003ffbCopy full SHA for e003ffb
1 file changed
CHANGELOG.md
@@ -2,8 +2,17 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Vendored igraph was updated to version 0.9.6.
8
9
### Fixed
10
11
+- Fixed a performance bottleneck in `VertexSeq.select()` and `EdgeSeq.select()`
12
+ for the case when the `VertexSeq` or the `EdgeSeq` represents the whole
13
+ graph. See [#494](https://github.com/igraph/python-igraph/issues/494) for
14
+ more details.
15
16
- Edge labels now take the curvature of the edge into account, thanks to
17
[@Sriram-Pattabiraman](https://github.com/Sriram-Pattabiraman).
18
([#457](https://github.com/igraph/python-igraph/pull/457))
0 commit comments