arrayfire-rust v3.6.1 Release Notes

Release Date: 2019-06-18 // almost 5 years ago
  • ๐Ÿ‘Œ 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.