Re: [Numpy-discussion] ANN: NumPy 1.7.0rc1 release

2012-12-29 Thread Ondřej Čertík
2.7-numpy-1.7.0rc1/>. > There are a few additional test failures in bottleneck and Cython, but > they don't look serious. > > The rc works well on Python 3.3 too > <http://www.lfd.uci.edu/~gohlke/pythonlibs/tests/20121229-win-amd64-py3.3/>. Thanks! I created an issue for it he

Re: [Numpy-discussion] ANN: NumPy 1.7.0rc1 release

2012-12-29 Thread Ondřej Čertík
Hi Neal, On Sat, Dec 29, 2012 at 9:35 AM, Neal Becker wrote: > Are release notes available? Yes. There are here: http://sourceforge.net/projects/numpy/files/NumPy/1.7.0rc1/ if you slide the page down a little bit (sf.net just shows the file README.txt). I am posting them here as well for refer

Re: [Numpy-discussion] A small challenge

2012-12-29 Thread Charles R Harris
On Sat, Dec 29, 2012 at 7:57 AM, Charles R Harris wrote: > > > On Sat, Dec 29, 2012 at 4:14 AM, Nathaniel Smith wrote: > >> On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris >> wrote: >> > Hi All, >> > >> > I propose a challenge: express the dtype grammar in EBNF. That's all. >> >> Not sure I u

Re: [Numpy-discussion] ANN: NumPy 1.7.0rc1 release

2012-12-29 Thread Neal Becker
Are release notes available? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] A small challenge

2012-12-29 Thread Charles R Harris
On Sat, Dec 29, 2012 at 4:14 AM, Nathaniel Smith wrote: > On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris > wrote: > > Hi All, > > > > I propose a challenge: express the dtype grammar in EBNF. That's all. > > Not sure I understand. Do you mean just the little string-parsing DSL > for specifyin

Re: [Numpy-discussion] ANN: NumPy 1.7.0rc1 release

2012-12-29 Thread Christoph Gohlke
-win-amd64-py2.7-numpy-1.7.0rc1/>. There are a few additional test failures in bottleneck and Cython, but they don't look serious. The rc works well on Python 3.3 too <http://www.lfd.uci.edu/~gohlke/pythonlibs/tests/20121229-win-amd64-py3.3/>. Christoph __

Re: [Numpy-discussion] A small challenge

2012-12-29 Thread Nathaniel Smith
On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris wrote: > Hi All, > > I propose a challenge: express the dtype grammar in EBNF. That's all. Not sure I understand. Do you mean just the little string-parsing DSL for specifying dtypes ("i4,datetime64[ms]"), or is there some way to write EBNF for de