-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
64 lines (43 loc) · 1.32 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
ALKr 0.5.3.2
============
* Minor fix in compilation flags, for compatibility with CRAN
ALKr 0.5.3.1
============
* Updated license
ALKr 0.5.3
==========
* Fixes a bug on `hoenig_heisey.r`
ALKr 0.5.2
==========
* `ALKr` class now has accessors for all slots and setters for `name` and
`description`
* `ALKr` class and methods are now documented
ALKr 0.5.1
==========
* `ALKr` objects now have `name` and `description` slots
ALKr 0.5
==========
* New S4 class `summary_ALKr`
ALKr 0.4.1
==========
* Fix bug on `inverse_ALK.R`
ALKr 0.4
========
* `hoenig` is now also implemented in C++ and runs about 6.5x faster
ALKr 0.3
========
* Added `age_slicing` for simple application of the knife-edge method, using
von Bertalanffy's growth equation to convert length distributions in age
distributions
* Added `mixed_dist` to extract age distributions from age-overlapping length
distributions, using the `mixdist` package.
ALKr 0.2
========
* Now using `Rcpp`. `gascuel` is the first algorithm partially implemented in
C++, resulting in a median speedup of about 15x.
* Removed `age_classes` and `length_classes` slot from the 'ALKr' class, as they
are redundant. All methods generating `ALKr` objects are assumed to pass them
as respectively column and rownames of the `alk` slot.
ALKr 0.1
========
* Initial version.