Skip to content

Releases: kalmarek/Arblib.jl

v0.6.4

19 Mar 23:23
63b5881
Compare
Choose a tag to compare

Arblib v0.6.4

Diff since v0.6.3

Merged pull requests:

  • Improve differentation, integration and evaluation of polynomials (#149) (@Joel-Dahne)

v0.6.3

03 Feb 00:43
d18dd12
Compare
Choose a tag to compare

Arblib v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

12 Jan 14:39
d1f9a18
Compare
Choose a tag to compare

Arblib v0.6.2

This updates the version for Arb_jll and now uses Arb v2.21.0. This implicitly drops support for Julia version earlier than v1.6 since Arb_jll doesn't support them.

Diff since v0.6.1

Closed issues:

  • update arbcalls (#145)

Merged pull requests:

v0.6.1

14 Dec 16:08
122a13e
Compare
Choose a tag to compare

Arblib v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

25 Nov 00:37
57ee7e2
Compare
Choose a tag to compare

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:

v0.5.2

30 Oct 00:21
7c9003f
Compare
Choose a tag to compare

Arblib v0.5.2

Diff since v0.5.1

Closed issues:

  • Many allocations when calculating hypergeometric functions (#139)

Merged pull requests:

v0.5.1

26 Sep 16:19
6403d79
Compare
Choose a tag to compare

Arblib v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

20 Sep 16:14
7695f6c
Compare
Choose a tag to compare

Arblib v0.5.0

Diff since v0.4.2

Merged pull requests:

  • feat: add support for multi-threading flint (#132) (@lucifer1004)
  • Fix scalar addition and subtraction for polynomials, missing special function and comparison with Rational (#133) (@Joel-Dahne)

v0.4.2

09 Sep 23:46
34a1487
Compare
Choose a tag to compare

Arblib v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

20 Aug 21:07
b0a946f
Compare
Choose a tag to compare

Arblib v0.4.1

Diff since v0.4.0

Merged pull requests: