-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
44 lines (37 loc) · 1.35 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
v0.12.0 2024-11-20
- add function to reconstruct indicators using encoding
- use ML estimator of covariance (/n instead of n-1)
- take real part when there are complex value
- add timeValues parameter to estimate_pt
- plotData can plot 1 individual
- Some functions accept tibble
- add a missing progressbar
- remove deprecated aes_string
v0.11.0 2023-10-07
- New computation method for U and V matrices
v0.10.1 2022-08-16
- fix cut_data when state column is a factor
- fix bug in plotData when id's are unevenly spaced integers
- fix bug in plotData error when there are some individuals with only one element
- fix bug in completeStatetable when the 2 last rows (or more) are missing
- fix bug in estimate_Markov: no matching size between lambda and P when there is some missing rows in P
v0.10.0 2022-07-19
- add function to convert quantitative functional to categorial
- add new parameters for cut_data: prolongLastState, NAstate
- fix id order in plotData
- add flours dataset
v0.9.12 2022-03-07
- fix bug when ids are not in alphabetical order #16
- add warning when an individual has duplicated time values
- correct statetable doc
- fix disappeared progress bars
- predict manages NULL as newdata
v0.9.11 2021-12-07
- fix DOI
v0.9.10 2021-12-06
- add ggplot2 in depends
- add citation
- fix default values in generate_Markov
- run styler
v0.9.9 2021-02-12
- on CRAN, now