Releases: PerezHz/TaylorIntegration.jl
TaylorIntegration v0.4.1
This minor version is being released in order to register a DOI with Zenodo.
TaylorIntegration v0.4.0
TaylorIntegration v0.4.0 features the following:
- Add support for julia 0.7, 1.0 and 1.1.
- Experimental feature: HUGE performance optimization via the
@taylorize
macro (#31). - Lyapunov spectrum: several performance optimizations, change name
liap_taylorinteg
tolyap_taylorinteg
, add support for user-defined Jacobians (#55, #56 and #64). - Add taylorinteg root-finding method with time ranges (#62).
- Documentation for stable and latest versions via Documenter.jl.
- Drop support for julia 0.6.
TaylorIntegration v0.3.1
This is the last release compatible with julia 0.6
TaylorIntegration v0.3.0
TaylorIntegration v0.2.1
TaylorIntegration v0.2.1 adds root-finding functionality (#38), common interface bindings for DifferentialEquations.jl (#44) and support for time evaluation points as a Vector{T}
where T<:Real
(#42). Internally, it uses the new TaylorSeries.jl
convention, that polynomial 0-th order terms correspond to the [0]
index.
TaylorIntegration v0.2.0
This release fixes deprecations for julia 0.6.
TaylorIntegration v0.1.2
This release includes various bug fixes, code simplifications and improved testing coverage. This is the last release compatible with julia 0.5.
TaylorIntegration v0.1.1
Main changes from this release are:
- Use of
Taylor1
for the independent variable in the equations of motion, which simplifies notation and syntax for time-dependent problems. - Use of new syntax introduced in TaylorSeries v0.5.0.
- Fix broken links in
README.md
.
Improve overall performance
Overall performance improvements (memory allocations, etc.) and switch to in-place format for the equations of motion for the multi-dimensional case. Improved testing coverage (>90%).