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.15.2 Latest Release

Published by github-actions[bot] 7 months ago

TaylorIntegration v0.15.2

Diff since v0.15.1

Merged pull requests:

  • Bump actions/checkout from 2 to 4 (#184) (@dependabot[bot])
  • Bump actions/cache from 1 to 4 (#185) (@dependabot[bot])
  • Skip concurrent CI builds (#187) (@PerezHz)
  • Aqua: do not test ambiguities in Base and Core (#189) (@PerezHz)
TaylorIntegration.jl - v0.15.1

Published by github-actions[bot] 7 months ago

TaylorIntegration v0.15.1

Diff since v0.15.0

Merged pull requests:

  • Tests with Aqua.jl (#186) (@lbenet)
TaylorIntegration.jl - v0.15.0

Published by github-actions[bot] 8 months ago

TaylorIntegration v0.15.0

Diff since v0.14.7

Merged pull requests:

  • Update to TaylorSeries 0.17 (#181) (@PerezHz)
  • Enable dependabot (#183) (@PerezHz)
TaylorIntegration.jl - v0.14.7

Published by github-actions[bot] 9 months ago

TaylorIntegration v0.14.7

Diff since v0.14.6

Merged pull requests:

  • CompatHelper: bump compat for TaylorSeries to 0.16, (keep existing compat) (#180) (@github-actions[bot])
TaylorIntegration.jl - v0.14.6

Published by github-actions[bot] 9 months ago

TaylorIntegration v0.14.6

Diff since v0.14.5

Merged pull requests:

  • CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) (#177) (@github-actions[bot])
TaylorIntegration.jl - v0.14.5

Published by github-actions[bot] 11 months ago

TaylorIntegration v0.14.5

Diff since v0.14.4

Merged pull requests:

  • Update CI and taylorize macro tests (#176) (@PerezHz)

Closed issues:

  • "Query Regarding Multi-precision Usage in TaylorIntegration: Error with BigFloats" (#175)
TaylorIntegration.jl - v0.14.4

Published by github-actions[bot] 12 months ago

TaylorIntegration v0.14.4

Diff since v0.14.3

Merged pull requests:

  • Small fix in docs (#173) (@PerezHz)
  • Test julia v1.10 (-rc1 for now) (#174) (@PerezHz)
TaylorIntegration.jl - TaylorIntegration v0.14.3

Published by PerezHz 12 months ago

TaylorIntegration.jl - v0.14.2

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.14.2

Diff since v0.14.1

TaylorIntegration.jl - v0.14.1

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.14.1

Diff since v0.14.0

Merged pull requests:

  • Add root-finding with dense output taylorinteg methods (#170) (@PerezHz)
TaylorIntegration.jl - v0.14.0

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.14.0

Diff since v0.13.0

Merged pull requests:

  • Fix dense output (#168) (@PerezHz)
  • Fixes related to default branch being now main (#169) (@PerezHz)
TaylorIntegration.jl - v0.13.0

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.13.0

Diff since v0.12.0

Closed issues:

  • _allocate_jetcoeffs! can evaluate terms if'd out in ODE function at the ICs when the term values might not be finite (#163)
  • Conditionally load OrdinaryDiffEq via weakdeps (#166)

Merged pull requests:

  • Fix #166 (#167) (@PerezHz)
TaylorIntegration.jl - v0.12.0

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.12.0

Diff since v0.11.1

Closed issues:

  • Module loading sequence hang with OrdinaryDiffEq.jl (#160)

Merged pull requests:

  • Benchmarks for Lyapunov exponents (#158) (@AdrianMI49)
  • Order of loading packages for common interface (#162) (@lbenet)
  • CompatHelper: bump compat for TaylorSeries to 0.15, (keep existing compat) (#164) (@github-actions[bot])
  • Fix #160 (#165) (@PerezHz)
TaylorIntegration.jl - v0.11.1

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Update TaylorSeries and fix errors in DiffEq common interface (#159) (@PerezHz)
TaylorIntegration.jl - v0.11.0

Published by github-actions[bot] over 1 year ago

TaylorIntegration v0.11.0

Diff since v0.10.0

Closed issues:

  • Error when using t as function argument and internal variable (#143)
  • Error: "__tmpTaylor[2]" is not a valid function argument name (#146)
  • UndefVarError occurs when calling _allocate_jetcoeffs! (#153)
  • Preallocations in @taylorize (#155)

Merged pull requests:

  • Add benchmarking infrastructure (#151) (@lbenet)
  • Redesign taylorinteg (#152) (@lbenet)
  • Some proposed @taylorize doc updates based on experience from Issue #153 (#154) (@vram0gh)
  • Refactor taylorize (#156) (@lbenet)
TaylorIntegration.jl - v0.10.0

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

TaylorIntegration v0.10.0

Diff since v0.9.1

Closed issues:

  • Division does not define a Taylor1 polynomial; (#148)
  • ODEProblems with recompile=false flag not supported (#149)

Merged pull requests:

  • Update DiffEq interface methods (#150) (@PerezHz)
TaylorIntegration.jl - v0.9.1

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

TaylorIntegration v0.9.1

Diff since v0.9.0

Closed issues:

  • Stopping Simulation - Question (#144)

Merged pull requests:

  • Metaprogramming for taylorinteg dense output (#142) (@LuEdRaMo)
  • Minor fix in jetcoeffs!, and bump patch version (#147) (@lbenet)
TaylorIntegration.jl - v0.9.0

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

TaylorIntegration v0.9.0

Diff since v0.8.11

Closed issues:

  • Accuracy issues compared to RK-family solvers from OrdinaryDiffEq.jl? (#133)
  • Conditional output size and @taylorize? (#140)

Merged pull requests:

  • Prealloc for jectcoeffs! (#137) (@lbenet)
  • Document @taylorize limitations discussed in #140 and lightly edit language (#141) (@vram0gh)
TaylorIntegration.jl - v0.8.11

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

TaylorIntegration v0.8.11

Diff since v0.8.10

Closed issues:

  • Taylorize system dynamics with control inputs (#135)

Merged pull requests:

  • Add methods to output local Taylor polynomials for dense output (#134) (@lbenet)
TaylorIntegration.jl - v0.8.10

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

TaylorIntegration v0.8.10

Diff since v0.8.9

Closed issues:

  • Compatibility with DynamicalODEProblem (#109)
  • function lyap_taylorinteg can't work (#128)
  • / not defined for HomogeneousPolynomial (#132)
  • Some tests in nightly (1.8.0-DEV) are broken (#136)

Merged pull requests:

  • Update lorenz_lyapunov.md (#130) (@mforets)
  • Get rid of errors in Poincare section docs (#131) (@lbenet)
  • Fix broken tests (Julia v1.8) (#138) (@lbenet)
Package Rankings
Top 8.74% on Juliahub.com
Badges
Extracted from project README
Build status Coverage Status codecov DOI
Related Projects