Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove 'type data' for now (GHC 9.10 breaks) | Tom Smeding | 8 days |
| | |||
* | mcastSafe, castCastable | Tom Smeding | 2025-02-01 |
| | |||
* | Eliminate the lame shaped fromInteger implementation | Mikolaj Konarski | 2025-01-24 |
| | |||
* | Add some spuriously missing Eq/Generic instances | Tom Smeding | 2024-12-18 |
| | |||
* | Uniformise NFData instance (by putting rnf in Elt) | Tom Smeding | 2024-12-18 |
| | | | | | | This now depends on: https://github.com/augustss/orthotope/pull/14 My sincere apologies. | ||
* | Remove some missed overlapping Show (Mixed) instances | Tom Smeding | 2024-12-17 |
| | |||
* | Uniform Show instance for Mixed | Tom Smeding | 2024-12-17 |
| | | | | The previous code was needlessly complicated. | ||
* | rcastToMixed | Tom Smeding | 2024-12-11 |
| | |||
* | Simpler API to mcast | Tom Smeding | 2024-12-11 |
| | |||
* | Fix scastToMixed | Tom Smeding | 2024-12-11 |
| | | | | | The previous implementation failed when any of sh' was Unknown, which makes no sense. | ||
* | Improve scastToMixed's implementation | Tom Smeding | 2024-11-29 |
| | |||
* | scastToMixed, weakly-typed version of stoMixed | Tom Smeding | 2024-11-29 |
| | |||
* | [mrs]{un,}zip | Tom Smeding | 2024-11-22 |
| | |||
* | [rsm]emptyArray | Tom Smeding | 2024-11-21 |
| | |||
* | Add the criminally absent singletons to numEltMinIndex and numEltMaxIndex | Mikolaj Konarski | 2024-11-19 |
| | |||
* | Improve error message | Tom Smeding | 2024-11-14 |
| | |||
* | Decent, consistent Num for Shaped, but with type classes :( | Tom Smeding | 2024-11-14 |
| | |||
* | Add withKnownSh{S,X} | Tom Smeding | 2024-11-13 |
| | |||
* | Incoherent Shaped '[] instances (Num/Fractional) | Tom Smeding | 2024-11-13 |
| | |||
* | Remove now-unused import :D | Tom Smeding | 2024-11-12 |
| | |||
* | Make fromInteger error for all array types | Tom Smeding | 2024-11-12 |
| | | | | They made no sense anyway, and horde-ad should now not use them any more | ||
* | Support arrays of Bool | Tom Smeding | 2024-10-18 |
| | |||
* | Better error message in IsList(ListR) | Tom Smeding | 2024-10-10 |
| | |||
* | Remove redundant Elt constraint | Tom Smeding | 2024-10-09 |
| | |||
* | Add rToMixed and stoMixed | Tom Smeding | 2024-10-09 |
| | | | | | | These are somewhat redundant because one can just open up the Ranked and Shaped newtype constructors, but let's complete the triangle of conversion functions. | ||
* | Revert "Add an awkward extra Typeable constraint that helps comparing shapes" | Tom Smeding | 2024-07-24 |
| | | | | This reverts commit 774730c3b2742c59bea532e32f43fa12397a3a15. | ||
* | Make ShS an instance of TestEquality | Tom Smeding | 2024-07-24 |
| | |||
* | Add an awkward extra Typeable constraint that helps comparing shapes | Mikolaj Konarski | 2024-07-21 |
| | |||
* | Remove obsolete TODO | Tom Smeding | 2024-06-20 |
| | |||
* | Add {m,r,s}dot1Inner | Tom Smeding | 2024-06-19 |
| | |||
* | Add same-size constraint to sreshape | Tom Smeding | 2024-06-17 |
| | | | | Thanks Mikolaj :) | ||
* | sumAllPrim | Tom Smeding | 2024-06-17 |
| | |||
* | Generalise more lifting functions | Tom Smeding | 2024-06-17 |
| | |||
* | Generalise some of the lifting functions to type-changing | Tom Smeding | 2024-06-17 |
| | |||
* | Error out at fromInteger from the Num instance of Shaped | Mikolaj Konarski | 2024-06-15 |
| | | | | | These are never indexes (only ranked tesors are), so writing explicit sreplicateScal is not too big a burden for the user. | ||
* | Show instances via toListLinear | Tom Smeding | 2024-06-14 |
| | |||
* | [mrs]{from,to}ListLinear | Tom Smeding | 2024-06-14 |
| | |||
* | Export full [mrs]{shape,rank,size} set | Tom Smeding | 2024-06-14 |
| | |||
* | Add KnownShape generators from ShS | Tom Smeding | 2024-06-13 |
| | |||
* | Rename *LengthSNat to *Rank | Tom Smeding | 2024-06-13 |
| | |||
* | s{from,to}Orthotope | Tom Smeding | 2024-06-13 |
| | |||
* | Add TODO | Tom Smeding | 2024-06-11 |
| | |||
* | Add (temporary version of) more general mdot | Tom Smeding | 2024-06-10 |
| | |||
* | Add *flatten | Tom Smeding | 2024-06-10 |
| | |||
* | Update TODO | Tom Smeding | 2024-06-10 |
| | |||
* | Add head functions for the nested list types | Tom Smeding | 2024-06-10 |
| | |||
* | Very unsafe fromInteger that crashes everything if you do it wrong | Tom Smeding | 2024-06-10 |
| | |||
* | Add TODO | Tom Smeding | 2024-06-10 |
| | |||
* | Dot product | Tom Smeding | 2024-06-10 |
| | |||
* | Rename arg{min,max} to {min,max}Index | Tom Smeding | 2024-06-10 |
| |