Skip to content

Fix Release for v3.6

Compare
Choose a tag to compare
@9prady9 9prady9 released this 18 Jun 16:39
· 132 commits to master since this release

Improvements, Fixes and New Examples

Improvements

  • Code changes to Rust 2018 Edition - #186
  • Reformatted code base using rustfmt tool - #186
  • Use self keyword where applicable instead of type names - #193 #194
  • Updated macros af_print, join_many and eval to work with expressions instead of identifiers - #195

Bug Fixes

  • Added additional search path suffix (lib64) for dl-loading libs - #186
  • Fix comparison functions output type - #187
  • Internal traits are made public now to enable users write generic functions using arrayfire-rust's Array object - #188
  • Removed core from features - #190
  • Fixed documentation for nearest_neighbour & hamming_matcher - 8444609
  • Corrected OSX DYLD path instruction in README - 5d2ae2d

New Examples

  • Conway's Game of Life - #179
  • Simple & Basic Example of fft Usage - #196

Community Contributors

Thank you.

For more information about the performance and bug fixes made in the upstream, ArrayFire, please refer to the following two release notes.