Releases: stivalaa/EstimNetDirected
v3.8.5
v3.8.5 (27 March 2024)
- Implemented experimental change statistics FourCyclesNodePower, BipartiteFourCyclesNodePowerA, BipartiteFourCyclesNodePowerB
- More test cases, particularly for bipartite change statistics
- Removed incorrect experimental change statistics BipartiteAltK4CyclesA, BipartiteAltK4CyclesB from parser configuration table
Full Changelog: v3.8.4...v3.8.5
v3.8.4
v3.8.4 (8 January 2024)
- Experimental statistics BipartiteAltK4CyclesA, BipartiteAltK4CyclesB
- New statistics BipartiteIsolatesA, BipartiteIsolatesB
- New statistics BipartriteNodeMatchBetaA, BipartiteNodeMatchBetaB, BipartiteNodeMatchAlphaA, and BipartiteNodeMatchAlphaB equivalent to b1nodematch and b2nodematch in statnet, defined by Bomiriya et al. (2023)
Full Changelog: v3.8.3...v3.8.4
v3.8.3
For bipartite network goodness-of-fit plots, use mode A or mode B fraction of nodes as appropriate on degree distribution plots.
Removed dead link from README.
Full Changelog: v3.8.2...v3.8.3
v3.8.2
More bipartite change statistics (BipartiteTwoPathDiff, BipartiteTwoPathSum), more efficient threePaths computation, allow TwoPaths and AltTwoPaths for bipartite networks, more scripts for bipartite network examples, now handles Pajek bipartite .net files input where i j row has i > j, do cycle length distributions and bipartite clustering coefficients in GoF, more options on GoF script, parallelize some slow computations (e.g. geodesic distribution) in GoF script.
Full Changelog: v3.8.1...v3.8.2
v3.8.1
This release adds BinaryPairInteraction parameter for interaction of two binary attributes, in particular useful for two-mode networks, e.g.
attrInteractionParams = {BinaryPairInteraction(gender_Male, sector_Oil_and_Gas)}
Also includes the IsolatedEdges structural parameters.
Also adds options and plots on goodness-of-fit plot scripts for bipartite (two-mode) networks including plotting 4-cycle distributions.
Now allows quoted strings in config files (useful for filenames with spaces or other 'special' characters in them for example, as often found on MS-DOS style filenames on Windows PCs), and scripts convert characters like '-' and '' in parameter names to '.' (rather than '') in output for R processing as more 'R style' and also to reserve use of underscore to delimit attribute names in output files.
Full Changelog: v3.8...v3.8.1
v3.8
v3.7.3
This release includes new goodness-of-fit test for the citation ERGM (cERGM).
Full Changelog: v3.7.2...v3.7.3
v3.7.2
Now also handles undirected networks with "isDirected = False" in config file (then arclistFile is Pajek format undirected network with *edges rather than *arcs)- and use Edge rather than Arc in structParams (and other parameters appropriate for undirected rather than directed networks). See examples in examples/undirected/ directory.
Full Changelog: v3.7.1...v3.7.2
v3.7.1
Python demonstration implementation now uses Python 3 and not Python 2.
Full Changelog: v3.7...v3.7.1
This version has example config with self-edges (loops) and a bug fix
Examples of config files with loops (self-edges).
Correction for max num edges if both loops allowed and reciprocity not.