TaylorIntegration.jl

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

OTHER License

Stars
112
Committers
13

Bot releases are visible (Hide)

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