Mahé Perrette

Results 19 issues of Mahé Perrette

Hi, first of all many thanks for sharing this project, a really great idea, especially useful when trying to switch from matlab to python but still having many old routines...

The current method to retrieve DOI consists in search for regular expressions over the first two pages, and to keep the first one that appear. Accepted prefixes are (lower or...

help wanted

Amazing package, it worked almost instantly, is fast, has already quite a few options etc... Just one thing puzzled me, but it might be due to the fact that I...

Hi and thanks for the very useful API, As others pointed out, some more fine-grained documentation about is missing about accepted parameters and available data. Or course, the online Data...

...do not seem to be supported. I mean here: ``` module mod1_api implicit none type typ1 integer :: n = 2 contains procedure :: inc end type contains subroutine inc(self)...

Consider the simple fortran function: ```fortran function array(n) implicit none integer, intent(in) :: n integer :: array(n) integer :: i do i = 1,n array(i) = i enddo end function...

Hi James, Great project, much potential to solve common annoyances when wrapping modern *f90 code. Both type-passing (f90wrap) and Exception catching are very useful features, actuallly all of f2py-f90wrap are...

Coming back to f90wrap. Renewed congrats. I really like the convenience `--move-methods` options, but apparently it assumes that all methods with the type as first argument come from the same...

It would be handy to use f90wrap from distutils directly, as is now possible with [f2py](http://docs.scipy.org/doc/numpy-dev/f2py/distutils.html). Any plan in this direction? Never checked the internals, it must not be too...

Hi, am I missing something or the package does not actually ship npm and npx? I tried all version (latest revisions): `pip install 'nodejs-bin[npx,npm]'` > WARNING: nodejs-bin 18.4.0a3 does not...