poly v0.5.0.0 Release Notes

    • ๐Ÿ”„ Change definition of Data.Euclidean.degree to coincide with the degree of polynomial.
    • Implement multivariate polynomials (usual and Laurent).
    • ๐Ÿ“œ Reimplement sparse univariate polynomials as a special case of multivariate ones.
    • Speed up gcd calculations for all flavours of polynomials.
    • ๐ŸŽ Decomission PolyOverField: it does not improve performance any more.
    • โž• Add function quotRemFractional.
    • โž• Add an experimental implementation of the discrete Fourier transform.
    • โž• Add conversion functions between dense and sparse polynomials.