diff --git a/404.html b/404.html index d1e7b215..a6e7872b 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index 8c4c2354..0d7708a5 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 53020c9b..e44ac9cf 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/LICENSE-text.html b/LICENSE-text.html index 7d63ddef..85e4aba4 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/LICENSE.html b/LICENSE.html index 1c0f2e43..58e8007e 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/authors.html b/authors.html index 3b0811cd..92b0c1db 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/index.html b/index.html index e5b74fa1..604b4107 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ migraph - 1.4.1 + 1.4.2 diff --git a/news/index.html b/news/index.html index bde77c8e..ed092cc5 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ migraph - 1.4.1 + 1.4.2 @@ -60,7 +60,18 @@

Changelog

- + +

2024-09-04

+
+

Package

+
+
+

Models

+
+
+
+

2024-07-19

Package

@@ -101,7 +112,7 @@

Modelstest_fit() no longer measures fit against steps where there is no covariance -
  • Fixed bug in test_random() where parameters were passed to manynet::generate_random() instead of the original object, which is processed more intuitively within manynet::generate_random() (thanks @RWKrause)
  • +
  • Fixed bug in test_random() where parameters were passed to manynet::generate_random() instead of the original object, which is processed more intuitively within manynet::generate_random() (thanks @RWKrause)
  • Corrected that test_random() returns results on edge-conditioned uniform graphs, not size
  • Reexported ggplot2::scale_y_discrete()
  • @@ -577,9 +588,9 @@

    Marks

    Manipulations

    -
    • Added several new functions for splitting networks into a list of networks
      • Added to_components() to return the components of a network as a list of networks
      • -
      • Added to_egos() to return the ego networks of a network as a list of networks
      • -
      • Added to_subgraphs() to return attribute-based subgraphs as a list of networks
      • +
        • Added several new functions for splitting networks into a list of networks
          • Added to_components() to return the components of a network as a list of networks
          • +
          • Added to_egos() to return the ego networks of a network as a list of networks
          • +
          • Added to_subgraphs() to return attribute-based subgraphs as a list of networks

    Measures

    @@ -647,7 +658,7 @@

    Package

    Makes

    -

    Manipulating

    @@ -695,7 +706,7 @@

    Package

    Make

    • -create_lattice() now conforms to other create_*() functions in how it interprets "n"
      • from an inferred "n" for a one-mode network, it will create a transitive lattice of as even dimensions as possible
      • +create_lattice() now conforms to other create_*() functions in how it interprets "n"
        • from an inferred "n" for a one-mode network, it will create a transitive lattice of as even dimensions as possible
        • for a two-mode network, this depends on how balanced the two modes are, and is still a work in progress… (WIP)

    @@ -985,16 +996,16 @@

    Package

    Making

    Manipulation

    @@ -1114,7 +1125,7 @@

    Package

    Making

    -
    • Folded m argument into p for generate_random(), p can now be passed an integer to indicate the number of ties the network should have

    +

    Manipulation

    @@ -1563,8 +1574,8 @@

    Classes

    Data

    -

    Measures

    @@ -1870,13 +1881,13 @@

    Data
  • Updated mpn_bristol documentation

  • -

    Added create_star() function

    +

    Added create_star() function

    • Added in-star/out-star option via directed = argument
    • Updated create_ documentation
  • -

    Renamed sample_affiliation() to generate_random()

    -
  • @@ -1968,12 +1979,12 @@

    Data
  • Reconstructed several creation functions to take universal (one-mode/two-mode) input: specifying n = 5 creates a one-mode network, while specifying n = c(5, 5) creates a two-mode network

    -