Skip to content

Commit

Permalink
Pull request #124: Update modularity add conductance
Browse files Browse the repository at this point in the history
Merge in HYP/hypernetx from update-modularity-add-conductance to master

* commit '96b5c9342d28cefa379ae44c1daec2c8f134170e':
  bump: version 2.0.5 → 2.1.0
  Add conductance, tests
  Move modularity tutorial
  Refactor hypergraph_modularity; add tutorial
  • Loading branch information
bonicim authored and brendapraggastis committed Nov 9, 2023
2 parents 38638a6 + 96b5c93 commit 93fee91
Show file tree
Hide file tree
Showing 16 changed files with 16,704 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.5"
version = "2.1.0"
version_files = [
"setup.py",
"docs/source/conf.py",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os


__version__ = "2.0.5"
__version__ = "2.1.0"


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
2 changes: 1 addition & 1 deletion hypernetx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from hypernetx.utils import *
from hypernetx.utils.toys import *

__version__ = "2.0.5"
__version__ = "2.1.0"
2 changes: 0 additions & 2 deletions hypernetx/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from hypernetx.algorithms.hypergraph_modularity import (
dict2part,
part2dict,
precompute_attributes,
linear,
majority,
strict,
Expand Down Expand Up @@ -110,7 +109,6 @@
# hypergraph_modularity API's
"dict2part",
"part2dict",
"precompute_attributes",
"linear",
"majority",
"strict",
Expand Down
Loading

0 comments on commit 93fee91

Please sign in to comment.