Skip to content

Commit 32cf609

Browse files
committed
update changelog and up-version
1 parent 1a728ee commit 32cf609

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.9.5
4+
* Fix `fast_random_hypergraph` fencepost errors. [#655](https://github.com/xgi-org/xgi/pull/655) (@nwlandry)
5+
* Split the GitHub actions for the tutorials and source code. [#659](https://github.com/xgi-org/xgi/pull/659) (@nwlandry)
6+
* Added `edgelw` keyword in `draw()`. (Closes Issue [#654](https://github.com/xgi-org/xgi/issues/654)) [#658](https://github.com/xgi-org/xgi/pull/658) (@maximelucas)
7+
* Switch from `lru_cache` to `cache`. (Closes Issue [#656](https://github.com/xgi-org/xgi/issues/656)) [#657](https://github.com/xgi-org/xgi/pull/657) (@nwlandry)
8+
* Fix fencepost errors in `uniform_erdos_renyi_hypergraph`. (Closes Issue [#652](https://github.com/xgi-org/xgi/issues/652)) [#653](https://github.com/xgi-org/xgi/pull/653) (@tlarock)
9+
* Fix/normalized hypergraph laplacian. (Closes Issue [#647](https://github.com/xgi-org/xgi/issues/647)) [#648](https://github.com/xgi-org/xgi/pull/648) (@kaiser-dan)
10+
* Fix sparse diag by upgrading SciPy and Numpy and dropping Python 3.9. (Closes Issue [#649](https://github.com/xgi-org/xgi/issues/649)) [#650](https://github.com/xgi-org/xgi/pull/650) (@maximelucas)
11+
312
## v0.9.4
413
* Support `DiHypergraph` in the `from_bipartite_graph` and `to_bipartite_graph` methods. [#633](https://github.com/xgi-org/xgi/pull/633) (@colltoaction)
514
* 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)

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.4"
25+
__version__ = "0.9.5"

0 commit comments

Comments
 (0)