massiv 0.2.8.0 → 0.2.8.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- massiv.cabal +1/−1
- src/Data/Massiv/Array/Numeric.hs +1/−1
massiv.cabal view
@@ -1,5 +1,5 @@ name: massiv-version: 0.2.8.0+version: 0.2.8.1 synopsis: Massiv (Массив) is an Array Library. description: Multi-dimensional Arrays with fusion, stencils and parallel computation. homepage: https://github.com/lehins/massiv
src/Data/Massiv/Array/Numeric.hs view
@@ -231,7 +231,7 @@ sqrtA :: (Source r ix e, Floating e) => Array r ix e -> Array D ix e-sqrtA = liftArray exp+sqrtA = liftArray sqrt {-# INLINE sqrtA #-} logA