Re: [pypy-dev] datetime.date support in NumPyPy

2015-05-22 Thread Antti Mäkinen
Great news! I'll wait for the 2.6.0 release then :) > On 22 May 2015, at 13:26, Matti Picus wrote: > > > > On 22/05/15 10:07, Antti Mäkinen wrote: >> Thanks for the answer! I don't know if I'm missing something, but >> initializing arrays with dtype=object seems to fail. I'm using PyPy 2.5.1

Re: [pypy-dev] datetime.date support in NumPyPy

2015-05-22 Thread Matti Picus
On 22/05/15 10:07, Antti Mäkinen wrote: Thanks for the answer! I don't know if I'm missing something, but initializing arrays with dtype=object seems to fail. I'm using PyPy 2.5.1 on OS X 10.10 and Numpy from the PyPy's Numpy fork. I'm assuming the "master [MAIN BRANCH]" is the same as the "d

Re: [pypy-dev] datetime.date support in NumPyPy

2015-05-22 Thread Antti Mäkinen
Thanks for the answer! I don't know if I'm missing something, but initializing arrays with dtype=object seems to fail. I'm using PyPy 2.5.1 on OS X 10.10 and Numpy from the PyPy's Numpy fork. I'm assuming the "master [MAIN BRANCH]" is the same as the "default branch". Initializing the arrays fa

Re: [pypy-dev] datetime.date support in NumPyPy

2015-05-21 Thread Ronan Lamy
Le 21/05/15 09:40, Antti Mäkinen a écrit : Is there any estimate on when NumPyPy will support datetime.date objects in arrays? Well, the object dtype is already supported in the default branch, so you can put datetime.date objects in arrays. If you were thinking of the np.datetime64 and np.ti

[pypy-dev] datetime.date support in NumPyPy

2015-05-21 Thread Antti Mäkinen
Is there any estimate on when NumPyPy will support datetime.date objects in arrays? Regards, Antti Mäkinen ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev