oj! Algorithms v48.3.2 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • โž• Added

    org.ojalgo.concurrent

    • ๐Ÿ†• New set of standard levels of parallelism defined in enum Parallelism.

    org.ojalgo.function

    • โž• Additions to PowerOf2 utilities

    ๐Ÿ”„ Changed

    org.ojalgo.matrix

    • ๐Ÿ‘Œ Improved the copying to internal representation for iterative equation system solvers (IterativeSolverTask).

    org.ojalgo.netio

    • Password now encrypts using SHA-512 rather than MD5 (existing passwords need to be reset)

    org.ojalgo.optimisation

    • Slight changes to parameter scaling (presolver functionality in ExpressionsBasedModel)
    • Minor numerical tweaks to both LinearSolver and ConvexSolver

    ๐Ÿ—„ Deprecated

    org.ojalgo.optimisation

    • ๐Ÿ—„ MathProgSysModel is deprecated - direct usage of that class. Instead there is a parse(File) method in ExpressionsBasedModel

    org.ojalgo.type.context

    • ๐Ÿ—„ Clean up of constructors and factories in NumberContext. Almost all of them are deprecated and replaced by new alternatives.

    ๐Ÿ›  Fixed

    org.ojalgo.optimisation