Skip to content

Commit 12f5a82

Browse files
authored
3.1.0 release (#1033)
* add release notes * bump version
1 parent 44b0500 commit 12f5a82

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/reference/release.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release Log
44
===========
55

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+
613
graspologic 3.0.0
714
-----------------
815
- Corrected contributing guidelines

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = graspologic
3-
version = 3.0.0
3+
version = 3.1.0
44

55
description = A set of python modules for graph statistics
66
long_description = file: README.md

0 commit comments

Comments
 (0)