Skip to content

Releases: stocnet/migraph

Release v1.4.2

04 Sep 11:32
fbeaea8
Compare
Choose a tag to compare
Merge pull request #298 from stocnet/develop

v1.4.2

Release v1.4.1

19 Jul 11:25
88dfd15
Compare
Choose a tag to compare
Merge pull request #296 from stocnet/develop

v1.4.1

Release v1.4.0

19 Jul 07:51
74b8590
Compare
Choose a tag to compare
Merge pull request #295 from stocnet/develop

v1.4.0

Release v1.3.4

07 Mar 15:49
650b5c5
Compare
Choose a tag to compare
Merge pull request #294 from stocnet/develop

#v1.3.4

Release v1.3.3

07 Mar 11:43
d58d036
Compare
Choose a tag to compare
Merge pull request #293 from stocnet/develop

v1.3.3

Release v1.3.2

25 Jan 19:47
4082e57
Compare
Choose a tag to compare
Merge pull request #290 from stocnet/develop

v1.3.2

Release v1.3.1

25 Jan 10:53
ea4f16e
Compare
Choose a tag to compare

2024-01-24

Package

  • Completed significant documentation updates

Measures

  • over_*() now reverts future plan on exit

Motifs

  • node_brokerage_census() and network_brokerage_census() now treat two-mode networks correctly (closed #35)

Models

  • test_random() now reverts future plan on exit
  • test_permutation() now reverts future plan on exit
  • network_reg() now reverts future plan on exit

Release v1.3.0

25 Jan 09:09
ea4f16e
Compare
Choose a tag to compare

Package

  • Migrated package repository to 'stocnet' organisation
  • Significant documentation updates

Marks

  • Migrated remaining marks functions to {manynet}

Measures

  • Added network_change() to measure the Hamming distance between two or more networks
  • Added network_stability() to measure the Jaccard index between two or more networks
  • Added network_spatial() to measure spatial association (Moran's I, closes #209)
  • Added node_deg() for a non-normalised version of node_degree()
  • node_degree() now normalises strength centrality
  • Added node_induced() to measure nodes' induced betweenness centralities
  • Added node_flow() to measure nodes' flow betweenness centralities (closes #195)
  • Added node_information() to measure nodes' information or current-flow closeness centralities (closes #194)
  • Added node_multidegree() to measure the ratio of one type of tie in a multiplex network to another
  • Added node_posneg() measures the PN centrality of signed networks

Members

  • Fixed #287 by making node_tie_census() and node_triad_census() work with the new multiplex format in {manynet} (which relies on a "type" tie attribute rather than multiple tie attributes)
    • This restores functionality to node_structural_equivalence() and node_regular_equivalence()
    • Incidental speed improvements
  • Added node_fluid() community detection algorithm
  • Added node_roulette() for identifying groups of nodes that haven't interacted before

Models

  • Migrated play_*() functions to {manynet}, including as_diffusion() and the diffusion tutorial
  • Added specification advice to network_reg() so that specifications that include a 'sim' or 'same' effect for a variable are encouraged to also include more elementary 'ego' and 'alter' effects
  • network_reg() now ignores the LHS of the formula for uniplex networks

Release v1.2.0

17 Dec 21:48
7aff1cb
Compare
Choose a tag to compare
Merge pull request #286 from snlab-ch/develop

v1.2.0

Release v1.1.9

13 Dec 12:55
11f1a19
Compare
Choose a tag to compare
Merge pull request #285 from snlab-ch/develop

v1.1.9