Singular.jl 0.4.5 released
22 Feb 2021Here is an overview of the changes in this release of Singular.jl:
- Singular.jl should no longer crash on the new rings that Singular and its
libraries can create, or at least it should crash in far fewer cases. At a lower
level, this means that we have the internal function
create_ring_from_singular_ringfor turning alibSingular.ring_ptrinto a bona fideRing. - Singular’s algebraic extensions of
QQandFpcan now be constructed via the functionAlgebraicFieldExtension. This function takes a univariateFunctionFieldand a minimal polynomial in the function field to create the algebraic extension. - Various small bugs have been fixed.