-
Notifications
You must be signed in to change notification settings - Fork 226
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
pow is not in the documentation index #393
Comments
Ah my bad, we deliberately excluded all the std lib names otherwise they're everywhere. I'll see if I can add a manual entry. |
Hey @jzmaddock , |
Hey!! |
@Rashika101 @Shehab225 Yes, we're always interested in new contributions, unfortunately for you all the easy issues tend to get dealt with pretty rapidly, and the more intractable ones get left (like this one). So.... I would suggest you familiarise yourself with the library, and then look through the issues plus the TODO list in the docs (which I admit is terribly out of date), and just dive in by submitting PR's for things you think you can fix and/or improve. To be honest, if we have to explain what an issue is about and how to fix it, then we could have fixed it ourselves already! HTH, John Maddock. |
@jzmaddock |
@Rashika101 : There is a feature wishlist. I think doing 2D Akima splines is probably the easiest of them; although 2D Padua point quadrature is also fairly straightforward. We don't actually assign tickets to anybody; it's a volunteer effort so if you want to do something just do it and hopefully we'll accept it. I think we're pretty good about accepting most PRs eventually, after much more work than the author originally wanted to do. (@mborland can attest to that after getting a PR merged after months of effort.) |
@NAThompson |
@Rashika101 : Here's some references to get you going: Akima, H. (1978). A Method of Bivariate Interpolation and Smooth Surface Fitting for Irregularly Distributed Data Points. ACM Transactions on Mathematical Software 4, 148-164. Akima, H. (1996). Algorithm 761: scattered-data surface fitting that has the accuracy of a cubic polynomial. ACM Transactions on Mathematical Software 22, 362–371. R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8. |
@NAThompson |
Title says it all, not sure why not yet :(
The text was updated successfully, but these errors were encountered: