Re: [Numpy-discussion] Datarray 0.1.0 release

2016-06-10 Thread Matthew Brett
On Fri, Jun 10, 2016 at 1:19 PM, Stephan Hoyer wrote: > On Fri, Jun 10, 2016 at 12:51 PM, Matthew Brett > wrote: >> >> If you like the general idea, and you don't mind the pandas >> dependency, `xray` is a much better choice for production code right >>

Re: [Numpy-discussion] Datarray 0.1.0 release

2016-06-10 Thread Stephan Hoyer
On Fri, Jun 10, 2016 at 12:51 PM, Matthew Brett wrote: > If you like the general idea, and you don't mind the pandas > dependency, `xray` is a much better choice for production code right > now, and will do the same stuff and more: > >

[Numpy-discussion] Datarray 0.1.0 release

2016-06-10 Thread Matthew Brett
Hi, I just released a new version of the Datarray package: https://pypi.python.org/pypi/datarray/0.1.0 https://github.com/BIDS/datarray It's a very lightweight implementation of arrays with labeled axes and ticks, that allows you to do stuff like: >>> narr = DataArray(np.zeros((1,2,3)),