-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Julia 0.7 #52
Conversation
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
========================================
+ Coverage 98.63% 100% +1.36%
========================================
Files 5 5
Lines 438 234 -204
========================================
- Hits 432 234 -198
+ Misses 6 0 -6
Continue to review full report at Codecov.
|
I had to comment some tests involving |
Tests do not pass because the last version of TaylorSeries (compatible with Julia0.7) needs to be tagged. |
Many thanks for this, @lbenet! Can confirm that locally tests pass with julia 0.7.0 and TaylorSeries current master... So we should wait for a new TaylorSeries tag before merging this, right? |
We may have to be a bit patient: cc @dpsanders |
Tests pass locally; they require v0.8.0 of TaylorSeries.jl |
Tests pass :-) |
Some tests have been commented, including whole rootfinding.jl
... except those involving Taylor{Taylor1{T}}
Since TaylorIntegration v0.3.1 has been tagged (see #54). I went ahead and rebased to current master. Tests pass locally, as well as in travis and appveyor. I propose that once JuliaLang/METADATA.jl#17778 is merged, we should tag v0.4.0, the first TaylorIntegration release fully compatible with julia 0.7/1.0. Many thanks for all the effort you put to bring TaylorIntegration to julia 0.7 and 1.0 @lbenet! |
Update: JuliaLang/METADATA.jl#17778 has been merged |
Did you rebase to current master? Auch!! |
Tests pass. Merging. |
No description provided.