Re: [Numpy-discussion] Custom Dtype/Units discussion

2016-07-09 Thread Nathaniel Smith
Hi Ryan, I'll be and SciPy and I'd love to talk about this :-). Things are a bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop and my talk, but do you want to meet up Thursday maybe? -n On Sat, Jul 9, 2016 at 6:44 PM, Ryan May wrote: > Greetings! > > I've been beating my he

[Numpy-discussion] Custom Dtype/Units discussion

2016-07-09 Thread Ryan May
Greetings! I've been beating my head against a wall trying to work seamlessly with pint's unit support and arrays from numpy and xarray; these same issues seem to apply to other unit frameworks as well. Last time I dug into these problems, things like custom dtypes were raised as a more extensible

[Numpy-discussion] F2PY subroutine referenced in another file

2016-07-09 Thread asbuzza
Hello everyone, I am relatively new to f2py and have been trying to create a module of a main fortran file that references a subroutine in another fortran file. I have been doing: >f2py -c -m mainmodule mainmodule.f90 othermodule.f90 Any help would be greatly appreciated. Thanks, Andy -- Vi