Releases: kalmarek/Arblib.jl
Releases · kalmarek/Arblib.jl
v0.6.4
Arblib v0.6.4
Merged pull requests:
- Improve differentation, integration and evaluation of polynomials (#149) (@Joel-Dahne)
v0.6.3
Arblib v0.6.3
Merged pull requests:
v0.6.2
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.
Closed issues:
- update arbcalls (#145)
Merged pull requests:
- Update Arb to version 2.21.1 (#146) (@Joel-Dahne)
v0.6.1
v0.6.0
Arblib v0.6.0
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:
- Add deepcopy method for Arb structs (#141) (@Joel-Dahne)
- Polynomial performance improvements (#142) (@Joel-Dahne)
v0.5.2
Arblib v0.5.2
Closed issues:
- Many allocations when calculating hypergeometric functions (#139)
Merged pull requests:
- Update the setters for Arb from a tuple (#140) (@Joel-Dahne)
v0.5.1
Arblib v0.5.1
Merged pull requests:
- Update Arb_jll and FLINT_jll versions (#135) (@lucifer1004)
- Add BigInt constructors (#137) (@Joel-Dahne)
v0.5.0
Arblib v0.5.0
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
v0.4.1
Arblib v0.4.1
Merged pull requests:
- new gh actions (#127) (@kalmarek)
- Enh/minor polynomial improvements (#128) (@Joel-Dahne)
- Add integrate option and releaase (#129) (@Joel-Dahne)