Archive for the ‘Changelog’ Category.
February 8, 2010, 11:17 am
It’s been a long time since the last release. This version brings a lot of improvements, especially concerning linear algebra functions. UJMP now fully supports solving linear equations and decomposition methods: Singular value decomposition, Eigenvalue decomposition, LU, QR, and Cholesky decomposition.
Many basic functions such as scaling and matrix multiplication can use multiple threads which improved performance a lot.
July 4, 2009, 6:53 pm
This version brings support for BigInteger and BigDecimal matrices. Also a lot of refactoring, bug fixing and other improvements.
February 21, 2009, 11:46 pm
This release brings support for additional matrix packages and other libraries:
- Interface to Shared Scientific Toolbox
- Interface to Ojalgo
- Interface to parallelcolt
- Interface to JSci
- Interface to JScience
- Interface to Lucene
A benchmark is included to compare the performance of UJMP against other matrix libraries, including Colt, Jama, and many others.
Additional interfaces have been created to better reflect the the matrix type, e.g. SparseMatrix.
And of course: bug fixes and improvements!
January 18, 2009, 11:57 pm
- dependencies removed: ujmp-core and ujmp-gui require no other jar files!
- refactoring of interfaces: cleaner class hierarchy
- included new methods to replace missing values
- Main methods for core and GUI to display information
- a lot of bugfixes
September 7, 2008, 11:38 am
- matrix gui moved from JDMP to UJMP
- bugfixes
- improvements