Release Notes: GraSPy 0.1¶
We're happy to announce the release of GraSPy 0.1! GraSPy is a Python package for understanding the properties of random graphs that arise from modern datasets, such as social networks and brain networks.
For more information, please visit our website and our tutorials.
Highlights¶
This release is the result of over 2 months of work with over 18 pull requests by 3 contributors. Highlights include:
Added
MultipleASE
, which is a new method for embedding population of graphs.Added
mug2vec
withinpipieline
module, which learns a feature vector for population of graphs.
Improvements¶
Improved contribution guidelines.
Fixed bugs in
GaussianCluster
.symmeterize
function now usesavg
as default method.Fixed
dataset
module loading errors.Improve underlying ER sampling code.
API Changes¶
Added
sort_nodes
argument forheatmap
andgridplot
functions.
Deprecations¶
None
Contributors to this release¶
Kiki Zhang (new contributor!)