-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
100 lines (73 loc) · 2.91 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Changes in version 1.4.2 (2025-01-23)
New features or changed behaviour of old functions
o none
Other
o include package anchors in doc links
Changes in version 1.4.1 (2024-01-15)
New features or changed behaviour of old functions
o none
Other
o turn off C++11 requirement
Changes in version 1.4.0 (2023-01-14)
New features or changed behaviour of old functions
o user-defined extra parameters in ipsecr.fit (see vignette for example)
o proxy.ms() binomial glm uses cloglog link instead of logit (for consistency)
Other
o suggests spatstat (for example in vignette)
o 'Preparing cluster' memo reports ncores and type
o dots argument added to simpop and simCH for flexibility
o forking parallel cluster on Unix now optional (details$forkOnUnix)
o simCH uses R::Rexp instead of Armadillo random stream (for control of seed)
o ipsecr.fit() number of proxies may exceed number of coefficients
o exports internal function detectionDesignData() used by proxy.ms()
o depends secr 4.5.8
Bugs fixed
o simCH could hang when used with multiple cores on Unix (RcppArmadillo problem fixed by avoiding arma::exp)
Changes in version 1.3.0 (2022-09-07)
New features or changed behaviour of old functions
o improved simulator (estimates differ slightly)
Bugs fixed
o inconsistent single-catch results on arm64 ('M1') Mac
Other
o explicit RNGkind in tests
o vignette edits
o simCH uses RcppArmadillo
Changes in version 1.2.0 (2022-08-29)
New features or changed behaviour of old functions
o individual-specific detection
o new routine output (var.sim, sim.lm)
o optional output (details$keep.sim)
o max.nsim set to 200 and applies per vertex per box
o plotProxy()
o plot3D.IP() for visualising design and simulations
o internal functions rpsv, rpsvi exported
Bugs fixed
o proxyfn1() spurious 'zippin' estimates
o vcov.ipsecr failed with non-null realnames
Other
o remove design, design0 from output object
o proxyfn0() defunct
o shortened test ipsecr.fit; other new tests
o links to RcppArmadillo
Changes in version 1.1.2 (2022-06-22)
New features or changed behaviour of old functions
o none
Bugs fixed
o C++ memory issue with single-catch + nontarget
Other
o citation points to CRAN
o improved vignette
Changes in version 1.1.1 (2022-06-17)
New features or changed behaviour of old functions
o revised count detector simulations
Other
o first version on CRAN
Changes in version 1.1.0 (2022-06-14)
New features or changed behaviour of old functions
o session-level models
o ipsecr.fit() acquires argument 'sessioncov'
o builtin proxyfn 'proxy.ms' for multi-session data
Other
o check adequate max.nsim
o requireNamespace FrF2 quietly
o remove proxyfn2 (=proxy.nt) - capability now in proxy.ms