Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-13 Thread denis
On 12/01/2010 17:41, Robert Kern wrote: It's not a bug, but it is a known issue. We tried very hard to keep numpy 1.4 binary compatible; however, Pyrex and Cython impose additional runtime checks above and beyond binary compatibility. Robert, Josef, are you saying that mac users shouldn't

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-13 Thread David Cournapeau
denis wrote: On 12/01/2010 17:41, Robert Kern wrote: It's not a bug, but it is a known issue. We tried very hard to keep numpy 1.4 binary compatible; however, Pyrex and Cython impose additional runtime checks above and beyond binary compatibility. Robert, Josef, are you saying that

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-12 Thread denis
On 11/01/2010 18:10, josef.p...@gmail.com wrote: For this problem, it's supposed to be only those packages that have or import cython generated code. Right; is this a known bug, is there a known fix for mac dmgs ? (Whisper, how'd it get past testing ?) scipy/stats/__init__.py has an apparent

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-12 Thread Robert Kern
On Tue, Jan 12, 2010 at 10:33, denis denis-bz...@t-online.de wrote: On 11/01/2010 18:10, josef.p...@gmail.com wrote: For this problem, it's supposed to be only those packages that have or import cython generated code. Right; is this a known bug, is there a known fix  for mac dmgs ?

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-12 Thread josef . pktd
On Tue, Jan 12, 2010 at 11:33 AM, denis denis-bz...@t-online.de wrote: On 11/01/2010 18:10, josef.p...@gmail.com wrote: For this problem, it's supposed to be only those packages that have or import cython generated code. Right; is this a known bug, is there a known fix  for mac dmgs ?

[Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-11 Thread Tim Michelsen
Hello, I experienced the following issue with numpy 1.4: scipy.stats: Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 import scipy.stats as st Traceback (most recent call last): File stdin, line 1, in module File

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-11 Thread Pierre GM
On Jan 11, 2010, at 5:10 AM, Tim Michelsen wrote: Hello, I experienced the following issue with numpy 1.4: ... Is this an error in numpy or no the other packages require update in the code? Let me guess, you just recently updated numpy ? I'd bet ybut forgot to recompile scipy and

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-11 Thread denis
Only 2 of the 21 top-level subpackages draw that warning with numpy-1.4.0-py2.6-python.org.dmg scipy-0.7.1-py2.6-python.org.dmg on my mac 10.4 ppc, python 2.6.4: try: import scipy.cluster except ValueError, e: print scipy.cluster error, e try: import scipy.constants except

Re: [Numpy-discussion] numpy1.4 dtype issues: scipy.stats pytables

2010-01-11 Thread josef . pktd
On Mon, Jan 11, 2010 at 11:56 AM, denis denis-bz...@t-online.de wrote: Only 2 of the 21 top-level subpackages draw that warning with numpy-1.4.0-py2.6-python.org.dmg scipy-0.7.1-py2.6-python.org.dmg on my mac 10.4 ppc, python 2.6.4: try:     import scipy.cluster except ValueError, e: