File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5454# Add any paths that contain custom static files (such as style sheets) here,
5555# relative to this directory. They are copied after the builtin static files,
5656# so a file named "default.css" will overwrite the builtin "default.css".
57- html_static_path = ['_static' ]
57+ html_static_path = []
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ perspective of stochastic block model inference.
1414This method works for single-layer and multi-layer networks, as well as for restricting focus to a fixed number of
1515communities when desired.
1616
17+ Additional information can be found in the journal article at https://doi.org/10.1038/s41598-022-20142-6 or the
18+ article's significantly more detailed `Supplementary Information `_.
19+
20+ .. _Supplementary Information : https://static-content.springer.com/esm/art%3A10.1038%2Fs41598-022-20142-6/MediaObjects/41598_2022_20142_MOESM1_ESM.pdf
21+
1722Prior to version v1.3.0, we used the Louvain algorithm for modularity maximization instead of Leiden. The deprecated
1823module ``modularitypruning.louvain_utilities `` now shims single-layer functions to their corresponding Leiden versions
1924in ``modularitypruning.leiden_utilities `` (though it still contains the legacy multi-layer functions since they can be
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'modularitypruning' ,
12- version = '1.3.2 ' ,
12+ version = '1.3.3 ' ,
1313 package_dir = {'modularitypruning' : 'utilities' },
1414 packages = ['modularitypruning' ],
1515 url = 'https://github.com/ragibson/ModularityPruning' ,
You can’t perform that action at this time.
0 commit comments