-
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.
* Require Julia 0.7 and update minimum version of dependencies * Update travis and appveyor * Fix warning about a global const and docs * Further corrections in docstrings * Get rid of const declarations * Use AbstractRange instead of Range, and remove const * Update syntax related to DiffEqBase * Fixes in tests and common interface to DiffEqBase Some tests have been commented, including whole rootfinding.jl * Fixes in array declarations * `warn` -> `@warn` * Fixes of deprecation warnings in tests * Bring back rootfinding.jl and commented tests... ... except those involving Taylor{Taylor1{T}} * Changes in travis * Uncomment some tests, and small fixes * Add upper versions in REQUIRE * Fix docstrings * Adapt taylorstep! to allow using specialized methods of jetcoeffs! * Use info and correct usage of Val in applicable * Use info instead of warn; comment using applicable * Solve "implicit assignment to global variable" warnings in tests * Update REQUIRE * Do not allow failures in travis or appveyor in Julia 1.0
- Loading branch information
Showing
17 changed files
with
294 additions
and
253 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,4 @@ | ||
julia 0.6 0.7 | ||
TaylorSeries 0.7.2 0.8.0 | ||
Reexport | ||
DiffEqBase 3.8.0 | ||
julia 0.7 | ||
TaylorSeries v0.8.0 | ||
Reexport v0.2.0 | ||
DiffEqBase v4.21.3 |
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.