[Numpy-discussion] creating a .github repo

2019-07-19 Thread Ralf Gommers
Hi all, For the GitHub "community health" files like CoC, CONTRIBUTING, FUNDING, SECURITY, etc., there's now the option to put them in a .github repository so they show up for all other repos in the organization. See https://help.github.com/en/articles/creating-a-default-community-health-file-for-

Re: [Numpy-discussion] converting a C bytes array to two dimensional numpy array

2019-07-19 Thread Chris Barker - NOAA Federal
You can also directly build a numpy array from a pointer with the numpy API. And I recommend Cython as an interface to make these things easy. This does mean you’d need to have the numpy lib at build time, .which may be a downside. -CHB Christopher Barker, Ph.D. Oceanographer Emergency Respon