blob: f79bd3af2b9996c8368eecbbb96f353be64daa3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## 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
|