Releases: ujmp/universal-java-matrix-package
Releases · ujmp/universal-java-matrix-package
v0.3.0
v0.2.5
- update dependencies to newest version
- bugfixes and refactoring
v0.2.4
- add improvements for linear algebra functions
- add support for solving linear equations
- add singular value decomposition
- add eigenvalue decomposition
- add LU, QR, and Cholesky decomposition
- support for multi-threading for scaling, matrix multiplication, and other functions
v0.2.3
- add support for BigInteger and BigDecimal matrices
- a lot of refactoring, bug fixing and other improvements
v0.2.2
- add new factory classes to allow easier switching of matrix implementations in the future
- add demo showing the Mandelbrot fractal
- minor bugfixes, improvements and API changes
v0.2.1
- add interface to Shared Scientific Toolbox
- add interface to Ojalgo
- add interface to parallelcolt
- add interface to JSci
- add interface to JScience
- add interface to Lucene
v0.2.0
- remove dependencies: ujmp-core and ujmp-gui require no other jar files
- refactoring of interfaces: cleaner class hierarchy
- include new methods to replace missing values
- main methods for core and GUI to display information
- a lot of bugfixes
v0.1.1
- initial release
v0.1.0
- original pre-release