Ivan Girault
Ivan Girault
Hi, I wish to start contributing to stdlib so I am looking for a first issue to tackle. Is this issue still relevant? If yes, should we aim for the...
If we seek to have only 2d and 3d versions, we could implement them separately under a generic interface: ``` interface meshgrid module procedure meshgrid_2d module procedure meshgrid_3d end interface...
Thanks for your answer @jvdp1 Should I start working on it, or is it preferable to wait for feedback from other people?
I see this problem has been left aside, so I would interested to handle it. Here is a general proposal to be refined: Splines are piecewise polynomials. So the first...
> Is a DT really needed? Would it be also possible to provide API that return the results in (multiple) arrays (e.g., as proposed in [fortran-utils](https://github.com/certik/fortran-utils/blob/b43bd24cd421509a5bc6d3b9c3eeae8ce856ed88/src/splines.f90)? A DT API could...
Thank you @jvdp1 and @perazz for your answers > I think this is a nice case for such a strategy: to propose to users both procedural and DT API. Do...
I started to work on a PR following what I proposed previously, but put it aside as I needed to write my thesis manuscript. I will try to find some...
@szaghi thank you but it does not solve the problem : you need to modify the fpm.toml of FoXy and VTKFortran to point on the last version of StringiFor, whose...
@szaghi I can submit a PR for each of the concerned dependencies if you want. An option would be to always point on the master branch of every dependency, to...