1
1
Changelog
2
2
---------
3
3
la4j-0.5.5 ` Jan 2015 `
4
-
4
+ * Removed deprecated package ` org.la4j.factory `
5
+ * Bug fix in sparse matrix iterators
6
+ * Improved performance of vector by value multiplication
7
+ * Removed deprecated package ` org.la4j.io `
8
+ * New static factory methods ` Vector.* ` and ` Matrix.* `
5
9
6
10
la4j-0.5.0 ` Jan 2015 `
11
+ * Matrix and vector iterators in package ` org.la4j.iterator `
12
+ * Matrix and vector operations in package ` org.la4j.operations `
13
+ * Replaced factories with static factory methods
7
14
* Bug fix in serialization algorithm of sparse matrices (contributed by Catherine da Graca)`
8
15
* New sparse matrix methods: ` foldNonZero() ` , ` foldNonZeroInRow() ` , ` foldNonZeroInColumn() ` , ` foldNonZeroInColumns() ` , ` foldNonZeroInRows() `
9
16
* New sparse vector method: ` foldNonZero() `
10
- * New entity: ` MatrixBuilder `
11
- * New entity: ` VectorBuilder `
12
17
* New matrix/vector method ` mkString() ` for customized to-string conversion
13
18
* Bug fix in random generation of sparse matrices
14
19
* New sparse methods: ` isZeroAt() ` and ` nonZeroAt() `
@@ -19,13 +24,10 @@ la4j-0.5.0 `Jan 2015`
19
24
* Tests migrated to latest junit version, removed ` MockVector ` and ` MockMatrix ` classes (contributed by Maxim Samoylov)
20
25
* New vector method ` equals(vector, precision) `
21
26
* New matrix method ` equals(matrix, precision) `
22
- * New vector method ` normalize(vectorAccumulator) `
23
- * New vector method ` normalize() `
27
+ * New vector methods ` norm ` , ` euclideanNorm ` , ` manhattanNorm ` and ` infinityNorm `
24
28
* Added index range checks for ` SparseVector `
25
29
* Added index range checks for ` Basic1DMatrix ` , ` CRSMatrix ` , and ` CCSMatrix `
26
- * Removed method ` Vector.transform(int, VectorFunction) `
27
- * Removed methods ` Matrix.transform(int, int, MatrixFunction) `
28
-
30
+
29
31
la4j-0.4.9 ` Jan 2014 `
30
32
* Bug fix in ` align() ` method for big sparse matrices (reported by Michael Kapper)
31
33
* Bug fix in ` growup() ` method for big sparse matrices (contributed by Phil Messenger)
0 commit comments