Skip to content

Commit beefef0

Browse files
committed
chore: updated changelog [ci skip]
1 parent b5a4a44 commit beefef0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# igraph Python interface changelog
22

3-
## [main]
3+
## [0.11.4]
44

55
### Added
66

77
- Added `Graph.Prufer()` to construct a graph from a Prüfer sequence.
88

9+
- Added `Graph.Bipartite_Degree_Sequence()` to construct a bipartite graph from
10+
a bidegree sequence.
11+
912
### Fixed
1013

1114
- Fixed import of `graph-tool` graphs for vertex properties where each property
1215
has a vector value.
1316

17+
- `Graph.Adjacency()` now accepts `Matrix` instances and other sequences as an
18+
input, it is not limited to lists-of-lists-of-ints any more.
19+
1420
## [0.11.3] - 2023-11-19
1521

1622
### Added
@@ -615,7 +621,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
615621
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
616622
are documented above.
617623

618-
[main]: https://github.com/igraph/python-igraph/compare/0.11.3...main
624+
[main]: https://github.com/igraph/python-igraph/compare/0.11.4...main
625+
[0.11.4]: https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4
619626
[0.11.3]: https://github.com/igraph/python-igraph/compare/0.11.2...0.11.3
620627
[0.11.2]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2
621628
[0.11.0]: https://github.com/igraph/python-igraph/compare/0.10.8...0.11.0

0 commit comments

Comments
 (0)