-
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.
* Fixes in Project.toml, and add Manifest.toml to .gitignore * Add BookKeeping mutable structure to parse eqs * Rewrite taylorize macro internal functions to produce two parsed functions the optimized jetcoeffs! and a function to allocate the memory resources once (`_allocate_jetcoeffs!`) * Fix threads-macro calls and generation of preamble Rename _defs_preamble! to _defs_allocs! * Adapt main code to new output of taylorize macro * Fix common interface with DiffEqs * Fix tests * Add Logging to Project.toml * Update taylorize-macro docs * Test emitted warnings during the integration and fix tests for common interface * Fixes for DynamicalODEPoblem's and uncomment tests * Fix methods returning local Taylor1 polynomials * Remove warnings from tests * Fix conflicts in docs * Fix common interface * Fixes after review * Bump minor version * Fix broken test in Julia v1.0, and test Julia v1.6
- Loading branch information
Showing
19 changed files
with
1,619 additions
and
985 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.DS_Store | ||
Manifest.toml | ||
examples/.ipynb_checkpoints | ||
examples/JuliaCon2017/.ipynb_checkpoints/ | ||
docs/build/ | ||
|
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.
efdeb5f
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
efdeb5f
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/58739
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: