Skip to content

Second Bugfix Release for v3.3

Compare
Choose a tag to compare
@shehzan10 shehzan10 released this 26 Apr 16:52
· 2278 commits to master since this release

v3.3.2

The source code with submodules can be downloaded directly from the following link:
http://arrayfire.com/arrayfire_source/arrayfire-full-3.3.2.tar.bz2

Improvements

  • Family of [Sort](ref sort_mat) functions now support
    higher order dimensions.
  • Improved performance of batched sort on dim 0 for all [Sort](ref sort_mat) functions.
  • [Median](ref stat_func_median) now also supports higher order dimensions.

Bug Fixes

Build

Documentation

  • Fixed documentation for \ref af::replace().
  • Fixed images in [Using on OSX](ref using_on_osx) page.

Installer

  • Linux x64 installers will now be compiled with GCC 4.9.2.
  • OSX installer gives better error messages on brew failures and
    now includes link to Fixing OS X Installer Failures
    for brew installation failures.