aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improve an error messageTom Smeding13 hours
* Compatibility liftVEltwise1 (TODO remove)Tom Smeding6 days
* Some re-exports for compatibilityTom Smeding6 days
* Separate arith routines into a libraryTom Smeding6 days
* Arith statistics collection from CTom Smeding7 days
* arith: Don't FFI-import unused dotprod_*_strided opsTom Smeding7 days
* Optimise reductions and dotprod with more vectorisationTom Smeding11 days
* arith: Correct rank arguments to C wrapper functionsTom Smeding13 days
* Export IntEltTom Smeding13 days
* Rename arithPromote* to lift* (unrelated to arith ops, really)Tom Smeding13 days
* Add atan2Tom Smeding13 days
* Implement quot/remTom Smeding13 days
* Remove redundant constraints on arith instancesTom Smeding13 days
* Slight cleanup of arith instances for Mixed/Ranked/ShapedTom Smeding13 days
* Binary ops without normalisationTom Smeding13 days
* More consistent equality functions on shapesTom Smeding2025-03-11
* arith: Unary float ops on strided arrays without normalisationTom Smeding2025-03-05
* All arrays are Eq and Ord (they compare shape first, then values)Tom Smeding2025-02-18
* Less pointless standalone Ord instancesTom Smeding2025-02-18
* arith: Fix unary op stride bugsTom Smeding2025-02-18
* Fix a typo in an error messageMikolaj Konarski2025-02-17
* arith: Only strided unary int opsTom Smeding2025-02-16
* arith: Unary int ops on strided arrays without normalisationTom Smeding2025-02-16
* arith: Fix cover calculation in stridesDenseTom Smeding2025-02-16
* Remove 'type data' for now (GHC 9.10 breaks)Tom Smeding2025-02-15
* mcastSafe, castCastableTom Smeding2025-02-01
* Eliminate the lame shaped fromInteger implementationMikolaj Konarski2025-01-24
* Export IShX from NestedMikolaj Konarski2025-01-09
* Export ListX from NestedMikolaj Konarski2025-01-07
* Add some spuriously missing Eq/Generic instancesTom Smeding2024-12-18
* Uniformise NFData instance (by putting rnf in Elt)Tom Smeding2024-12-18
* Remove some missed overlapping Show (Mixed) instancesTom Smeding2024-12-17
* Uniform Show instance for MixedTom Smeding2024-12-17
* rcastToMixedTom Smeding2024-12-11
* Simpler API to mcastTom Smeding2024-12-11
* Fix scastToMixedTom Smeding2024-12-11
* Improve scastToMixed's implementationTom Smeding2024-11-29
* scastToMixed, weakly-typed version of stoMixedTom Smeding2024-11-29
* [mrs]{un,}zipTom Smeding2024-11-22
* Fix X.emptyTom Smeding2024-11-22
* Improve error message for X.emptyTom Smeding2024-11-22
* [rsm]emptyArrayTom Smeding2024-11-21
* Add the criminally absent singletons to numEltMinIndex and numEltMaxIndexMikolaj Konarski2024-11-19
* Improve error messageTom Smeding2024-11-14
* Decent, consistent Num for Shaped, but with type classes :(Tom Smeding2024-11-14
* snatMinusTom Smeding2024-11-13
* Add withKnownSh{S,X}Tom Smeding2024-11-13
* Incoherent Shaped '[] instances (Num/Fractional)Tom Smeding2024-11-13
* Remove now-unused import :DTom Smeding2024-11-12
* Make fromInteger error for all array typesTom Smeding2024-11-12