You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## v0.9.4
4
+
* Support `DiHypergraph` in the `from_bipartite_graph` and `to_bipartite_graph` methods. [#633](https://github.com/xgi-org/xgi/pull/633) (@colltoaction)
* Improved changelog generator to link issues closed by PRs. (Closes Issue [#627](https://github.com/xgi-org/xgi/issues/627)) [#639](https://github.com/xgi-org/xgi/pull/639) (@nwlandry)
7
+
* Added new publication references. [#638](https://github.com/xgi-org/xgi/pull/638) (@nwlandry)
8
+
* Fix issue with load_xgi_data HIF. [#637](https://github.com/xgi-org/xgi/pull/637) (@nwlandry)
9
+
* Add metadata attributes to ashist() for improved plotting. [#635](https://github.com/xgi-org/xgi/pull/635) (@willcollins10)
10
+
3
11
## v0.9.3
4
12
* Added the ability for `load_xgi_data` to read HIF and added HIF dicts to the convert module. [#613](https://github.com/xgi-org/xgi/pull/613) (@nwlandry)
5
13
* Added a custom Changelog generator to use XGI formatting. [#626](https://github.com/xgi-org/xgi/pull/626) (@nwlandry)
0 commit comments