-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
110 lines (56 loc) · 1.63 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
101
102
103
104
105
106
107
108
109
scrm 1.7.3-1
============
* Fix `-Wcatch-value` compiler warnings on R-devel.
scrm 1.7.3-0
============
* Updated the sources of scrm to version 1.7.3.
scrm 1.7.2-4
============
* Fixed a servere bug (#38) introduced in 1.7.2-3 that caused a seg_fault
when simulating many loci.
scrm 1.7.2-3
============
* Fixed CRAN Note about disabled compiler warnings
scrm 1.7.2-2
============
* Fixed harmless unsafe memory access
scrm 1.7.2-1
============
* Registered native routines.
scrm 1.7.2-0
============
* Updated the sources of scrm to version 1.7.2 (#23).
* Now returns the TMRCA summary statistic as a data.frame instead of a
matrix (#23).
* Now returns Newick trees as a character vector where each tree is an entry
instead of all trees being concatenated (#24).
* Skip tests if `testthat` is not available (#25).
* Optimize performance for large Newick trees (#26).
scrm 1.6.0-2
============
* Replaced 'scrm' with 'it' in the package description.
scrm 1.6.0-1
============
* Updated the sources of scrm to version 1.6.0.
scrm 1.5.1-1
============
* Updated the sources of scrm to version 1.5.1.
* Updated the citation information.
scrm 1.5.0-1
============
* Updated the sources of scrm to version 1.5.0.
* Added citation information.
* Replaced callback to warning with Rf_warning (#12). Thanks to J.J. Allaire for
the patch.
scrm 1.3-3
==========
* Added dependency to R >= 3.1.0.
* Updated the sources of scrm to version 1.3.1.
* Added title to vignettes.
scrm 1.3-2
==========
* Added missing import statement.
* Fixed access to unmapped memory.
scrm 1.3-1
==========
* Initial CRAN release.