|
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
|
367 | 410 | arrays
|
|
0 commit comments