Ilhan Polat
Ilhan Polat
Ah nice thanks. It makes it clearer. I took a look at the existing functions but the ones that I am translating has dependency on them anyways. So I was...
Sure that part is clear. What I mean is that it is not very obvious which function becomes which public API without going through the entire library. That's why I...
Is it easier to mark which ones I can skip in the mermaid here I am a bit more confused because there is `_fitpack` module coming from `_fitpackmodule.c`, there is...
Image should be fixed now, basically the same as in #18566.
Currently missing functions, but still wrapped coming from `_fitpackmodule.c` - `clocur` -> `fpclos` (*) coming from `dfitpack.pyf` - `splev` - `splder` - `sproot` -> `fpcuro` - `curfit` -> `fpcurfit` (*)...
I mean the functions I listed are currently exposed by the wrappers. I already said the rest looks fortran free. Not sure what I miscommunicated
Added the `spgrid` yesterday, in case relevant. All that is currently missing are the list above. `splev` and `splder` is also done, will push them soon. Rewrapping all these up...
Am I understanding correctly that `regrid` is not needed to be translated now?
Oops, CircleCI still has Python 3.11 but 1.18 minimum Python version is 3.12. Should we defer that restriction to a later stage until CircleCI catch up?
I must say, out of all the JurassicPACK code, this is the first time Python side was more difficult than the Fortran side. I'm quite confident with the C code....