Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Oct 17, 2024
1 parent b7282bc commit 1fa9839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1fa9839

Please sign in to comment.