Skip to content

Releases: ujmp/universal-java-matrix-package

v0.3.0

30 Jul 10:16

Choose a tag to compare

  • remove all dependencies which are not on Maven Central
  • allow release to Maven Central in pom.xml
  • improve import/export functions
  • visualization now works for huge matrices
  • refactoring for matrix classes
  • add examples

v0.2.5

29 Jul 11:59

Choose a tag to compare

  • update dependencies to newest version
  • bugfixes and refactoring

v0.2.4

29 Jul 11:49

Choose a tag to compare

  • 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

29 Jul 11:34

Choose a tag to compare

  • add support for BigInteger and BigDecimal matrices
  • a lot of refactoring, bug fixing and other improvements

v0.2.2

29 Jul 11:24

Choose a tag to compare

  • 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

29 Jul 11:17

Choose a tag to compare

  • 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

29 Jul 11:13

Choose a tag to compare

  • 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

29 Jul 11:07

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • initial release

v0.1.0

29 Jul 11:37

Choose a tag to compare

  • original pre-release