Skip to content

Commit a90ccaa

Browse files
committed
chore: update CHANGELOG, bump patch
1 parent ddb7205 commit a90ccaa

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.10.1
4+
5+
* Fix slow test collection and matplotlib GUI popups. [#686](https://github.com/xgi-org/xgi/pull/686) (@leotrs)
6+
* Speedup imports. [#676](https://github.com/xgi-org/xgi/pull/676) (@nwlandry)
7+
* Update hypergraph_matrix.py. [#682](https://github.com/xgi-org/xgi/pull/682) (@GavinAnderberg)
8+
* fix JSON error. [#677](https://github.com/xgi-org/xgi/pull/677) (@nwlandry)
9+
* Improved the hypergraph equality method. [#671](https://github.com/xgi-org/xgi/pull/671) (@nwlandry)
10+
* Add eq methods to IDView and IDStat. [#646](https://github.com/xgi-org/xgi/pull/646) (@nwlandry)
11+
* added 2 gallery examples. [#669](https://github.com/xgi-org/xgi/pull/669) (@maximelucas)
12+
313
## v0.10
414
* Added a recipe for community detection. [#668](https://github.com/xgi-org/xgi/pull/668) (@nwlandry)
515
* 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)
@@ -423,4 +433,4 @@ Contributors: @iaciac, @leotrs, @lordgrilo, @maximelucas, @nwlandry, and @tlaroc
423433
* Added functions for finding and removing isolates
424434
* Refactored the `has_edge()` method in the Hypergraph class.
425435

426-
Contributors: @leotrs, @maximelucas, and @nwlandry
436+
Contributors: @leotrs, @maximelucas, and @nwlandry

xgi/__init__.py

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

26-
__version__ = "0.10"
26+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)