[Numpy-discussion] Advanced indexing: fancy vs. orthogonal

2015-04-01 Thread R Hattersley
There are two different interpretations in common use of how to handle multi-valued (array/sequence) indexes. The numpy style is to consider all multi-valued indices together which allows arbitrary points to be extracted. The orthogonal style (e.g. as provided by netcdf4-python) is to consider

Re: [Numpy-discussion] High-quality memory profiling for numpy in python 3.5 / volunteers needed

2014-04-16 Thread R Hattersley
On 15 April 2014 10:48, Nathaniel Smith n...@pobox.com wrote: Anyone interested in picking this up? http://bugs.python.org/issue21233 Yes, I'll give it a go. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] High-quality memory profiling for numpy in python 3.5 / volunteers needed

2014-04-16 Thread R Hattersley
For some reason the Python issue 21223 didn't show any activity until I logged in to post my patch. At which point I saw that haypo had already submitted pretty much exactly the same patch. *sigh* That was pretty much a waste of time then. :-| ___

[Numpy-discussion] ANN: Biggus 0.5

2014-03-12 Thread R Hattersley
I'm pleased to announce the release of Biggus version 0.5.0. Biggus is a pure Python library for handling virtual n-dimensional arrays of arbitrary size, and providing lazy/deferred evaluation of arithmetic and statistical operations. Biggus works with your n-dimensional array data in whatever