oj! Algorithms v48.1.0 Release Notes

Release Date: 2020-01-15 // about 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿšš A number of minor changes to improve interoperability with other JVM languages. Essentially tried to remove all cases with public methods declared in non-public abstract classes.

    org.ojalgo.array

    • Reviewed equals() and hashCode() implementations for most classes
    • Explicitly/correctly implemented doubleValue(long) and floatValue(long) methods in more classes

    org.ojalgo.type

    • It is now possible to "stop" and "reset" the Stopwatch with a single method call.

    ๐Ÿ›  Fixed

    org.ojalgo.array

    • A case of infinitite loop with (some) fillOne(...) methods