ml_linalg 12.14.0
ml_linalg: ^12.14.0 copied to clipboard
SIMD-based linear algebra and statistics for data science
Changelog #
12.14.0 #
Vector:Vector.mapToVectormethod added
12.13.0 #
Matrix:Matrix.summethod addedMatrix.prodmethod added
Vector:Vector.prodmethod added
12.12.0 #
Matrix:Matrix.expmethod added
Vector:Vector.expmethod added
12.11.0 #
Matrix:Matrix.powmethod added
Vector:Vector.toIntegerPoweris deprecatedVector.powmethod added
12.10.0 #
Matrix:Matrix.isSquaregetter addeddivision operator: throwing exception added in case of square matrix
12.9.0 #
Vector:fromJsonconstructor addedtoJsonmethod added
vectorToJsonhelper function added to public APIfromVectorJsonhelper function added to public API
12.8.2 #
fromMatrixJson: dynamic type support added to parsing
12.8.1 #
DType:dTypeToJsonhelper function added to public APIfromDTypeJsonhelper function added to public API
12.8.0 #
Matrix:fromJsonconstructor addedtoJsonmethod added
matrixToJsonhelper function added to public APIfromMatrixJsonhelper function added to public API
12.7.1 #
Matrix:fromListconstructor, check for length of nested lists added
12.7.0 #
Matrix: constructors speed up- Float64-based matrix class added
12.6.0 #
Vector: vector operations speed upFloat64x2Vector:Float64x2Vectorclass created
12.5.1 #
Axis: documentation addedDType: documentation addedMatrix: documentation extended and corrected
12.5.0 #
Matrix:Matrix.rowconstructor addedMatrix.columnconstructor added
12.4.0 #
Matrix:Matrix.diagonalconstructor added (for creation diagonal matrices)Matrix.scalarconstructor added (for creation scalar matrices)Matrix.identityconstructor added (for creation identity matrices)
12.3.0 #
Matrix:meanmethod addeddeviationmethod addedhasDatagetter addedemptyconstructor added
Vector:emptyconstructor added
12.2.0 #
Vector:sqrtmethod added
12.1.0 #
Matrix:rowIndicesfield added to the interfacecolumnIndicesfield added to the interface
12.0.2 #
xrange0.0.8 version supported (integersfunction used instead ofZRange)
12.0.1 #
xrangepackage version locked
12.0.0 #
Matrix:pickmethod removedsubmatrixmethod replaced withsamplemethod[]operator returnsVectorfrom now
Vector:randomFilledconstructor api changed,minandmaxargs are ofnumtype nowfromListconstructor api changed, from now as a source expectedList<num>instead ofList<doublet>filledconstructor api changed, from now sampling value is anuminstead ofdouble
- Dart sdk constraint returned to 2.2.0
11.0.0 #
- Dart sdk constraint changed: from 2.2.0 to 2.4.0
Matrix:pickmethod refactored- Grinder tasks for unit testing, code analysis and coverage added
10.3.7 #
Matrix:Iterable<Iterable<double>>implemented
10.3.6 #
Vector:randomFilleddefault parameters fixed- Tests for
Vector's constructors added
10.3.5 #
- readme updated: explanation images added
10.3.4 #
- Images for readme.md updated (simd architecture explanation)
10.3.3 #
- Images for readme.md added (simd architecture explanation)
10.3.2 #
Vector:hashCodespeed uprandomFilledconstructor extended:minandmaxparameters added
10.3.1 #
Vector:hashCodeimprovements
10.3.0 #
Vector:hashCodere-implemented: now it's possible to use the vector as a map key
10.2.0 #
Matrix:sortmethod added and implemented
10.1.0 #
Vector:subvectorByRangemethod added and implemented (for float32 vector)
10.0.4 #
pubspec.yaml: sdk version constraint changed from>=2.3.0to>=2.2.0
10.0.3 #
Float32Matrix.columns: empty list supported as a sourceFloat32Matrix.rows: empty list supported as a source
10.0.2 #
Float32Matrix.fromList: empty list supported as a source
10.0.1 #
- Links in README corrected
10.0.0 #
Vector:- removed possibility to mutate an instance of the Vector:
isMutableflag removed[]=operator removed
- removed possibility to mutate an instance of the Vector:
Matrix:- removed possibility to mutate an instance of the Matrix:
setColumnmethod removed
insertColumnsmethod addedMatrix.fromrenamed toMatrix.fromListMatrix.fromFlattenedrenamed toMatrix.fromFlattenedList- benchmarks added for checking matrix initialization performance
- removed possibility to mutate an instance of the Matrix:
- Performance enhancements
- Dart 2.3.0 supported
9.0.0 #
Vector:Distanceenum addeddistanceTomethod refactored- cosine distance calculation added
8.0.0 #
Matrix:rowsconstructor renamed tofromRowscolumnsconstructor renamed tofromColumnsflattenedconstructor renamed tofromFlattenedrowsgetter addedcolumnsgetter added
7.0.0 #
Matrix:ZRangesupport (instead of the library built-inRange)
6.1.1 #
Vector:uniquemethod refactored
6.1.0 #
Vector:- normalize method added to interface and supported in
Float32x4Vector - rescale method added to interface and supported in
Float32x4Vector
- normalize method added to interface and supported in
VectorBase: cache for popular operations implemented
6.0.2 #
Matrix:MatrixMixincorrected
6.0.1 #
Vectorclass refactored (get rid of redundant mixins)
6.0.0 #
- prefix
MLremoved from entities' names - Float32x4Vector: equality operator override added
- Matrix:
uniqueRowsmethod added
5.5.1 #
- MLMatrix: fixed bug in
setColumnmethod when rows cache was not cleared
5.5.0 #
- MLMatrix:
setColumnmethod implemented
5.4.0 #
- MLMatrix: dummy for
setColumnmethod added
5.3.0 #
- MLMatrix: frobenius norm calculation added
5.2.0 #
- MLMatrix:
/operator added - MLMatrix:
rowsMapmethod added - MLMatrix:
columnsMapmethod added
5.1.0 #
maxandminmethods added for matrix
5.0.1 #
- Travis integration added
dartfmttask added
5.0.0 #
- MLVector and MLMatrix now don't have generic type parameters
4.2.0 #
- Static factories converted into abstract factories
4.1.0 #
toStringmethod specified for matrix mixin- examples for vector operations fixed
4.0.0 #
- Vector type removed (there are no longer
columnandrowvectors) - Matrix's method
getColumnVectorrenamed togetColumn - Matrix method
getRowVectorrenamed togetRow - Public api documentation for
MLMatrix<E>added
3.5.0 #
- Mutable vectors supported in matrix
3.4.0 #
- Add possibility to create mutable vectors
- Add support for value assignment via []= operator
3.0.3 #
- readme contacts section updated
- build_runner dependency updated
3.0.2 #
- readme badge corrected
3.0.1 #
- readme updated
3.0.0 #
vectorizedMapvector's method improved: batch boundary indexes may be passed into a mapper functioncolumnsMapandrowsMapmatrix's method combined into one method -vectorizedMap- Public factories
Float32x4VectorFactoryandFloat32x4MatrixFactoryrenamed intoFloat32x4VectorandFloat32x4Matrix copyvector's method removed
2.3.0 #
pickmethod added to matrix api: it's possible now to combine a new matrix from different segments of a source matrix
2.2.2 #
- README.md updated (table of content)
2.2.1 #
- Travis integration added
2.2.0 #
- Support matrices in vector operations
2.1.0 #
- Column and row vectors added
2.0.0 #
- Unnecessary generic type argument removed from
MLMatrixclass - Matrix logic split into separate mixins
1.3.0 #
MLVectorMixinadded, benchmark directory reorganized
1.2.0 #
- Map functions added to matrix
1.1.0 #
Float32x4MatrixFactoryextended
1.0.1 #
- Readme updated
1.0.0 #
- Library public release