[Numpy-discussion] acknowledging sponsorship and institutional partners

2019-05-18 Thread Ralf Gommers
Hi all, In [1] I am adding institutional partners and sponsor logos to the numpy.org website. Sebastian made some good comments there, and I think it would be very helpful if we had some guidelines on how we acknowledge sponsorship. Our governance doc has clear text on what an Institutional Partn

[Numpy-discussion] Swig typemaps for inplace fortran arrays

2019-05-18 Thread John McFarland
Hi, In numpy.i, I’m looking at the typemaps for inplace Fortran arrays, for example: Typemap suite for (DATA_TYPE* INPLACE_FARRAY2, DIM_TYPE DIM1, DIM_TYPE DIM2) The typemap code (e.g. line 1579) uses the require_contiguous function for error checking, but I think maybe this is supposed to b