diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d89d26..b13e34ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## v0.9.1 * Fixed Issue [#361](https://github.com/xgi-org/xgi/issues/361) for `random_hypergraph` [#597](https://github.com/xgi-org/xgi/pull/597) (@nwlandry). -- Added the ability to generate Erdős-Rényi hypergraphs without multiedges [#596](https://github.com/xgi-org/xgi/pull/596) (@nwlandry). -- Added support for Python 3.13 [#599](https://github.com/xgi-org/xgi/pull/599) (@nwlandry). -- Added a module for simpliciality measures [#587](https://github.com/xgi-org/xgi/pull/587) (@nwlandry). -- Tweaked the HIF read/write functions to match updates [#598](https://github.com/xgi-org/xgi/pull/598) (@nwlandry). -- Added a conditional API note [#595](https://github.com/xgi-org/xgi/pull/595) (@nwlandry). -- Fixed broken links in the README [#594](https://github.com/xgi-org/xgi/pull/594) (@nwlandry). +* Added the ability to generate Erdős-Rényi hypergraphs without multiedges [#596](https://github.com/xgi-org/xgi/pull/596) (@nwlandry). +* Added support for Python 3.13 [#599](https://github.com/xgi-org/xgi/pull/599) (@nwlandry). +* Added a module for simpliciality measures [#587](https://github.com/xgi-org/xgi/pull/587) (@nwlandry). +* Tweaked the HIF read/write functions to match updates [#598](https://github.com/xgi-org/xgi/pull/598) (@nwlandry). +* Added a conditional API note [#595](https://github.com/xgi-org/xgi/pull/595) (@nwlandry). +* Fixed broken links in the README [#594](https://github.com/xgi-org/xgi/pull/594) (@nwlandry). ## v0.9 * Added methods to (1) cut networks by order (`cut_to_order`) and (2) generate the k-skeleton of a SC (`k_skeleton`) [#578](https://github.com/xgi-org/xgi/pull/578) (@thomasrobiglio).