-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(diff/zero_order): add OOP API for zero-order differentiation #125
Conversation
408102a
to
b15eb1f
Compare
56256d1
to
0cfba77
Compare
47fbdc0
to
2c4824b
Compare
Codecov ReportBase: 69.52% // Head: 70.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #125 +/- ##
==========================================
+ Coverage 69.52% 70.08% +0.55%
==========================================
Files 69 71 +2
Lines 2901 2948 +47
==========================================
+ Hits 2017 2066 +49
+ Misses 884 882 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
24c872f
to
48e28f6
Compare
2c20739
to
7342dbf
Compare
7342dbf
to
217ee20
Compare
Description
Describe your changes in detail.
Add OOP API for zero-order differentiation.
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format
. (required)make lint
. (required)make test
pass. (required)