t_stats 2.1.0 t_stats: ^2.1.0 copied to clipboard
A micro-library for statistics, especially for comparing samples.
2.1.0 #
- Update Dart SDK constraints to
>=2.0.0
(end of support for Dart 1) - Fix formatting (e.g. remove optional
new
andconst
)
2.0.0 #
- Upgrade to Dart 2
- Use BigInt (found in
dart:core
) instead ofpackage:bignum
. This affects return values as well (factorial) so we're bumping major semver of this package to 2.0.
1.1.2 #
- Upgrade to latest
- Make the dependency to
bignum
a runtime dependency (instead of a dev dependency)
0.0.1 #
- Initial version, created by Stagehand