Changes in version 1.1.1:
Deprecated:
a + b
was possible even if a
and b
lived in different number fields if at least one of them was actually a rational number. This led to inconsistent parent fields of the resulting element. We still allow such operations if the parent of a
or b
is the rational field (renf_class::make()
) otherwise a deprecation warning is printed. To fully opt in to the new behavior set the environment variable LIBEANTIC_STRICT_BINOP
to any value; this raises an exception instead of printing a warning.Fixed:
Performance:
RealEmbeddedNumberField
in Python interface by caching results. In particular the costly conversion from renf_class
.Changes in version 1.2.0:
Performance:
Improved conversion from vectors of rational coefficients to renf_elem_class
by using a faster code path in FLINT.
Improved conversion from SageMath number fields to pyeantic RealEmbeddedNumberField
. This adds a dependency of pyeantic on gmpxxyy.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-5ce3a43e53
Please login to add feedback.
This update has been submitted for testing by jjames.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.