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 - v0.8.9

Published by github-actions[bot] over 3 years ago

TaylorIntegration v0.8.9

Diff since v0.8.8

Merged pull requests:

  • CompatHelper: bump compat for "TaylorSeries" to "0.11" (#127) (@github-actions[bot])
TaylorIntegration.jl - v0.8.8

Published by github-actions[bot] over 3 years ago

TaylorIntegration v0.8.8

Diff since v0.8.7

Closed issues:

  • Clarification: Performance of Vern9 (#125)

Merged pull requests:

  • Update restricted three-body problem example (#126) (@PerezHz)
TaylorIntegration.jl - v0.8.7

Published by github-actions[bot] over 3 years ago

TaylorIntegration v0.8.7

Diff since v0.8.6

Closed issues:

  • Install CompatHelper? (#122)

Merged pull requests:

  • Create CompatHelper.yml (#123) (@mforets)
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#124) (@github-actions[bot])
TaylorIntegration.jl - v0.8.6

Published by github-actions[bot] almost 4 years ago

TaylorIntegration v0.8.6

Diff since v0.8.5

Merged pull requests:

  • Update Project.toml (#120) (@mforets)
TaylorIntegration.jl - v0.8.5

Published by github-actions[bot] almost 4 years ago

TaylorIntegration v0.8.5

Diff since v0.8.4

Closed issues:

  • Trouble with installation of TaylorIntegration (#115)

Merged pull requests:

  • Re-implement common interface bindings (#114) (@PerezHz)
  • Add backward integration support in lyap_taylorinteg (#117) (@PerezHz)
  • Enable GitHub Actions-based CI and docs deployment (#118) (@PerezHz)
TaylorIntegration.jl - v0.8.4

Published by github-actions[bot] about 4 years ago

TaylorIntegration v0.8.4

Diff since v0.8.3

Closed issues:

  • Warning: incremental compilation (maybe) broken when using @taylorize in package (#106)

Merged pull requests:

  • Remove evals from macro (#107) (@lbenet)
  • Test, and build docs, using Julia 1.5 (#110) (@lbenet)
  • Minor simplification in parse_eqs.jl (#111) (@PerezHz)
  • Fix #106 (#113) (@PerezHz)
TaylorIntegration.jl - v0.8.3

Published by github-actions[bot] over 4 years ago

TaylorIntegration v0.8.3

Diff since v0.8.2

Merged pull requests:

  • Fix a wrong interpolation (#105) (@lbenet)
TaylorIntegration.jl - v0.8.2

Published by github-actions[bot] over 4 years ago

TaylorIntegration v0.8.2

Diff since v0.8.1

Closed issues:

  • Problem using macro with pow!, for zero Taylor1 series (#99)
  • Tag v0.8.1 (#101)

Merged pull requests:

  • @taylorize: add experimental support for Threads.@threads (#84) (@PerezHz)
  • Install TagBot as a GitHub Action (#93) (@JuliaTagBot)
  • Fix displayed equations in the docs (#102) (@lbenet)
TaylorIntegration.jl - v0.8.1

Published by lbenet over 4 years ago

TaylorIntegration.jl - v0.8.0

Published by julia-tagbot[bot] over 4 years ago

v0.8.0 (2020-02-08)

Diff since v0.7.1

Closed issues:

  • Tag v0.7.1 (#90)

Merged pull requests:

  • Change convention for the event function g (#91) (lbenet)
TaylorIntegration.jl - v0.7.1

Published by julia-tagbot[bot] almost 5 years ago

v0.7.1 (2019-12-04)

Diff since v0.7.0

Closed issues:

  • Tag v0.7.0 (#87)

Merged pull requests:

  • Replace @info by @warn (#89) (lbenet)
  • Upper bound versions of dependencies (#88) (lbenet)
TaylorIntegration.jl - v0.7.0

Published by julia-tagbot[bot] almost 5 years ago

v0.7.0 (2019-10-22)

Diff since v0.6.1

Closed issues:

  • Tag v0.6.1 (#85)
  • Backwards integration (#37)

Merged pull requests:

  • Backward integration (#86) (lbenet)
TaylorIntegration.jl - v0.6.1

Published by julia-tagbot[bot] about 5 years ago

v0.6.1 (2019-10-09)

Diff since v0.6.0

Closed issues:

  • Tag v0.6.0 (#82)

Merged pull requests:

  • Fixes due to changes in TaylorSeries (#83) (lbenet)
  • add support for saveat expansion (#78) (agerlach)
TaylorIntegration.jl - v0.6.0

Published by julia-tagbot[bot] about 5 years ago

v0.6.0 (2019-09-12)

Diff since v0.5.1

Closed issues:

  • Test tolerance a bit low (#79)
  • Tag v0.5.1 (#77)

Merged pull requests:

  • Update version to v0.6.0 (#81) (PerezHz)
  • Fix a test: increase tolerance, using it for all integration steps (#80) (lbenet)
TaylorIntegration.jl - v0.5.1

Published by julia-tagbot[bot] over 5 years ago

v0.5.1 (2019-07-24)

Diff since v0.5.0

Closed issues:

  • Tag v0.5.0 (#74)
  • Poincare's Section for positive momentum (#71)
  • Align dynamics function arguments to DifferentialEquations API (#69)

Merged pull requests:

  • Regression in stepsize (#75) (lbenet)
TaylorIntegration.jl - v0.5.0

Published by julia-tagbot[bot] over 5 years ago

v0.5.0 (2019-06-06)

Diff since v0.4.1

Closed issues:

  • jetcoeffs! confusion (#67)
  • Infinite stepsize integrating a function (#66)
  • Zero RHS values of ODEs and @taylorize (#65)
  • Roadmap: towards v0.4.0 (#32)
  • UndefRefError: access to undefined reference (#20)

Merged pull requests:

  • Refine computation of the time size (#73) (lbenet)
  • Use DiffEqs convention to define the ODEs function (#70) (lbenet)
  • Conditionally require DiffEqBase (#68) (lbenet)
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)

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