-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
31 lines (30 loc) · 1.01 KB
/
ChangeLog
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
Release 0.2-0:
* Added rsvd() method.
* Added rcond() method.
* Added "^" method.
* Added sum() method.
* Improved memory usage and communication pattern of crossprod().
* Added k-means method km().
* Added some skeleton support for 32-bit floats.
* Swapped out allreduce() for the faster, low-level interface.
* Added new tshaq class for short+wide data.
* Added t() method.
* Added binary logical operators (==, !=, etc).
* Added La.svd() method.
* Added rand_measure().
* Added get_local_dim().
* Fixed build issue with x64 windows.
Release 0.1-0:
* Added expand() and collapse().
* Added multiplication methods.
* Added svd method.
* Added QR method.
* Added scale() method.
* Added PCA method.
* Added matrix norm method.
* Added some basic arithmetic methods.
* Added cov() and cor() methods.
* Added a print method.
* Added lm (coefficient getter) method.
* Added random shaq constructors.
* Added gradient descent-based lm, logistic, and poisson regression fitters.