Skip to content

Commit b86da86

Browse files
committed
Update changelog and up-version
1 parent 55ecf68 commit b86da86

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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)
5+
* feat: added seed to shuffle-hypedges. (Closes Issue [#644](https://github.com/xgi-org/xgi/issues/644)) [#645](https://github.com/xgi-org/xgi/pull/645) (@maximelucas)
6+
* 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+
311
## v0.9.3
412
* 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)
513
* Added a custom Changelog generator to use XGI formatting. [#626](https://github.com/xgi-org/xgi/pull/626) (@nwlandry)

xgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
from .stats import *
2323

2424

25-
__version__ = "0.9.3"
25+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)