Skip to content

JPT v2.4.0

Compare
Choose a tag to compare
@cicirello cicirello released this 15 Feb 21:12
· 897 commits to master since this release
10b0ae8

[2.4.0] - 2021-02-15

Changed

  • Minor optimizations to ReversalDistance and ReinsertionDistance.
  • Refactored the RandomVariates.nextCauchy methods to remove redundancy.
  • Refactored org.cicirello.math.rand.BTPE to remove redundancy.
  • Refactored various methods of RandomIndexer to remove redundancy.
  • Minor optimizations to RandomIndexer.sample methods.

Fixed

  • Fixed large magnitude negative input case in MathFunctions.logGamma.
  • Fixed but in JacobiDiagonalization in case when default epsilon is not used.

CI/CD

  • Added test cases to improve test coverage to 100%.