-
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.
* Reorganize a bit * Update DiffEq interface * Add TaylorSolution struct * wip * WIP: update * WIP * Format * Update jet transport tests * Update tests: BigFloats and some taylorize macro tests * Update taylorize tests * Update DiffEq interface * Update DiffEq interface * Update Project.toml * Add callability methods * Fixes * Remove TaylorN constructor method * Update CI (use TaylorSeries branch in fork) * Small fixes * fixes * Update ci.yml * Update ci.yml * wip: root finding * wip: root finding * Small fixes in TaylorSolution * Root-finding: working version * wip: lyapunov * Working version of taylorinteg_lyap; update tests * Update * Uncomment and update remaining taylorize.jl tests * Pass dense as a Val{D} to _taylorinteg (helps type-stability via barrier function) * Add _taylorinteg test * Test with TS branch * Update CI * Update Aqua tests * Update ci.yml * Fix handling of backwards integration in DiffEq interface * Update docs * Update docs * Temporarily disable root-finding tests: revert this commit before merging! * Update docstrings * Add error when calling solution with dense=false * Re-enable root-finding tests * Add test for ErrorException when calling solution computed with dense=false * Add diffeq! to improve ODE recursion rule allocs * Revert change un runtests.jl * Use solcoeff! in jetcoeffs! * Do not rely on `deepcopy` for polynomial solution saving * Small fixes * Fix tests * Address some points of review by @lbenet * Fix typo Co-authored-by: Luis Benet <[email protected]> * Add tests * Remove duplicated file * Rename ext/TaylorIntegrationDiffEq.jl -> ext/TaylorIntegrationDiffEqExt.jl * Uncomment test files * Set dense=true as default * Add deprecations * Bump patch version * Add deprecation message * Apply suggestions from code review Co-authored-by: Luis Benet <[email protected]> * Remove deprecations; bump minor version --------- Co-authored-by: Luis Benet <[email protected]>
- Loading branch information
Showing
32 changed files
with
2,064 additions
and
2,013 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
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.
55f2101
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
Release notes
TaylorIntegration v0.16.0 introduces
TaylorSolution
, a return type fortaylorinteg
and related methods. Now calls totaylorinteg
andlyap_taylorinteg
will return an instance of typeTaylorSolution
instead of returning a tuple. Backwards-compatibility can be obtained destructuring aTaylorSolution
e.g.Additionally, TaylorIntegration v0.16.0 reworks some of the internals to provide better type-stability while maintaining performance.
55f2101
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.
Registration pull request created: JuliaRegistries/General/112315
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
55f2101
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
Release notes:
Breaking changes
TaylorIntegration v0.16.0 introduces
TaylorSolution
, a return type fortaylorinteg
and related methods. Now calls totaylorinteg
andlyap_taylorinteg
will return an instance of typeTaylorSolution
instead of returning a tuple. Backwards-compatibility can be obtained destructuring aTaylorSolution
e.g.Additionally, TaylorIntegration v0.16.0 reworks some of the internals to provide better type-stability while maintaining performance.
55f2101
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.
Registration pull request updated: JuliaRegistries/General/112315
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: