Skip to content

Releases: pjabardo/Jacobi.jl

v0.7.0

27 Feb 11:23
Compare
Choose a tag to compare

Jacobi v0.7.0

Diff since v0.6.0

Merged pull requests:

  • bump compat for Polynomials to include v3 and v4 (#19) (@fatteneder)

v0.6.0

10 Apr 22:49
Compare
Choose a tag to compare

Jacobi v0.6.0

Diff since v0.5.1

Closed issues:

  • Version 0.5.1: compatibility with Polynomials 2.0 (#16)

Merged pull requests:

v0.5.1

09 Mar 14:28
Compare
Choose a tag to compare

Jacobi v0.5.1

Diff since v0.5.0

Version 0.5.1: Added Polynomials v2.0 to the compatibility list

Closed issues:

  • Version 0.5 tagged (#13)

Merged pull requests:

  • CompatHelper: bump compat for "Polynomials" to "2.0" (#15) (@github-actions[bot])

v0.5.0

24 Feb 16:25
Compare
Choose a tag to compare

Jacobi v0.5.0

Diff since v0.4.2

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

29 Mar 17:42
Compare
Choose a tag to compare

There was some trouble when installing from the registry. I think I got the REQUIRE file correctly.

Jacobi for Julia 1.0+

19 Mar 14:17
Compare
Choose a tag to compare

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+

19 Mar 11:46
Compare
Choose a tag to compare

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

22 Aug 15:36
Compare
Choose a tag to compare

Version 0.3.0

  • Removed support for Julia 0.3
  • Gauss quadrature works correctly with BigFloats