javelin: Labeled one-dimensional arrays
[ data, data-science, data-structures, library, mit, program ]
[ Propose Tags ]
[ Report a vulnerability ]
This package implements Series
, labeled one-dimensional arrays
combining properties from maps and arrays.
To get started, the important modules are:
- Data.Series
- Boxed series of arbitrary types.
- Data.Series.Unboxed
- Series of unboxed data types for better performance, at the cost of flexibility.
- Data.Series.Generic
- Generic interface to manipulate any type of
Series
. - Data.Series.Index
- Index containing series keys.
To get started, please take a look at the tutorial (Data.Series.Tutorial).
Modules
[Index] [Quick Jump]
Downloads
- javelin-0.1.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.4.0, 0.1.4.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.15.0.0 && <4.20), containers (>=0.6 && <0.8), csv (>=0.1 && <0.2), deepseq (>=1.4 && <1.6), foldl (>=1.4 && <1.5), indexed-traversable (>=0.1 && <0.2), vector (>=0.12.3.0 && <0.14), vector-algorithms (>=0.9 && <0.10) [details] |
Tested with | ghc ==9.8.2 || ==9.6.4 || ==9.4.8 |
License | MIT |
Author | Laurent P. René de Cotret |
Maintainer | laurent.decotret@outlook.com |
Category | Data, Data Structures, Data Science |
Uploaded | by LaurentRDC at 2025-01-02T14:05:26Z |
Distributions | NixOS:0.1.2.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | bench-report |
Downloads | 255 total (45 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-01-02 [all 1 reports] |