Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | thanks & bump version | Alberto Ruiz | |
2011-09-01 | Get rid of some deprecation warnings & Use more explicit imports | Bas van Dijk | |
2011-07-10 | pure mapVectorWithIndex | Alberto Ruiz | |
2011-02-22 | minor change and thanks | Alberto Ruiz | |
2010-12-30 | cond | Alberto Ruiz | |
2010-12-28 | step, find, assoc | Alberto Ruiz | |
2010-09-26 | add note about strictness | Vivian McPhail | |
2010-09-26 | improve monadic maps performance (go functions) | Vivian McPhail | |
2010-08-28 | add withIndex traversal | Vivian McPhail | |
2010-08-27 | fix zipVector name to zipVectorWith | Vivian McPhail | |
2010-08-26 | Float matrix product | Alberto Ruiz | |
2010-08-25 | simpler Container typeclass | Alberto Ruiz | |
2010-08-13 | remove MonadIO constraint from mapVectorM(_) | Vivian McPhail | |
2010-07-27 | ghc-binary -> binary, and thanks | Alberto Ruiz | |
2010-07-13 | fix mapVectorM(_) and add example | Vivian McPhail | |
2010-07-12 | improve unzipVectorWith arguments | Vivian McPhail | |
2010-07-09 | generalised foldVector | Vivian McPhail | |
2010-07-09 | type signatures for use with vector package | Vivian McPhail | |
2010-07-09 | vectorMapM, vectorMapM_ | Vivian McPhail | |
2010-07-09 | added unzipVectorWith | Vivian McPhail | |
2010-06-29 | add-vector-float | Vivian McPhail | |
2010-05-12 | flag -fvector | Alberto Ruiz | |
2010-04-07 | toBlocks | Alberto Ruiz | |
2010-03-09 | change haskell98 imports | gwern0 | |
2010-03-01 | compatible with vector | Alberto Ruiz | |
2010-02-24 | conversion from/to Data.Vector.Storable | Alberto Ruiz | |
2010-02-01 | internal idim irows icols | Alberto Ruiz | |
2009-12-22 | fix ghc-6.12 warnings | Alberto Ruiz | |
2009-11-13 | explicit export lists in internal modules | Alberto Ruiz | |
2009-10-15 | default transdata and constantD | Alberto Ruiz | |
2009-06-17 | vector fread/fwrite, fscanf/fprinf | Alberto Ruiz | |
2009-05-13 | added Development module | Alberto Ruiz | |
2009-04-27 | more defined (|>) and (><) as suggested by Tracy Wadleigh | Alberto Ruiz | |
2009-04-24 | More defined list-to-V/M operators: (|>|), (>|<). | Tracy Wadleigh | |
Provides analogs of the (|>) and (><) operators that first apply an appropriate 'take' to the given lists so that they may be safely used on lists that are too long (or infinite) -- a feature I find particularly useful from the interactive prompt. As these operators are more defined, I would ask the package maintainer to consider, rather than adding (|>|) and (>|<), just updating the definitions of (|>) and (><) with the new semantics. | |||
2008-11-15 | zipVector | Alberto Ruiz | |
2008-11-14 | constantD | Alberto Ruiz | |
2008-11-05 | improved constant | Alberto Ruiz | |
2008-06-10 | added examples/benchmarks.hs | Alberto Ruiz | |
2008-06-10 | Unpack Matrix type, and add -funsafe flag | Don Stewart | |
-funsafe optionally compiles out the bounds checks on indexing matrices and vectors. Yields good speedups on tight loops. Not enabled by default. | |||
2008-06-09 | Use mallocPlainForeignPtrBytes if available | Don Stewart | |
As for bytestrings, use PlainForeignPtrs if supported, which have less overhead, as values are allocated on the Haskell heap without any wasted finalisers needed. Should mean less resources used if many small vectors are created. | |||
2008-06-09 | Use unpacking and inlining to ensure Vector can be stored unlifted at runtime | Don Stewart | |
2008-06-03 | Data.Packed.Convert | Alberto Ruiz | |
2008-06-01 | added updateVector | Alberto Ruiz | |
2008-01-22 | CInt in all imports | Alberto Ruiz | |
2007-11-23 | removed many -Wall warnings | Alberto Ruiz | |
2007-11-22 | app1, app2, ... | Alberto Ruiz | |
2007-11-12 | withMatrix | Alberto Ruiz | |
2007-11-12 | data structures simplification | Alberto Ruiz | |
2007-10-29 | fixed terrible toList bug | Alberto Ruiz | |
2007-10-19 | some refactoring | Alberto Ruiz | |