Re: [Numpy-discussion] ANN: xarray v0.9 released

2017-02-01 Thread Marmaduke Woodman
> On 1 Feb 2017, at 05:19, Stephan Hoyer wrote: > > This release includes five months worth of enhancements and bug fixes from 24 > contributors, including some significant enhancements to the data model that > are not fully backwards compatible. Looks very nice; is the

Re: [Numpy-discussion] From Python to Numpy

2016-12-30 Thread Marmaduke Woodman
> On 22 Dec 2016, at 17:44, Nicolas P. Rougier wrote: > > > Dear all, > > I've just put online a (kind of) book on Numpy and more specifically about > vectorization methods. It's not yet finished, has not been reviewed and it's > a bit rough around the edges. But I

[Numpy-discussion] Build NumPy against MATLAB BLAS & Lapack

2016-04-06 Thread Marmaduke Woodman
hi I'm trying to provide a Python numerical library to colleagues who are MATLAB users, since recent MATLAB versions include an official method for calling Python [1], and I'm struggling to build NumPy which is compatible with MATLAB's libraries. My current site.cfg is here