Skip to content

Commit 90866e5

Browse files
committed
Update changelog
1 parent b0e50ff commit 90866e5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Changelog
22
---------
33
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.*`
59

610
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
714
* Bug fix in serialization algorithm of sparse matrices (contributed by Catherine da Graca)`
815
* New sparse matrix methods: `foldNonZero()`, `foldNonZeroInRow()`, `foldNonZeroInColumn()`, `foldNonZeroInColumns()`, `foldNonZeroInRows()`
916
* New sparse vector method: `foldNonZero()`
10-
* New entity: `MatrixBuilder`
11-
* New entity: `VectorBuilder`
1217
* New matrix/vector method `mkString()` for customized to-string conversion
1318
* Bug fix in random generation of sparse matrices
1419
* New sparse methods: `isZeroAt()` and `nonZeroAt()`
@@ -19,13 +24,10 @@ la4j-0.5.0 `Jan 2015`
1924
* Tests migrated to latest junit version, removed `MockVector` and `MockMatrix` classes (contributed by Maxim Samoylov)
2025
* New vector method `equals(vector, precision)`
2126
* 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`
2428
* Added index range checks for `SparseVector`
2529
* 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+
2931
la4j-0.4.9 `Jan 2014`
3032
* Bug fix in `align()` method for big sparse matrices (reported by Michael Kapper)
3133
* Bug fix in `growup()` method for big sparse matrices (contributed by Phil Messenger)

0 commit comments

Comments
 (0)