diff options
author | Zhang Xianyi <traits.zhang@gmail.com> | 2014-06-10 21:55:19 +0800 |
---|---|---|
committer | Zhang Xianyi <traits.zhang@gmail.com> | 2014-06-10 21:55:19 +0800 |
commit | 21a6b5f79e7f4d5ba1fac0b851bc46a0df53e042 (patch) | |
tree | fe28a792fc77934deec7faa52fa0b0db4fc0013f /Changelog.txt | |
parent | a40116de256c281b4766196b062d367a6ac50727 (diff) | |
download | openblas-21a6b5f79e7f4d5ba1fac0b851bc46a0df53e042.tar.gz openblas-21a6b5f79e7f4d5ba1fac0b851bc46a0df53e042.tar.bz2 openblas-21a6b5f79e7f4d5ba1fac0b851bc46a0df53e042.zip |
OpenBLAS 0.2.9 Version.
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index f53cadc61..195d98b35 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,16 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.9 +10-Jun-2014 +common: + * Improved the result for LAPACK testing. (#372) + * Installed DLL to prefix/bin instead of prefix/lib. (#366) + * Build import library on Windows.(#374) +x86/x86-64: + * To improve LAPACK testing, we fallback some kernels. (#372) + https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List + +==================================================================== Version 0.2.9.rc2 06-Mar-2014 common: |