You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeModules/osx_install/readme.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,6 @@ <h2>Install Directories</h2>
9
9
</ul>
10
10
<p> For complete list of updates, visit <ahref="http://www.arrayfire.com/docs/releasenotes.htm">ArrayFire Release Notes</a></p>
11
11
12
+
<p> For questions about ArrayFire or this installer, visit <ahref="https://groups.google.com/forum/#!forum/arrayfire-users"> ArrayFire User Forums</a></p>
Copy file name to clipboardExpand all lines: docs/pages/release_notes.md
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,49 @@
1
1
Release Notes {#releasenotes}
2
2
==============
3
3
4
+
v3.3.2
5
+
==============
6
+
7
+
Improvements
8
+
------------
9
+
* Family of [Sort](\ref sort_mat) functions now support
10
+
[higher order dimensions](https://github.com/arrayfire/arrayfire/pull/1373).
11
+
* Improved performance of batched sort on dim 0 for all [Sort](\ref sort_mat) functions.
12
+
*[Median](\ref stat_func_median) now also supports higher order dimensions.
13
+
14
+
Bug Fixes
15
+
--------------
16
+
17
+
* Fixes to [error handling](https://github.com/arrayfire/arrayfire/issues/1352) in C++ API for binary functions.
18
+
* Fixes to [external OpenCL context management](https://github.com/arrayfire/arrayfire/issues/1350).
19
+
* Fixes to [JPEG_GREYSCALE](https://github.com/arrayfire/arrayfire/issues/1360) for FreeImage versions <= 3.154.
20
+
* Fixed for [non-float inputs](https://github.com/arrayfire/arrayfire/issues/1386) to \ref af::rgb2gray().
21
+
22
+
Build
23
+
------
24
+
*[Disable CPU Async](https://github.com/arrayfire/arrayfire/issues/1378) when building with GCC < 4.8.4.
25
+
* Add option to [disable CPUID](https://github.com/arrayfire/arrayfire/issues/1369) from CMake.
26
+
* More verbose message when [CUDA Compute Detection fails](https://github.com/arrayfire/arrayfire/issues/1362).
27
+
* Print message to use [CUDA library stub](https://github.com/arrayfire/arrayfire/issues/1363)
28
+
from CUDA Toolkit if CUDA Library is not found from default paths.
29
+
*[Build Fixes](https://github.com/arrayfire/arrayfire/pull/1385) on Windows.
30
+
* For compiling tests our of source.
31
+
* For compiling ArrayFire with static MKL.
32
+
*[Exclude <sys/sysctl.h>](https://github.com/arrayfire/arrayfire/pull/1368) when building on GNU Hurd.
33
+
* Add [manual CMake options](https://github.com/arrayfire/arrayfire/pull/1389) to build DEB and RPM packages.
34
+
35
+
Documentation
36
+
-------------
37
+
* Fixed documentation for \ref af::replace().
38
+
* Fixed images in [Using on OSX](\ref using_on_osx) page.
39
+
40
+
Installer
41
+
---------
42
+
* Linux x64 installers will now be compiled with GCC 4.9.2.
43
+
* OSX installer gives better error messages on brew failures and
44
+
now includes link to [Fixing OS X Installer Failures] (https://github.com/arrayfire/arrayfire/wiki/Fixing-Common-OS-X-Installer-Failures)
45
+
for brew installation failures.
46
+
4
47
v3.3.1
5
48
==============
6
49
@@ -361,7 +404,7 @@ Bug Fixes
361
404
Documentation Updates
362
405
---------------------
363
406
* Improved tutorials documentation
364
-
* More detailed Using on [Linux](\ref using_on_windows), [OSX](\ref using_on_windows),
407
+
* More detailed Using on [Linux](\ref using_on_linux), [OSX](\ref using_on_osx),
365
408
[Windows](\ref using_on_windows) pages.
366
409
* Added return type information for functions that return different type
0 commit comments