Fix Release for v3.6
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
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.