data
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
0.15.2
51K downloads/mo
#1459 most downloaded on pub.dev
renggli/dart-data
What this package is like to depend on
Last release 8 months ago
12 Dec 2025
Ships fairly regularly
a new release about every 6 months
Some releases are documented
notes for 11 of 22 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
24 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
24 releases · Aug 2018 to Dec 2025Releases
latest 24-
0.15.212 Dec 2025 -
0.15.116 Aug 2025 -
0.15.015 Jun 2025 -
0.14.025 Dec 2024Release notes
Open source →- Add
Vector.fromStringandMatrix.fromString. - Make matrix iterators return row, column, and value tuples.
- Add
-
0.13.001 Sep 2024Release notes
Open source →- Cleanup API of distributions.
- Add cross product support to vectors.
- Add
Vector.fromTensorandMatrix.fromTensor.
-
0.12.013 Aug 2023 -
0.11.005 Feb 2023Release notes
Open source →- Dart 2.18 requirement.
- Add fast FFT polynomial multiplication operator.
- Add more distributions (rademacher, inverse weibull, negative binomial) and more properties (kurtosis, bounds).
- Add support for curve fitting (Levenberg Marquardt, Polynomial Regression).
- More and better accessors for numeric limits, including also floating point numbers.
- Operators are lazy now and create views. Use
toVector()orcopyInto(target)to evaluate the data. This uniformly applies toMatrix,VectorandPolynomialnow. - Various improvements to singular value decomposition, thanks to Jong Hyun Kim.
-
0.10.027 Feb 2022Release notes
Open source →- Dart 2.16 requirement.
- More distributions: exponential, gamma, inverse gamma, student-t.
- Add a Jackknife estimator to compute confidence intervals of samples.
- Countless fixes, improved tests, and other improvements.
-
0.9.012 Sep 2021 -
0.7.120 Feb 2021 -
0.7.018 Feb 2021Release notes
Open source →- Dart 2.12 requirement and null-safety.
- Added numeric derivative, integration, and solver.
-
0.6.0-nullsafety.225 Dec 2020 pre-releaseNothing published for this version
-
0.6.0-nullsafety.121 Nov 2020 pre-releaseNothing published for this version
-
0.5.118 Jul 2020Nothing published for this version
-
0.5.030 May 2020Nothing published for this version
-
0.2.030 Jun 2019Nothing published for this version
-
0.1.010 May 2019Nothing published for this version
-
0.0.828 Mar 2019Nothing published for this version
-
0.0.727 Feb 2019Nothing published for this version
-
0.0.627 Sep 2018Nothing published for this version
-
0.0.515 Sep 2018Nothing published for this version
-
0.0.409 Sep 2018Nothing published for this version
-
0.0.219 Aug 2018Nothing published for this version
-
0.0.118 Aug 2018Nothing published for this version