forked from RBigData/pbdDMAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
119 lines (83 loc) · 2.7 KB
/
ChangeLog
File metadata and controls
119 lines (83 loc) · 2.7 KB
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
110
111
112
113
114
115
116
117
118
119
2014-4-12:
* Added check to eigen2() for non-square bldims.
2014-3-4:
* Fixed sparsity() bugs.
2014-3-3:
* Added scalar to expm() method.
2014-2-4:
* Updated vignette format.
* Fixed author affiliation in vignette.
2014-1-30:
* Added sparse dsmatrix and weaker dmat classes.
* Added basic sparse BLAS support.
2014-1-23:
* Linked with SEXPtools.
* Rewrote internals to use SEXPtools.
2014-1-21
* Some minor constructor bugfixes.
* Fixed minor CRAN check issues.
2014-1-14:
* Vignetted copyright updated.
pbdDMAT 0.2-3 (2013-12-14) --------------------------------------------------
2013-11-4:
* Added matrix exponentiation.
2013-10-24:
* as.vector() and as.matrix() bugfix for unusual proc.dest values.
2013-10-22:
* Added method for constructing distributed Hilbert matrices.
2013-9-30:
* Improved manual.
2013-8-20:
* Added experimental eigen2() method.
2013-7-20:
* Fixed eigen() bug.
2013-7-18:
* Fixed isSymmetric bug.
pbdDMAT 0.2-2 (2013-7-8) --------------------------------------------------
2013-7-2:
* Several qr()/qr.Q() bugs fixed.
2013-5-30:
* Added rowMin(), colMin(), rowMax(), and colMax() methods.
* Added as.block(), as.rowblock(), as.colblock(), as.rowcyclic(),
as.colcyclic(), and as.blockcyclic() redistribution methods.
2013-5-24:
* Added experimental ddvector class.
pbdDMAT 0.2-1 (2013-3-25) --------------------------------------------------
2013-3-20:
* Added eigen() method.
* Attributes bugfix when subsetting.
pbdDMAT 0.2-0 (2013-3-12) --------------------------------------------------
2013-3-12:
* Final touches for CRAN.
2012-02-26:
* Added method for 'cor' (pearson only).
* Significantly expanded method "ddmatrix".
2012-02-15:
* Completely redid all the internals to accommodate corresponding pbdBASE changes.
2012-01-04:
* Added norm(), rcond(), and kappa() methods.
* Added new diag() method for constructing diagonal ddmatrices.
2012-12-17:
* Added copyright to vignette.
pbdDMAT 0.1-1 (2012-12-1) ----------------------------------------------------
2012-11-29:
* Added simple var() and sd() wrappers for ddmatrix.
* Changed dispatch of qr.* functions to avoid WARNING in R CMD check.
2012-11-21:
* Fixed QR methods.
2012-10-30:
* Fixed whining about qr-function generics.
* Added some documentation.
2012-10-24:
* Added wrappers for lm.fit() and qr functions.
======================= Log Before Release =====================================
2012-10-02:
* Prepare for the first submission.
2012-08-21:
* Delete configure.ac and use RmpiSPMD:::LdFlags() and others.
* Rename to 'pbdDMAT'.
2012-08-13:
* Link with RmpiSLAP.
* Add guide, man pages, installation, ...
2012-07-xx:
* Add BLACS, PBLAS, ScaLAPACK.