Skip to content

Commit 4fbe285

Browse files
committed
Updated changelog and up-versioned
1 parent 9a38a82 commit 4fbe285

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.10
4+
* Added a recipe for community detection. [#668](https://github.com/xgi-org/xgi/pull/668) (@nwlandry)
5+
* Added a community detection module and a method for community detection using spectral clustering. [#665](https://github.com/xgi-org/xgi/pull/665) (@kaiser-dan)
6+
* Add `mode` to `stats` module. [#667](https://github.com/xgi-org/xgi/pull/667) (@nwlandry)
7+
* Updated contributors and changed the default behavior of the adjacency tensor to be normalized. [#666](https://github.com/xgi-org/xgi/pull/666) (@nwlandry)
8+
* Added an adjacency tensor function. [#664](https://github.com/xgi-org/xgi/pull/664) (@maximelucas)
9+
* Added Zulip as a sponsor and added references to the "Using XGI" page. (Closes Issue [#660](https://github.com/xgi-org/xgi/issues/660)) [#662](https://github.com/xgi-org/xgi/pull/662) (@nwlandry)
10+
311
## v0.9.5
412
* Fix `fast_random_hypergraph` fencepost errors. [#655](https://github.com/xgi-org/xgi/pull/655) (@nwlandry)
513
* Split the GitHub actions for the tutorials and source code. [#659](https://github.com/xgi-org/xgi/pull/659) (@nwlandry)

xgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
from .stats import *
2525

2626

27-
__version__ = "0.9.5"
27+
__version__ = "0.10"

0 commit comments

Comments
 (0)