Changelog
Source:NEWS.md
MixMashNet 1.0.0
Major updates
- Added
get_centrality()andget_edges()methods formixMN_fitandmultimixMN_fit, as well aslayer_slice()formultimixMN_fit. - Added the
find_bridge_layers()function. - Added support in
mixMN()andmultimixMN()for user-supplied functions in thecluster_methodargument. - Added the
cluster_argsargument tomixMN()andmultimixMN(). - The summaries of
mixMN()andmultimixMN()now display the top 10 intralayer and interlayer edges, respectively
MixMashNet 0.5.0
Major updates
- Added examples to
mixMN(),multimixNM(),community_scores()andupdate_palette().
MixMashNet 0.4.0
Major updates
- Added
print()andsummary()forcommunity_scores().
MixMashNet 0.3.0
Major updates
- Simplified the interface of
mixMN()andmultimixMN()by removing thetypeandlevelarguments. Variable types are now inferred automatically. - Community score computation is now restricted to gaussian, poisson and binary categorical variables.