Skip to content

Releases: PerezHz/TaylorIntegration.jl

TaylorIntegration v0.4.1

11 Feb 23:59
Compare
Choose a tag to compare

This minor version is being released in order to register a DOI with Zenodo.

TaylorIntegration v0.4.0

23 Jan 05:17
2a3c3e4
Compare
Choose a tag to compare

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 to lyap_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

06 Sep 12:16
1567bba
Compare
Choose a tag to compare

This is the last release compatible with julia 0.6

TaylorIntegration v0.3.0

01 Apr 06:49
c0ea349
Compare
Choose a tag to compare

This minor version reflects breaking changes related to breaking changes in DiffeqBase which required updating common interface bindings (#49), as well as some improvements in Lyapunov spectrum computation (#48)

TaylorIntegration v0.2.1

25 Jan 19:53
Compare
Choose a tag to compare

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

12 Oct 00:29
Compare
Choose a tag to compare

This release fixes deprecations for julia 0.6.

TaylorIntegration v0.1.2

09 Oct 23:35
Compare
Choose a tag to compare

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

15 Jun 02:02
Compare
Choose a tag to compare

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

29 May 01:36
Compare
Choose a tag to compare

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%).