Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 00:37
· 264 commits to master since this release
57ee7e2

Arblib v0.6.0

Diff since v0.5.2

This release adds a breaking change for the constructor of polynomials and series for two-tuples. In the previous version ArbPoly((a, b)) would create the constant polynomial with the value Arb((a, b)). In the new version it will instead create the polynomial a + b * x. The old behavior can be reconstructed with ArbPoly(((a, b),)). See #142 for more details.

Merged pull requests: