Skip to content
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

Finite difference branch (Calculus.jl replacement) #10

Merged
merged 5 commits into from
Aug 17, 2017
Merged

Conversation

dextorious
Copy link
Contributor

While the code is far from perfect (does not handle complex-valued functions, could use refactoring to get rid of some redundant code where possible, etc.), I think it's a functionally complete Calculus.jl replacement that vastly outdoes it in performance (particularly for DiffEq wrapper types). Accordingly, I think it might be ready for a first release unless you see anything you don't like.

@codecov
Copy link

codecov bot commented Aug 16, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@2781441). Click here to learn what that means.
The diff coverage is 43.58%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #10   +/-   ##
=========================================
  Coverage          ?   43.58%           
=========================================
  Files             ?        1           
  Lines             ?      156           
  Branches          ?        0           
=========================================
  Hits              ?       68           
  Misses            ?       88           
  Partials          ?        0
Impacted Files Coverage Δ
src/finitediff.jl 43.58% <43.58%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2781441...b76ba94. Read the comment docs.

@coveralls
Copy link

coveralls commented Aug 16, 2017

Coverage Status

Changes Unknown when pulling b76ba94 on finitediff into ** on master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b76ba94 on finitediff into ** on master**.

@dextorious dextorious merged commit 1d92c76 into master Aug 17, 2017
@dextorious dextorious deleted the finitediff branch August 17, 2017 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants