-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in HYP/hypernetx from hotfix/test-lint to develop * commit '10bd14e70d99f96dd3c841289f909769c25d6c62': bump: version 2.3.5 → 2.3.6 pre-commit edits remove numpy required version fixed some typos and updated the version of scipy updated test suite to use .toarray instead of .A to transform csr_matrix to numpy array pre-commit and version tag pre-commit and version tag
- Loading branch information
Showing
7 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
from hypernetx.utils import * | ||
from hypernetx.utils.toys import * | ||
|
||
__version__ = "2.3.5" | ||
__version__ = "2.3.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "hypernetx" | ||
version = "2.3.5" | ||
version = "2.3.6" | ||
description = "HyperNetX is a Python library for the creation and study of hypergraphs." | ||
authors = ["Brenda Praggastis <[email protected]>", "Dustin Arendt <[email protected]>", | ||
"Sinan Aksoy <[email protected]>", "Emilie Purvine <[email protected]>", | ||
|
@@ -29,6 +29,7 @@ scikit-learn = ">=1.4.2" | |
celluloid = ">=0.2.0" | ||
igraph = ">=0.11.4" | ||
decorator = ">=5.1.1" | ||
scipy = ">=1.13" | ||
|
||
[tool.poetry.group.widget] | ||
optional = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters