Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@GDeLaurentis GDeLaurentis released this 18 Dec 15:24

[0.2.4] - 2024-12-18

Added

  • zero_ideal and random_point functions for Ring class.
  • DEGBOUNDs parameters containing list of degree bounds to use in iterated computations.

Changed

  • Improved stability of point_on_variety when using arbitrary precision floats.

Fixed

  • Fixed issue when parsing complex floats with imaginary part in scientific notation.
  • Fixed bug in primality test where if the deg. bounded computation was inconclusive the deg. bounded Groebner basis was still being using in the computation without a degree bound, causing erroneous failures.