Skip to content

Releases: Expander/ClausenFunctions.jl

ClausenFunctions.jl 1.16.1

20 Dec 06:54
Compare
Choose a tag to compare

New

  • optimization of cl(n::Integer, z::Complex)
  • overload of Clausen functions for arguments of type Missing

ClausenFunctions.jl 1.16.0

13 Mar 05:12
Compare
Choose a tag to compare

Fixes

  • correctly handle signed zero

ClausenFunctions.jl 1.15.0

24 Nov 06:24
Compare
Choose a tag to compare

Fixes

  • Correction in documentation of cl(n,z) and sl(n,z) regarding the allowed input values for n.

ClausenFunctions.jl 1.14.0

23 Nov 05:56
Compare
Choose a tag to compare

New

  • implementation of Cl(n,x) and Sl(n,x) for n<1

ClausenFunctions.jl 1.13.0

21 Oct 19:23
Compare
Choose a tag to compare

New

  • implementation of cl(n,x) for x of type (real or complex) BigFloat
  • implementation of sl(n,x) for x of type (real or complex) BigFloat

ClausenFunctions.jl 1.12.0

01 Aug 13:49
Compare
Choose a tag to compare

New

  • implementation of cl1(z) for complex z
  • implementation of cl1(z) with arbitrary precision
  • implementation of cl(n,z) for complex z
  • implementation of sl(n,z) for complex z

ClausenFunctions.jl 1.11.0

03 Jan 17:23
Compare
Choose a tag to compare

Changes

  • fix type instability of cl1

ClausenFunctions.jl 1.10.0

03 Nov 17:08
Compare
Choose a tag to compare

Changes

  • type-generic function interfaces, now accepting numbers of type Real
  • performance improvement of range reduction

ClausenFunctions.jl 1.9.0

31 Jan 09:29
Compare
Choose a tag to compare

Changes

  • performance improvement of Cl(n,x) and Sl(n,x)

ClausenFunctions.jl 1.8.0

14 Jan 16:09
Compare
Choose a tag to compare

New

  • Glaisher-Clausen function Sl(n,x) for integers n > 0 and real numbers x