Skip to content

Releases: dominic-chang/JacobiElliptic.jl

v0.2.3

14 Aug 01:21
Compare
Choose a tag to compare

JacobiElliptic v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Remove Documenter and Setfield deps (#11) (@ptiede)

v0.2.2

31 Jul 23:14
Compare
Choose a tag to compare

JacobiElliptic v0.2.2

Diff since v0.2.1

Merged pull requests:

  • CompatHelper: bump compat for Enzyme in [weakdeps] to 0.12, (keep existing compat) (#8) (@github-actions[bot])

Closed issues:

  • NaNs from ForwardDiff (#9)

v0.2.1

03 Apr 13:46
Compare
Choose a tag to compare

JacobiElliptic v0.2.1

Diff since v0.2.0

Changes

  • Pre-allocated arrays to remove GPU malloc calls
  • Added new Enzyme rules for Const returns

v0.2.0

31 Mar 11:20
01a91de
Compare
Choose a tag to compare

JacobiElliptic v0.2.0

  • Now includes Bille C. Carlson's Algorithms for elliptic integrals and Jacobi elliptic functions (default)
  • Auto differentiable with support from ForwardDiff, Zygote and Enzyme

Diff since v0.1.1

Merged pull requests:

  • Add Carlson algorithms for calculating Elliptic Integrals (#4) (@dchang10)
  • CompatHelper: add new compat entry for ForwardDiff at version 0.10, (keep existing compat) (#6) (@github-actions[bot])

v0.1.1

08 Mar 20:57
88996d1
Compare
Choose a tag to compare

JacobiElliptic v0.1.1

Diff since v0.1.0

v0.1.0

14 Oct 23:51
Compare
Choose a tag to compare

Implementation of Toshio Fukushima algorithms for Elliptic integrals and Jacobi Elliptic functions

What's New

  • Complete and Incomplete Elliptic Integrals of the First Kind (K, F)
  • Complete and Incomplete Elliptic Integrals of the Second Kind (E)
  • Complete and Incomplete Elliptic Integrals of the Third Kind (Pi)
  • Elliptic sine and its inverse (sn, asn)
  • Elliptic cosine and its inverse (cn, asn)
  • Elliptic delta amplitude

New Contributors

Full Changelog: https://github.com/dchang10/JacobiElliptic.jl/commits/v0.1.0