Skip to content

Commit

Permalink
Updated NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Sep 29, 2024
1 parent 733aa11 commit 8228e01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ statnet.common 4.10.0
used by `sginv()` if `snnd=TRUE`; and `xTAx_eigen()` and
`xTAx_seigen()` to evaluate the inverse quadratic form using
eigendecomposition.
- `lweighted.var()` and `lweighted.cov()` now take an additional
argument `onerow=` to specify what they should return (`NA`, 0, or
something else) if the input matrix has one row.
- A new function `var.mcmc.list()` "method" to evaluate the covariance
matrix for an `mcmc.list` without constructing a large matrix.
- `colMeans.mcmc.list()` "method" no longer constructs a large matrix
when calculating.

statnet.common 4.9.0
====================
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* `as.cntrol.list.list()` and hence `snctrl()` no longer clobbers nested controls, e.g., `control.ergm(SAN=control.san(...),...)`.
* To facilitate support for earlier versions of R, avoid using the built-in pipe (`|>`) for now.
* New linear algebra utilities: `ginv_eigen()`, which performs generalised inverse via eigendecomposition rather than SVD, to be used by `sginv()` if `snnd=TRUE`; and `xTAx_eigen()` and `xTAx_seigen()` to evaluate the inverse quadratic form using eigendecomposition.
* `lweighted.var()` and `lweighted.cov()` now take an additional argument `onerow=` to specify what they should return (`NA`, 0, or something else) if the input matrix has one row.
* A new function `var.mcmc.list()` "method" to evaluate the covariance matrix for an `mcmc.list` without constructing a large matrix.
* `colMeans.mcmc.list()` "method" no longer constructs a large matrix when calculating.


# statnet.common 4.9.0

Expand Down

0 comments on commit 8228e01

Please sign in to comment.