blob: 1338dcf5a39b51cdf6364c53997b732bd797f48b (
plain)
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
|
## 09/09/2025 at 12:22:00 (CEST)
* v2.0.5
+ fixed missing anchors in links to Matrix package
(Undocumented versions v2.0.3 and v2.0.4 fixed deprecation warnings
after updates to Matrix package)
## 29/06/2022 at 18:28:00 (CEST)
* v2.0.2
+ fixed rmad.Rd documentation file
+ fixed rsc.R class checking
## 21/10/2021 at 11:37:00 (CEST)
* v2.0.1:
+ fixed include C system headers before R.h
+ modified behaviour of num.threads (rmad)
+ updated references for quickselect
## 14/10/2021 at 11:51:10 (CEST)
* New version: v2.0.
+ Implemented the low-level routines in C.
+ Moved from introselect to quickselect (median calculation);
faster on benchmarks with intended input.
+ Added support for parallel execution.
## 07/10/2021 at 11:51:10 (CEST)
* v1.3 does not compile on Solaris (syntax issues)
## 24/07/2020 at 09:44:39 (CEST)
* v1.2 uploaded
* fixed compiler issue on Solaris
## 17/07/2020 at 09:01:44 (CEST)
* v1.1 uploaded
* fixed an issue related to the Fortran compiler on Solaris
## 02/07/2020 at 09:00:01 (CEST)
* v1.0 uploaded
|