Skip to content

Commit

Permalink
Version 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Sep 24, 2023
1 parent bc7db95 commit 53c2a8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an
```
<groupId>org.ejml</groupId>
<artifactId>ejml-all</artifactId>
<version>0.43</version>
<version>0.43.1</version>
```

This will add the entire library. Alternatively, you can include the required modules individually:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.ejml'
version = '0.44-SNAPSHOT'
version = '0.43.1'

project.ext.commons_io_version = '2.11.0'
project.ext.lombok_version = '1.18.24'
Expand Down
8 changes: 8 additions & 0 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Change log for EJML

Date format: year/month/day

----- Version 0.43.1
2023/Sep/23

- Fixed low level bug in ConcurrentyOps where it was not clearing the workspace in all situations,
resulting in really weird bugs in downstream customers of EJML
- Javadoc clean up, Thanks jozef Kutas
-Added DMatrixRMaj.get2DData() which returns the matrix encoded as a 2D array

----- Version 0.43
2023/04/15

Expand Down

0 comments on commit 53c2a8f

Please sign in to comment.