-
Notifications
You must be signed in to change notification settings - Fork 12
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
Get function call from Interpolations.jl working and submitted as a PR #26
Comments
I have completed implementing method calls with corresponding new unit tests passed. One drawback of my approach was that I had to define this for all derived types being used for interpolation, including There are other work arounds, like using macros or redefining |
Sounds great. Yes, sounds like Chris said you would need to implement it for all derived types. A pain, but so be it. Did you add document changes as well in the checklist? If we want to try to get them to take this as a PR, we would need that to be complete. After that, why don't you create a PR and submit it to the library. I will then ask a few people to review it. |
No problem! Pull request has been made here: JuliaMath/Interpolations.jl#206 |
Spectacular! Are you able to request code reviews on your PR? |
I believe I have to wait until the repo owners assign a reviewer; is there a way of asking someone to do so? 😮 |
I am going to try to see if I can get people to look at it sooner rather than later. Do you want to take a break in the meantime, or are you ready for more issues! |
I am definitely ready for more issues 😎 |
OK, I think this is almost ready to be closed out. After the arguments on your PR about the best strategy, there was agreement on comment JuliaMath/Interpolations.jl#206 (comment) Basically, on your PR:
After that, tell me and I will ask Spencer to merge it. |
Task complete! Note that I have created separate unit tests for examples included in README.md in Should I notify maintainers of the change in PR? |
I think the last thing that the maintainer seemed to want was an Issue added which gives a sense roughly of what would be needed for a full deprecation of |
No problem! I made a new issue here: JuliaMath/Interpolations.jl#212 |
OK, let me ping them then. I think we can close this issue! |
See JuliaMath/Interpolations.jl#198 (comment) for a starting point. I want to add support (not replace) for calling the Interpolations.jl library with () rather than [].
[]
notation.[]
calls to()
for the key types.not just the (small) change you need to add, but also add in the necessary tests and simple documentation changes.
We should have this as a full-fledged PR so that someone can just look at this, approve, etc. You can discuss any details on here that are unclear.
The text was updated successfully, but these errors were encountered: