Skip to content

Commit e003ffb

Browse files
committed
chore: updated changelog [ci skip]
1 parent 64b4209 commit e003ffb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Vendored igraph was updated to version 0.9.6.
8+
59
### Fixed
610

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+
716
- Edge labels now take the curvature of the edge into account, thanks to
817
[@Sriram-Pattabiraman](https://github.com/Sriram-Pattabiraman).
918
([#457](https://github.com/igraph/python-igraph/pull/457))

0 commit comments

Comments
 (0)