Skip to content

v0.2.1

Compare
Choose a tag to compare
@GDeLaurentis GDeLaurentis released this 04 May 20:10
· 9 commits to main since this release

[0.2.1] - 2024-05-04

Added

  • Multivariate Newton interpolation algorithm, multivariate_Newton_polynomial_interpolation.

Changed

  • Improved compatibility of extended_euclidean_algorithm: output is of same type as input.
  • Improved ModP and PAdic constructors to handle a wider variety of inputs, e.g. ModP('+1', 2 ** 31 - 1) is now valid.
  • Splitting CI Test and Lint, adding automatic PyPI release workflow.

Fixed

  • Rationalisation of $p$-adic non integers Issue 4.
  • Fixed naming of extended_euclidean_algorithm (was extended_euclideal_algorithm).