Skip to content

Commit b6c5eec

Browse files
committed
Release 0.6.0
1 parent bfd254f commit b6c5eec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
---------
3+
la4j-0.6.0 `Dec 2015`
4+
* Fix validation errors in `Matrix.insert`
5+
* New matrix methods `insertRow` and `insertColumn`
6+
* Support comments in Matrix Market format
7+
* New `NO_PIVOT_GAUSS` matrix inverter
8+
* New matrix norms: Euclidean, Infinity and Manhattan
9+
* New factory methods for `Vector`: `fromMap` and `fromCollection`
10+
311
la4j-0.5.5 `Jan 2015`
412
* Removed deprecated package `org.la4j.factory`
513
* Bug fix in sparse matrix iterators

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Instalation
1515
<dependency>
1616
<groupId>org.la4j</groupId>
1717
<artifactId>la4j</artifactId>
18-
<version>0.5.5</version>
18+
<version>0.6.0</version>
1919
</dependency>
2020
```
2121

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.la4j</groupId>
55
<artifactId>la4j</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.5.5</version>
7+
<version>0.6.0</version>
88
<name>la4j</name>
99
<url>http://la4j.org</url>
1010
<description>A 100% Java sparse and dense matrix library.</description>

0 commit comments

Comments
 (0)