[arrayfire] 387/408: Updating Release notes for 3.1.1
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.
commit 01af9623a96b7ca5b136c7ab05bd82e51b6c1c3d
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Fri Sep 11 14:33:59 2015 -0400
Updating Release notes for 3.1.1
---
docs/pages/release_notes.md | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)
diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md
index 0ba0ae0..fd52334 100644
--- a/docs/pages/release_notes.md
+++ b/docs/pages/release_notes.md
@@ -1,6 +1,27 @@
Release Notes {#releasenotes}
==============
+v3.1.1
+==============
+
+Installers
+-----------
+
+* CUDA backend now depends on CUDA 7.5 toolkit
+* OpenCL backend now require OpenCL 1.2 or greater
+
+Bug Fixes
+--------------
+
+* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/981) in reductions after indexing
+* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/976) in indexing when using reverse indices
+
+Build
+------
+
+* `cmake` now includes `PKG_CONFIG` in the search path for CBLAS and LAPACKE libraries
+* `heston_model` example now builds with the default ArrayFire cmake files after installation
+
v3.1.0
==============
@@ -105,7 +126,7 @@ Bug Fixes
* Fix compatibility of c32/c64 arrays when operating with scalars
* Fix median for all values of an array
* Fix double free issue when indexing (30cbbc7)
- * Fix bug in rank
+ * Fix [bug](https://github.com/arrayfire/arrayfire/issues/901) in rank
* Fix default values for scale throwing exception
* Fix conjg raising exception on real input
* Fix bug when using conjugate transpose for vector input
@@ -115,7 +136,7 @@ Bug Fixes
* Fix setSeed for randu
* Fix casting to and from complex
* Check NULL values when allocating memory
- * Fix offset issue for CPU element-wise operations
+ * Fix [offset issue](https://github.com/arrayfire/arrayfire/issues/923) for CPU element-wise operations
New Examples
------------
@@ -123,12 +144,10 @@ New Examples
* Susan
* Heston Model (contributed by Michael Nowotny)
-Distribution Changes
---------------------
-* Fixed automatic detection of ArrayFire when using with CMake in the Windows
- Installer
-* Compiling ArrayFire with FreeImage as a static library for Linux x86
- installers
+Installer
+----------
+* Fixed bug in automatic detection of ArrayFire when using with CMake in Windows
+* The Linux libraries are now compiled with static version of FreeImage
Known Issues
------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list