We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b0500 commit 12f5a82Copy full SHA for 12f5a82
2 files changed
docs/reference/release.rst
@@ -3,6 +3,13 @@
3
Release Log
4
===========
5
6
+graspologic 3.1.0
7
+-----------------
8
+- Added density and group connection tests
9
+ `#1032 <https://github.com/microsoft/graspologic/pull/1032>`
10
+- Fixed NetworkX 3 compatibility and switched to sparse arrays
11
+ `#1018 <https://github.com/microsoft/graspologic/commit/13d0d466fd1f28c6504b83ae63c16e53c4445997>`
12
+
13
graspologic 3.0.0
14
-----------------
15
- Corrected contributing guidelines
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = graspologic
-version = 3.0.0
+version = 3.1.0
description = A set of python modules for graph statistics
long_description = file: README.md
0 commit comments