Skip to content

Releases: nicoloval/NEMtropy

Motifs and Motivations

23 Jun 10:17
Compare
Choose a tag to compare

With this release we finally add the 3-nodes motifs. This means users will be able to:

  • count 3-nodes motifs on their networks
  • compute analytical expectation, standard deviation and z-score of the 3-motifs numerosity on a with respect to the null model provided by the solution of the dcm maximum entropy model computed by NEMtropy.
  • updated naming convention for 2-motifs and 3-motifs

You can find more information about the new functions in this notebook

Dyadic motifs now available!

11 Jun 13:14
ba51db3
Compare
Choose a tag to compare

With this release, we add functions to compute the dyadic motifs in a graph.

Corrections for BipartiteGraph

14 Apr 20:47
Compare
Choose a tag to compare

BipartiteGraph was buggy when having to return the bipartite projection in various formats and when computing its likelihood.

Some minor fixes.

31 Mar 11:26
0fb43dc
Compare
Choose a tag to compare

Minor changes:

  • Seed in ensemble sampler is not fixed anymore;
  • New functions "model_loglikelihood" returning the loglikelihood of the last run model computed in the solution;

Less buggy than ever!

10 Mar 10:21
Compare
Choose a tag to compare

It works without having to imagine things such as the name of the methods or having to set an initial guess even if it's optional!

Bugs, bugs and bugs.

26 Feb 15:54
Compare
Choose a tag to compare

The following bugs are fixed with this release:
- Initialise directed and undirected graph from edgelist with strings as a node label was not working;
- build_adjancy_from_edgelist function was raising a compilation error with some versions of Numba.

Requirementes, requirements, requirements...

16 Feb 10:24
Compare
Choose a tag to compare

Shame on us, we were so excited with yesterday new release, that we forgot some minor particulars...
Nothing to worry about! Everything is fixed now and ready to go.

BiCM: bipartite networks join the party

15 Feb 22:19
Compare
Choose a tag to compare

In this release a whole new typology of graphs is added: bipartite networks.
Thanks to Matteo, who just joined the team, his python package BiCM was fully integrated in NEMtropy.

For a full tutorial on the new suite of methods on bipartite networks please visit the tutorial.

See you soon space networks cowboys

numba.core dependency fixed

13 Feb 15:30
Compare
Choose a tag to compare
v1.0.6

Merge branch 'master' of https://github.com/nicoloval/NEMtropy

Bugs Fixing

09 Feb 22:13
Compare
Choose a tag to compare
1.0.5

fixed bugs