Skip to content

Commit f8b16dd

Browse files
committed
chore: reformatted changelog
1 parent 0ce318e commit f8b16dd

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Dropped support for Python 3.8 as it has now reached its end of life.
88

99
- The C core of igraph was updated to version 0.10.15.
10+
1011
- Added `Graph.simple_cycles()` to find simple cycles in the graph.
1112

1213
## [0.11.8] - 2024-10-25
@@ -44,30 +45,30 @@
4445

4546
### Added
4647

47-
- Added `Graph.Hypercube()` for creating n-dimensional hypercube graphs.
48+
- Added `Graph.Hypercube()` for creating n-dimensional hypercube graphs.
4849

49-
- Added `Graph.Chung_Lu()` for sampling from the Chung-Lu model as well as
50+
- Added `Graph.Chung_Lu()` for sampling from the Chung-Lu model as well as
5051
several related models.
5152

52-
- Added `Graph.is_complete()` to test if there is a connection between all
53+
- Added `Graph.is_complete()` to test if there is a connection between all
5354
distinct pairs of vertices.
5455

55-
- Added `Graph.is_clique()` to test if a set of vertices forms a clique.
56+
- Added `Graph.is_clique()` to test if a set of vertices forms a clique.
5657

57-
- Added `Graph.is_independent_vertex_set()` to test if some vertices form an
58+
- Added `Graph.is_independent_vertex_set()` to test if some vertices form an
5859
independent set.
5960

60-
- Added `Graph.mean_degree()` for a convenient way to compute the average
61+
- Added `Graph.mean_degree()` for a convenient way to compute the average
6162
degree of a graph.
6263

6364
### Changed
6465

65-
- The C core of igraph was updated to version 0.10.13.
66+
- The C core of igraph was updated to version 0.10.13.
6667

67-
- `Graph.rewire()` now attempts to perform edge swaps 10 times the number of
68+
- `Graph.rewire()` now attempts to perform edge swaps 10 times the number of
6869
edges by default.
6970

70-
- Error messages issued when an attribute is not found now mention the name
71+
- Error messages issued when an attribute is not found now mention the name
7172
and type of that attribute.
7273

7374
## [0.11.5] - 2024-05-07
@@ -88,18 +89,18 @@
8889

8990
- Deprecated `PyCObject` API calls in the C code were replaced by calls to
9091
`PyCapsule`, thanks to @DavidRConnell in
91-
https://github.com/igraph/python-igraph/pull/763
92+
<https://github.com/igraph/python-igraph/pull/763>
9293

9394
- `get_shortest_path()` documentation was clarified by @JDPowell648 in
94-
https://github.com/igraph/python-igraph/pull/764
95+
<https://github.com/igraph/python-igraph/pull/764>
9596

9697
- It is now possible to link to an existing igraph C core on MSYS2, thanks to
97-
@Kreijstal in https://github.com/igraph/python-igraph/pull/770
98+
@Kreijstal in <https://github.com/igraph/python-igraph/pull/770>
9899

99100
### Fixed
100101

101102
- Bugfix in the NetworkX graph conversion code by @rmmaf in
102-
https://github.com/igraph/python-igraph/pull/767
103+
<https://github.com/igraph/python-igraph/pull/767>
103104

104105
## [0.11.4]
105106

@@ -720,7 +721,7 @@
720721
## [0.8.3]
721722

722723
This is the last released version of `python-igraph` without a changelog file.
723-
Please refer to the commit logs at https://github.com/igraph/python-igraph for
724+
Please refer to the commit logs at <https://github.com/igraph/python-igraph> for
724725
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
725726
are documented above.
726727

0 commit comments

Comments
 (0)