Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Apr 22, 2024
1 parent 8d33b66 commit fb645ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## v0.8.5
* Added the ability to draw hypergraphs and dihypergraphs as a bipartite graph, as well as a bipartite spring layout and a `edge_positions_from _barycenters` function [#492](https://github.com/xgi-org/xgi/pull/492) (@nwlandry).
* Added the ability to draw hypergraphs and dihypergraphs as bipartite graphs, added a bipartite spring layout and the ability to place edge markers at the barycenters of the positions of their member nodes with the `edge_positions_from _barycenters` function [#492](https://github.com/xgi-org/xgi/pull/492) (@nwlandry).
* Updated the documentation to include (1) new relevant software packages organized by language, (2) documentation for the encapsulation DAG, (3) new gallery examples, (4) new projects using XGI, and (5) links to the XGI JOSS paper [#529](https://github.com/xgi-org/xgi/pull/529) (@nwlandry).
* Warn on unknown type of degree assortativity [#533](https://github.com/xgi-org/xgi/pull/533) (@doabell).
* More intelligible warning for unknown type of degree assortativity [#533](https://github.com/xgi-org/xgi/pull/533) (@doabell).
* Formatted the numbers in the XGI-DATA [table](https://xgi.readthedocs.io/en/stable/xgi-data.html) by locale [#532](https://github.com/xgi-org/xgi/pull/532) (@doabell).
* Added a hypergraph random edge shuffle method [#531](https://github.com/xgi-org/xgi/pull/531) (@doabell).
* Updated the return type of Katz centrality to be a dictionary and added it as a NodeStat [#530](https://github.com/xgi-org/xgi/pull/530) (@nwlandry).
Expand Down

0 comments on commit fb645ac

Please sign in to comment.