Skip to content

Releases: Expander/PolyLog.jl

PolyLog.jl 2.6.0

21 Apr 12:58

Choose a tag to compare

Changes

  • Update (optiona) ForwardDiff dependency to version 1
  • Small performance improvement of harmonic function

PolyLog.jl 2.5.1

20 Dec 06:55

Choose a tag to compare

New

  • overload of polylogarithms for arguments of type Missing

PolyLog.jl 2.5.0

16 Jun 16:50

Choose a tag to compare

New

PolyLog.jl 2.4.2

21 Feb 18:11

Choose a tag to compare

Fixes

  • Fixed imprecision of complex li2 for small arguments (#24)
  • preserve sign of zero (#27)

PolyLog.jl 2.4.1

25 Nov 15:39

Choose a tag to compare

Fixes

  • Ensure enough terms are taken into account in the series expansions in li(n,z) when n is of type Int8.

PolyLog.jl 2.4.0

21 Oct 16:04

Choose a tag to compare

New

  • arbitrary precision implementations of li0(z), li1(z), reli1(x), li2(z), reli2(x), li(n,z), reli(n,x),

Changes

  • extend range of input values that do not cause a floating-point overflow

PolyLog.jl 2.3.1

28 May 19:11

Choose a tag to compare

Changes

  • Added protection against catastrophic cancellation in the real dilogarithm li2 and the real trilogarithm li3 for arguments close to 1. (Such a potential catastrophic cancellation has not been observed yet, though.)

PolyLog.jl 2.3.0

03 Jan 17:25

Choose a tag to compare

Changes

  • performance improvement of real dilogarithm reli2(x)

PolyLog.jl 2.2.0

10 Nov 09:00

Choose a tag to compare

Changes

  • performance improvement of reli4(x)
  • performance improvement of digamma(n)
  • file CITATION.cff has been added with structured citation information

PolyLog.jl 2.1.0

29 Jul 06:32

Choose a tag to compare

Changes

  • performance improvement of real trilogarithm reli3(x::Real)