grizzly_series 0.4.2
grizzly_series: ^0.4.2 copied to clipboard
Numpy and Pandas like NDArray, Series and DataFrame for Dart
Changelog #
0.0.23 #
- Stripped
Pair,IntPair,Extent,Index,Index1D,Index2Dinto its own packagegrizzly_primitives
0.0.22 #
- Bug fix:
aRowconstructor for 2D arrays - Renamed genColumns, aColumn and buildColumns to be concise
0.0.21 #
double2Dto create 2D double arrays- Flexible
int2Dandarray2D
0.0.20 #
- Bug fixes for dot method on Array2D
0.0.19 #
- Unary minus operator for arrays
0.0.18 #
- exp for arrays
0.0.17 #
- log, log10, logN for arrays
0.0.16 #
- Fixed dot for Array2D
0.0.15 #
assignmethod on arrays
0.0.14 #
- Convenient constructors on arrays
0.0.13 #
- String 1d and 2d arrays
0.0.12 #
- allTrue, allFalse, anyTrue, anyFalse methods on bool arrays
0.0.11 #
- bool 1d and 2d arrays
- isAllClose for double 1d and 2D arrays
0.0.10 #
- view and fixed bug fixes
- Flexible array creator convenient methods
0.0.9 #
- Correlation and covariance methods on arrays
- Generation based constructor for
Array1D - Convenient methods for creation of Arrays
0.0.8 #
valueCountsforArrayandArray2D
0.0.7 #
- Introduced
rowandcolaccessors inArray2D - Row and column based numerical methods
- Added cool constructors and static constructor methods to
Int2DandDouble2D - Implemented class hierarchy for
Array2DView->Array2DFix->Array2D
0.0.6 #
Breaking
- Made
Array2Drow major
0.0.5 #
- Slicing of
Array,Array2D
0.0.4 #
- Read-only views and fixed size for
Array
0.0.3 #
- Mathematical operations for
NumericSeries
0.0.2 #
Array,IntArray,DoubleArrayExtent,Pair,IntPairpairByLabel,pairByPos,enumerateandenumerateSlicedmethods forSeries
0.0.1 #
- Half functional
DataFrame,Series,Array