Skip to content

Releases: rolmip/polyany

0.4.0

13 Aug 17:55

Choose a tag to compare

0.4.0 (2025-08-13)

Feat

  • latex representation on jupyter notebook (#42)

[main 0c179b2] bump: version 0.3.0 → 0.4.0
3 files changed, 8 insertions(+), 2 deletions(-)

0.3.0

13 Aug 13:25

Choose a tag to compare

0.3.0 (2025-08-13)

Feat

  • multiplication and division (#40)

[main 2277911] bump: version 0.2.0 → 0.3.0
3 files changed, 8 insertions(+), 2 deletions(-)

0.2.0

06 Aug 18:26
09720dd

Choose a tag to compare

0.2.0 (2025-08-06)

Feat

  • partial derivatives (#31)
  • zeros polynomial (#29)
  • add method to prune empty monomials (#27)
  • addition/subtraction (#19)
  • exponents: sparse representation (#20)
  • add method to shift variables (#8)
  • add comparison and equality operators (#5)
  • add quadratic form creation method (#4)
  • evaluate polynomial at a point using call
  • add univariate polynomial method

Fix

  • prune: return zeros polynomial when all coefficients are zero (#30)
  • polynomial evaluation without constant terms (#24)
  • get python builtin in degree attribute
  • remove squeeze in coefficients conversion

Refactor

  • simplify internal representation to full polynomial

Perf

  • full_exponents algorithm (#15)