File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# igraph Python interface changelog
2
2
3
- ## [ master ]
3
+ ## [ 0.11.5 ] - 2024-05-07
4
4
5
5
### Added
6
6
14
14
following up a similar change in the C core. The old name of the function
15
15
is deprecated but will be kept around until at least 0.12.0.
16
16
17
+ - The C core of igraph was updated to version 0.10.12.
18
+
17
19
## [ 0.11.4]
18
20
19
21
### Added
@@ -635,7 +637,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
635
637
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
636
638
are documented above.
637
639
638
- [ main ] : https://github.com/igraph/python-igraph/compare/0.11.4...main
640
+ [ main ] : https://github.com/igraph/python-igraph/compare/0.11.5...main
641
+ [ 0.11.5 ] : https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
639
642
[ 0.11.4 ] : https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4
640
643
[ 0.11.3 ] : https://github.com/igraph/python-igraph/compare/0.11.2...0.11.3
641
644
[ 0.11.2 ] : https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2
Original file line number Diff line number Diff line change 1
- __version_info__ = (0 , 11 , 4 )
1
+ __version_info__ = (0 , 11 , 5 )
2
2
__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments