TaylorIntegration.jl

ODE integration using Taylor's method, and more, in Julia

OTHER License

Stars
112
Committers
13

Bot releases are hidden (Show)

TaylorIntegration.jl - TaylorIntegration v0.14.3

Published by PerezHz 12 months ago

TaylorIntegration.jl - v0.8.1

Published by lbenet over 4 years ago

TaylorIntegration.jl - TaylorIntegration v0.4.1

Published by PerezHz over 5 years ago

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

TaylorIntegration.jl - TaylorIntegration v0.4.0

Published by PerezHz almost 6 years ago

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.jl - TaylorIntegration v0.3.1

Published by lbenet about 6 years ago

This is the last release compatible with julia 0.6

TaylorIntegration.jl - TaylorIntegration v0.3.0

Published by PerezHz over 6 years ago

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.jl - TaylorIntegration v0.2.1

Published by PerezHz almost 7 years ago

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.jl - TaylorIntegration v0.2.0

Published by PerezHz about 7 years ago

This release fixes deprecations for julia 0.6.

TaylorIntegration.jl - TaylorIntegration v0.1.2

Published by PerezHz about 7 years ago

This release includes various bug fixes, code simplifications and improved testing coverage. This is the last release compatible with julia 0.5.

TaylorIntegration.jl - TaylorIntegration v0.1.1

Published by PerezHz over 7 years ago

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.
TaylorIntegration.jl - Improve overall performance

Published by PerezHz over 7 years ago

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

Package Rankings
Top 8.74% on Juliahub.com
Badges
Extracted from project README
Build status Coverage Status codecov DOI
Related Projects