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

Progress of Wrapping APIs of ForwardDiff: Part 2 #14

Open
1 of 3 tasks
Non-Contradiction opened this issue May 26, 2018 · 0 comments
Open
1 of 3 tasks

Progress of Wrapping APIs of ForwardDiff: Part 2 #14

Non-Contradiction opened this issue May 26, 2018 · 0 comments

Comments

@Non-Contradiction
Copy link
Owner

Non-Contradiction commented May 26, 2018

This is as a continuation for #2. Since the recent progress and some new thinking, open another issue to track the progress.

Now we have achieved:

  • Non-mutation-related API of ForwardDiff.jl has been fully wrapped in a quite R idiomatic way. Ordinary users can have access to all functionalities provided by non-mutation-related API of ForwardDiff without any hacking or using JuliaCall explicitly.
  • Basic documentation is in place.
  • Tests on these implementations have been in place, corresponding to testing on the derivative, gradient, hessian and jacobian at https://github.com/JuliaDiff/ForwardDiff.jl/tree/master/test

The work on wrapping API of ForwardDiff can be thought as done, with further things considered as big improvements:

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

No branches or pull requests

1 participant