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 ec38bff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 ec38bff

Please sign in to comment.