Skip to content

Releases: JuliaDiff/TaylorSeries.jl

v0.21.4

06 Apr 23:35
b3a7cb1

Choose a tag to compare

TaylorSeries v0.21.4

Diff since v0.21.3

Add matmul! for allocation-free matrix multiplication with Taylor1 or TaylorN elements

Merged pull requests:

  • Inplace multiplicacion for Matrix{Taylor1} and Matrix{TaylorN} (#403) (@lbenet)

v0.21.3

06 Apr 00:54
da2908a

Choose a tag to compare

TaylorSeries v0.21.3

Diff since v0.21.2

Minor patch fixing a small bug.

Merged pull requests:

  • Create polynomial of order 0 with Taylor1([Type], 0) (#402) (@lbenet)

Closed issues:

  • Nasty behaviour of sqrt(x) (#24)
  • Trying to understand the math of the power function (#370)
  • Cannot create a polynomial of order 0 anymore (#401)

v0.21.2

11 Mar 16:59
9bb0b11

Choose a tag to compare

TaylorSeries v0.21.2

Diff since v0.21.1

Merged pull requests:

Closed issues:

  • Crash when printing TaylorN with mixed-length polynomials (#392)
  • imag function gives wrong result for version 0.21 (#397)
  • Variable names incorrect for automatically numbered variables (#398)

v0.21.1

07 Mar 18:05
437f2e0

Choose a tag to compare

TaylorSeries v0.21.1

Diff since v0.21.0

patch version for function-like evaluation of AbstractArray{<:AbstractSeries}

Merged pull requests:

  • Function-like evaluation of AbstractArray{<:AbstractSeries} (#396) (@LuEdRaMo)

v0.21.0

06 Mar 18:56
cc5e01c

Choose a tag to compare

TaylorSeries v0.21.0

Diff since v0.20.10

use FixedSizeArrays (FixedSizeVectorDefault) to store coefficients of polynomials

Breaking changes

  • Use FixedSizeArrays for the struct coefficients; eliminate order field for Taylor1 and TaylorN

  • Other fixes to improve memory allocations (specially in Julia v1.11 and 1.12)

Merged pull requests:

  • Use FixedSizeArrays for the struct coefficients (#394) (@lbenet)

v0.20.10

08 Dec 23:20
7184992

Choose a tag to compare

TaylorSeries v0.20.10

Diff since v0.20.9

Merged pull requests:

v0.20.9

13 Oct 23:52
a30f636

Choose a tag to compare

TaylorSeries v0.20.9

Diff since v0.20.8

Merged pull requests:

Closed issues:

  • [Bug] expm1 is wrong. (#389)

v0.20.8

07 Oct 19:30
4f95b51

Choose a tag to compare

TaylorSeries v0.20.8

Diff since v0.20.7

Merged pull requests:

v0.20.7

20 Sep 18:26
86933d7

Choose a tag to compare

TaylorSeries v0.20.7

Diff since v0.20.6

Merged pull requests:

  • Reduce memory allocation when squaring a nested Taylor1 (#388) (@LuEdRaMo)

v0.20.6

20 Sep 15:45
fc1dcbd

Choose a tag to compare

TaylorSeries v0.20.6

Diff since v0.20.5