Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Dec 13, 2015
1 parent bfd254f commit b6c5eec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
---------
la4j-0.6.0 `Dec 2015`
* Fix validation errors in `Matrix.insert`
* New matrix methods `insertRow` and `insertColumn`
* Support comments in Matrix Market format
* New `NO_PIVOT_GAUSS` matrix inverter
* New matrix norms: Euclidean, Infinity and Manhattan
* New factory methods for `Vector`: `fromMap` and `fromCollection`

la4j-0.5.5 `Jan 2015`
* Removed deprecated package `org.la4j.factory`
* Bug fix in sparse matrix iterators
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Instalation
<dependency>
<groupId>org.la4j</groupId>
<artifactId>la4j</artifactId>
<version>0.5.5</version>
<version>0.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.la4j</groupId>
<artifactId>la4j</artifactId>
<packaging>jar</packaging>
<version>0.5.5</version>
<version>0.6.0</version>
<name>la4j</name>
<url>http://la4j.org</url>
<description>A 100% Java sparse and dense matrix library.</description>
Expand Down

0 comments on commit b6c5eec

Please sign in to comment.