Skip to content

Commit d914ff0

Browse files
committed
Merge in Perry fixes to NEWS.
2 parents 88c82e6 + a45b1dd commit d914ff0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

packages/nimble/inst/NEWS.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
better mixing when parameter are on different scales or the initial
99
proposal scale is too large (PR #1492).
1010

11-
- Improve Laplace/AGHQ approximation in various ways, including use of
12-
nlminb for both inner and outer optimization (for better
13-
optimization performance), improving messaging and output naming,
14-
returning the log-likelihood and degrees of freedom for model selection
15-
calculations, and unifying control of optimization method and
16-
control at the build stage and through `updateSettings` (PR #1496).
11+
- Improve Laplace/AGHQ implementation in various ways, including use
12+
of nlminb for both inner and outer optimization (for better
13+
optimization performance), improved messaging and output naming,
14+
returning the log-likelihood and degrees of freedom for model
15+
selection calculations, and unified control of optimization method and
16+
other controls at either the build stage or through the `updateSettings`
17+
method (PR #1496).
1718

18-
- Add BOBYQA as an optimization method available through `nimOptim`
19-
(PR #1496).
19+
- Add BOBYQA as an optimization method available through `nimOptim`,
20+
registered via `nimOptimMethod` (PR #1496).
2021

2122
- Prevent use of nimbleFunction method names and nimbleFunction
2223
names that conflict with names in the nimble language (DSL) (PRs #1517
@@ -48,12 +49,12 @@
4849

4950
## BUG FIXES
5051

51-
- Fix bug in caching values in `sampler_CRP` when maximum number of
52-
clusters exceeded that would cause incorrect sampling (albeit with the
53-
user having been warned that they should increase the maximum number
52+
- Fix bug in caching values in `sampler_CRP` when maximum number of
53+
clusters is exceeded, which would have caused incorrect sampling (albeit
54+
with the user having been warned that they should increase the maximum number
5455
of clusters) (PR #1513).
5556

56-
- Fix issue preventing use of nimbleList elements in with `nimCat` (PR
57+
- Fix issue preventing use of nimbleList elements in `nimCat` (PR
5758
#1518).
5859

5960
- Prevent adaptation interval of one for various block samplers for
@@ -69,11 +70,10 @@
6970
which are partially observed (whose elements are partially but not
7071
entirely data) (PR #1489).
7172

72-
- Turn of the use of `--preclean` during C++ compilation when
73+
- Turn off the use of `--preclean` during C++ compilation when
7374
`nimbleExternalCall` is invoked to avoid removing .o files that
7475
might have been created by `Rcpp` (PR #1520).
7576

76-
7777
# CHANGES IN VERSION 1.2.1 (July 2024)
7878

7979
## USER LEVEL CHANGES

0 commit comments

Comments
 (0)