Skip to content

Releases: PerezHz/TaylorIntegration.jl

TaylorIntegration v0.14.3

11 Nov 22:29
66edf8f
Compare
Choose a tag to compare
TaylorIntegration v0.14.3

v0.14.2

01 Jul 13:06
Compare
Choose a tag to compare

TaylorIntegration v0.14.2

Diff since v0.14.1

v0.14.1

01 Jul 10:30
7c9318d
Compare
Choose a tag to compare

TaylorIntegration v0.14.1

Diff since v0.14.0

Merged pull requests:

  • Add root-finding with dense output taylorinteg methods (#170) (@PerezHz)

v0.14.0

29 Jun 21:49
6086c17
Compare
Choose a tag to compare

TaylorIntegration v0.14.0

Diff since v0.13.0

Merged pull requests:

v0.13.0

20 May 21:09
7538b12
Compare
Choose a tag to compare

TaylorIntegration v0.13.0

Diff since v0.12.0

Closed issues:

  • _allocate_jetcoeffs! can evaluate terms if'd out in ODE function at the ICs when the term values might not be finite (#163)
  • Conditionally load OrdinaryDiffEq via weakdeps (#166)

Merged pull requests:

v0.12.0

14 May 10:59
3727bbf
Compare
Choose a tag to compare

TaylorIntegration v0.12.0

Diff since v0.11.1

Closed issues:

  • Module loading sequence hang with OrdinaryDiffEq.jl (#160)

Merged pull requests:

  • Benchmarks for Lyapunov exponents (#158) (@AdrianMI49)
  • Order of loading packages for common interface (#162) (@lbenet)
  • CompatHelper: bump compat for TaylorSeries to 0.15, (keep existing compat) (#164) (@github-actions[bot])
  • Fix #160 (#165) (@PerezHz)

v0.11.1

11 Mar 20:33
e3370e4
Compare
Choose a tag to compare

TaylorIntegration v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Update TaylorSeries and fix errors in DiffEq common interface (#159) (@PerezHz)

v0.11.0

08 Feb 01:43
ca657b7
Compare
Choose a tag to compare

TaylorIntegration v0.11.0

Diff since v0.10.0

Closed issues:

  • Error when using t as function argument and internal variable (#143)
  • Error: "__tmpTaylor[2]" is not a valid function argument name (#146)
  • UndefVarError occurs when calling _allocate_jetcoeffs! (#153)
  • Preallocations in @taylorize (#155)

Merged pull requests:

v0.10.0

25 Oct 08:18
99c7d7f
Compare
Choose a tag to compare

TaylorIntegration v0.10.0

Diff since v0.9.1

Closed issues:

  • Division does not define a Taylor1 polynomial; (#148)
  • ODEProblems with recompile=false flag not supported (#149)

Merged pull requests:

v0.9.1

28 May 01:15
0223c5c
Compare
Choose a tag to compare

TaylorIntegration v0.9.1

Diff since v0.9.0

Closed issues:

  • Stopping Simulation - Question (#144)

Merged pull requests:

  • Metaprogramming for taylorinteg dense output (#142) (@LuEdRaMo)
  • Minor fix in jetcoeffs!, and bump patch version (#147) (@lbenet)