Skip to content

Releases: Expander/PolyLog.jl

PolyLog.jl 2.6.2

Choose a tag to compare

@Expander Expander released this 24 Mar 15:08

Fixes

  • Fix overload of complex li2 for non-standard complex types (e.g. ForwardDiff.Dual) #41

Full Changelog: 2.6.1...2.6.2

PolyLog.jl 2.6.1

Choose a tag to compare

@Expander Expander released this 20 Jan 09:48

Fixes

  • Fix MethodError when order argument n of li(n,z) is of type BigInt (#39)

PolyLog.jl 2.6.0

Choose a tag to compare

@Expander Expander released this 21 Apr 12:58

Changes

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

PolyLog.jl 2.5.1

Choose a tag to compare

@Expander Expander released this 20 Dec 06:55

New

  • overload of polylogarithms for arguments of type Missing

PolyLog.jl 2.5.0

Choose a tag to compare

@Expander Expander released this 16 Jun 16:50

New

PolyLog.jl 2.4.2

Choose a tag to compare

@Expander Expander released this 21 Feb 18:11

Fixes

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

PolyLog.jl 2.4.1

Choose a tag to compare

@Expander Expander released this 25 Nov 15:39

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

Choose a tag to compare

@Expander Expander released this 21 Oct 16:04

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

Choose a tag to compare

@Expander Expander released this 28 May 19:11

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

Choose a tag to compare

@Expander Expander released this 03 Jan 17:25

Changes

  • performance improvement of real dilogarithm reli2(x)