Skip to content

Commit 9121b6e

Browse files
committed
4.12.0 news had been accidentally put into the 4.11.0 section.
1 parent 9892bad commit 9121b6e

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

NEWS.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
# statnet.common 4.11.0
1+
# statnet.common 4.12.0
22

33
## New utilities
44

5-
* New function, `modify_in_place()`, that attempts to modify the argument of its caller in place. A function can call it to modify its own arguments in place.
6-
7-
* New function, `log1mexp(x)` to compute `log(1-exp(-x))` minimizing the loss of precision. R provides a C macro `log1mexp(x)` but not the corresponding R wrapper.
8-
95
* New matrix functions: `qrssolve()` to solve linear systems via QR decomposition after scaling, and `qrsolve()` to do the same without scaling, along with `sandwich_qrsolve()`, `sandwich_qrssolve()`, `sandwich_ginv()`, and `sandwich_sginv()`.
106

117
* New function, `match_names()` to replace `vector.namesmatch()` with more flexible behavior and error checking.
@@ -20,8 +16,6 @@
2016

2117
## Enhancements to existing utilities
2218

23-
* The behavior of `trim_env()` has changed: if no variables are to be copied in, the environment is set directly to `baseenv()`.
24-
2519
* `statnetStartupMessage()` now prints `Remote:` information if the package was installed from a remote.
2620

2721
* Matrices returned by the `lweighted.*()` family of functions now inherit dimensional names.
@@ -32,6 +26,18 @@
3226

3327
* `all_identical()` can now use a custom comparison predicate (e.g., `all.equal()`), and the use any of the elements in the list as the reference. (Thanks to Michał Bojanowski @mbojan.)
3428

29+
# statnet.common 4.11.0
30+
31+
## New utilities
32+
33+
* New function, `modify_in_place()`, that attempts to modify the argument of its caller in place. A function can call it to modify its own arguments in place.
34+
35+
* New function, `log1mexp(x)` to compute `log(1-exp(-x))` minimizing the loss of precision. R provides a C macro `log1mexp(x)` but not the corresponding R wrapper.
36+
37+
## Enhancements to existing utilities
38+
39+
* The behavior of `trim_env()` has changed: if no variables are to be copied in, the environment is set directly to `baseenv()`.
40+
3541
# statnet.common 4.10.0
3642

3743
## New utilities

0 commit comments

Comments
 (0)