Re: [Numpy-discussion] A small challenge

2012-12-29 Thread Nathaniel Smith
On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris charlesr.har...@gmail.com 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

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

2012-12-29 Thread Christoph Gohlke
well on Python 3.3 too http://www.lfd.uci.edu/~gohlke/pythonlibs/tests/20121229-win-amd64-py3.3/. Christoph ___ 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 n...@pobox.com wrote: On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris charlesr.har...@gmail.com 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

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 7:57 AM, Charles R Harris charlesr.har...@gmail.com wrote: On Sat, Dec 29, 2012 at 4:14 AM, Nathaniel Smith n...@pobox.com wrote: On Sat, Dec 29, 2012 at 7:07 AM, Charles R Harris charlesr.har...@gmail.com wrote: Hi All, I propose a challenge: express the

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 ndbeck...@gmail.com 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

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

2012-12-29 Thread Ondřej Čertík
/. 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 here: https://github.com/numpy/numpy/issues/2870