-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add RetAlloc to store preallocated objects * Add allocated vars definitions to parsed `jetcoeffs!` * Use a RetAlloc argument in parsed `jetcoeffs!` * Split array declaration by number of indices up to 3 indices * Increase test coverage of common interface with DiffEqs Note that `full_cache` was never used, so I commented * Remove `debug` flags in parse_eqs.jl * Allow integration of ODEs with abstract arrays with tests (common interface) * Add tests related to #143, somehow solved * Comment __jetcoeffs! methods for DynamicalODEFunctions which are not used or seemingly useless * Precisions in docs/taylorize.md * Further documentation fixes * Increase `maxsteps` in examples to make fairer comparisons * Add declaration of Taylor1 arrays involving 4 indices * Fix an error, and error when more than 5-index array is included * Fix typo and fix tests * Add test for error thrown with 5-index arrays * Fix added test so it works with Julia v1.6 too * Comment a seemingly useless line * Pass t-variable with complete order to ODE function * Uncomment and fix Kepler benchmarks with parse_eqs=false * Bump minor version * Few more tests... for coverage * TaylorSeries v0.13 and OrdinaryDiffEq v6
- Loading branch information
Showing
11 changed files
with
616 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
da195d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
da195d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: "Tag with name
v0.10.0
already exists and points to a different commit"