oj! Algorithms v47.3.1 Release Notes

Release Date: 2019-09-29 // over 4 years ago
  • โž• Added

    org.ojalgo.function

    • ๐Ÿ†• New special function utility class PowerOf2. It replaces what was in PrimitiveMath, made some improvements and addition and added support or 'int' (used to be only 'long').

    ๐Ÿ”„ Changed

    org.ojalgo.matrix

    • ๐Ÿšš The multithreaded implementations of aggregateAll in PrimkitiveDenseStoree and GenericDenseStore are removed.

    org.ojalgo.optimisation

    • The iterative version of the ActiveSetSolver now enforce an iterations limit on its internal subsolver.

    org.ojalgo.structure

    • ๐Ÿ—„ The stream(boolean) methods of ElementView, RowView and ColumnView are deprecated and replaced with a simple stream() method. You no longer have the option to use parallel streams.

    ๐Ÿ—„ Deprecated

    org.ojalgo.function

    • ๐Ÿ”€ The merge functionality of AggregatorFunction is deprecated.
    • Everything related to "power of 2" has been deprecetd in PrimitiveMath.
    • ๐Ÿšš FunctionUtils has been deprecated. Everything in it has been moved elsewhere โ€“ mostly to MissingMath.

    ๐Ÿ›  Fixed

    • The compareTo method of CalendarDateDuration didn't work when the unit of either instances was "nanos".