Releases: PerezHz/TaylorIntegration.jl
Releases · PerezHz/TaylorIntegration.jl
TaylorIntegration v0.14.3
TaylorIntegration v0.14.3
v0.13.0
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
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.0
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
TaylorIntegration v0.10.0
Diff since v0.9.1
Closed issues:
- Division does not define a Taylor1 polynomial; (#148)
ODEProblem
s with recompile=false
flag not supported (#149)
Merged pull requests:
v0.9.1
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)