arrayfire-rust v3.4.3 Release Notes

Release Date: 2017-04-10 // about 7 years ago
  • v3.4.3

    ๐Ÿ›  Fixes

    • ๐Ÿ”„ Changed shift parameter type from unsigned type to signed type to enable usage of negative offsets. Shift was incorrectly using unsigned offset parameter earlier.
    • ๐Ÿ›  Fixed Rust String to CString conversion in image loading/saving functions.
    • ๐Ÿ›  Fixes/Changes in the documentation for following functions:
      • Array::copy and Clone trait implementation for Array
      • Add note to std::ops traits implementation explicitly stating they carry out element wise operations.
      • Corrected documentation dot that it accepts only vector/scalar arrays.
    • โž• Added more search locations for build.rs script to look for ArrayFire libraries.