File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
615621a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
616622are 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
You can’t perform that action at this time.
0 commit comments