Skip to content

2.3.0

Choose a tag to compare

@saraedum saraedum released this 17 Jan 19:54
· 250 commits to master since this release

Added:

  • Added Module::one() convenience method; returns a 1 element if one exists in the module.

Fixed:

  • Fixed rendering of benchmark results on GitHub Pages.
  • Added missing implementation of Element<NumberField>::Element(const Element<IntegerRing>&) and Element<Numberfield>::Element(const Element<RationalField>&).
  • Fix comparison of zero elements with real numbers.

Performance:

  • Improved performance of explicit bool cast, i.e., non-zero check, for Element.