Releases: pjabardo/Jacobi.jl
v0.7.0
Jacobi v0.7.0
Merged pull requests:
- bump compat for Polynomials to include v3 and v4 (#19) (@fatteneder)
v0.6.0
Jacobi v0.6.0
Closed issues:
- Version 0.5.1: compatibility with Polynomials 2.0 (#16)
Merged pull requests:
- Create .gitattributes to fix GitHub Languages (#17) (@nathanaelbosch)
- compatibility with SpecialFunctions v2 (#18) (@tristanmontoya)
v0.5.1
v0.5.0
Jacobi v0.5.0
Version 0.5. Improved docs and some accuracy issues when calculating zeros of Jacobi polynomials.
Merged pull requests:
- add missing test dependency (#9) (@KristofferC)
- CompatHelper: add new compat entry for "SpecialFunctions" at version "1.0" (#10) (@github-actions[bot])
- CompatHelper: add new compat entry for "Polynomials" at version "1.1" (#11) (@github-actions[bot])
Getting Jacobi to install without trouble in all supported Julia versions
There was some trouble when installing from the registry. I think I got the REQUIRE file correctly.
Jacobi for Julia 1.0+
Got it working with Julia versions 0.6, 0.7, 1.0 and 1.1. Now thanks to contributions by eschnett, the Gauss quadrature rules work with large number of points. I dropped support for the array version of the functions with the wonderfun broadcasting available now.
Jacobi for Julia 1.0+
Got it working with Julia versions 0.6, 0.7, 1.0 and 1.1. Now thanks to contributions by eschnett, the Gauss quadrature rules work with large number of points. I dropped support for the array version of the functions with the wonderfun broadcasting available now.
v0.3.0: Forgot to change pkg name in .travis.yml
Version 0.3.0
- Removed support for Julia 0.3
- Gauss quadrature works correctly with BigFloats