Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 845 Bytes

File metadata and controls

28 lines (22 loc) · 845 Bytes

Changelog

All notable changes to this project will be documented in this file.

Changed

  • Updated Maven plugins and library dependencies.
  • Updated Maven project for new Java compilers.

Fixed

  • NullPointerException when converting MPZ(0) to BigInteger (#5).
  • MPQ.hashCode uses only the numerator.
  • Javadoc for PrimalityStatus.

1.0.1 - 2023-05-23

Changed

  • Updated Maven plugins and library dependencies.
  • Refreshed minimum GMP version.

Fixed

  • Return value of mp?_sgn.
  • MPF.getD2Exp test for old versions of GMP.

1.0 - 2023-04-06

  • First GA release of JGMP