accelerate v1.1.0.0 Release Notes

Release Date: 2017-09-21 // over 6 years ago
  • โž• Added

    • Additional EKG monitoring hooks ([#340])

    • Operations from RealFloat

    ๐Ÿ”„ Changed

    • Changed type of scanl', scanr' to return an Acc tuple, rather than a tuple of Acc arrays.
    • Specialised folds sum, product, minimum, maximum, and, or, any, all now reduce along the innermost dimension only, rather than reducing all elements. You can recover the old behaviour by first flatten-ing the input array.
    • Add new stencil boundary condition function, to apply the given function to out-of-bounds indices.

    ๐Ÿ›  Fixed

    • [#390]: Wrong number of arguments in printf