Skip to content

Commit 05a48c1

Browse files
committed
set version to 0.4-0, update news
1 parent cbb8c43 commit 05a48c1

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

NEWS.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# NEWS
22

3-
## Release 0.3-1 (//):
4-
3+
## Release 0.4-0 (8/23/2020):
54

65
New:
76
* Added linalg::dot()
8-
* Added get_device_count() and get_device_num()
7+
* Added linalg::trinv()
8+
* Added linalg::rsvd()
9+
* Added par utils get_device_count() and get_device_num()
10+
* Many parmat changes (still experimental).
911

1012
API Changes:
1113
* linalg::matmult() can now accept mixed matrix/vector arguments.
@@ -14,8 +16,14 @@ Bug Fixes:
1416
* Changed gpumat crossprod() and tcrossprod() to use Xgemm() instead of
1517
Xsyrk() for better run-time performance.
1618

19+
Internal Changes of Note:
20+
* Internal linalg headers have been re-organized. This has no effect if
21+
you use the `linalg.hh` headers or the main type headers (`cpu.hh`, `gpu.hh`, `mpi.hh`).
22+
* Switched linalg::qr_Q() and linalg::lq_Q() to use `Xorgqr()`/`Xorglq()` except in gpumat lq_Q().
23+
* Changed `uplo` type in gpu_utils::lacpy() to char.
24+
1725
Documentation:
18-
* Fixed card.synch() documentation.
26+
* Fixed card synch() method documentation.
1927

2028

2129

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fml
22

3-
* **Version:** 0.3-0
3+
* **Version:** 0.4-0
44
* **Status:** [![Build Status](https://travis-ci.org/fml-fam/fml.png)](https://travis-ci.org/fml-fam/fml)
55
* **License:** [BSL-1.0](http://opensource.org/licenses/BSL-1.0)
66
* **Project home**: https://github.com/fml-fam/fml

0 commit comments

Comments
 (0)