2.3.0
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>&)andElement<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.