[Numpy-discussion] Please backport fixes to the 1.2.x branch

2008-10-05 Thread Jarrod Millman
Hello, I would like to get a 1.2.1 release out ASAP. There are several bug-fixes on the trunk that need to be backported. If you have made a bug-fix to the trunk that you have been waiting to backport to the 1.2.x branch, please do so now: http://svn.scipy.org/svn/numpy/branches/1.2.x Ideally,

Re: [Numpy-discussion] Merged clean_math_config branch

2008-10-05 Thread Travis E. Oliphant
David Cournapeau wrote: > Hi there, > > Just to mention that I merged back my changes from the > clean_math_config branch into trunk. The main point of the branch is to > clean our math configuration. If this causes problems, please report it. > I built and tested on mac os x, linux 32 bits an

Re: [Numpy-discussion] Merged clean_math_config branch

2008-10-05 Thread Jarrod Millman
On Sun, Oct 5, 2008 at 1:25 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: >Just to mention that I merged back my changes from the > clean_math_config branch into trunk. The main point of the branch is to > clean our math configuration. If this causes problems, please report it. > I built and

[Numpy-discussion] Test failures on 2.6

2008-10-05 Thread T J
Hi, I'm getting a couple of test failures with Python 2.6, Numpy 1.2.0, Nose 0.10.4: nose version 0.10.4 ..

Re: [Numpy-discussion] cannot find numpy 1.2 for python 2.6 on window

2008-10-05 Thread David Cournapeau
Hanni Ali wrote: > Hi David, > > Yeah nose was an issue, thanks for letting me know about nose > compatibility being sorted that's good news as I use it a bit with my > testing. > > I last built 1.1.1 with express for 32bit it went fine (although I > think you do have to comment out , I was also ab

Re: [Numpy-discussion] cannot find numpy 1.2 for python 2.6 on window

2008-10-05 Thread Hanni Ali
Hi David, Yeah nose was an issue, thanks for letting me know about nose compatibility being sorted that's good news as I use it a bit with my testing. I last built 1.1.1 with express for 32bit it went fine (although I think you do have to comment out , I was also able to compile with 2008 full fo

Re: [Numpy-discussion] cannot find numpy 1.2 for python 2.6 on window

2008-10-05 Thread David Cournapeau
On Sun, Oct 5, 2008 at 8:28 AM, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 11:14 AM, Daniel Wolff <[EMAIL PROTECTED]> wrote: >> Hello, I recently upgraded to python 2.6. I cannot seem to find the >> appropriate numpy install file. I tried to make use of the .exe built for >>

Re: [Numpy-discussion] cannot find numpy 1.2 for python 2.6 on window

2008-10-05 Thread Hanni Ali
Hi Alan, I've been using numpy with 2.6 on amd64 for about 3 months no problem and far more stable on 64-bit than the same combination with 2.5. Daniel, just download the source and compile it yourself. You need to use VS 9.0 for best compatibility with Python and I haven't yet sorted out fast bl

[Numpy-discussion] asscalar(number) - why yields error, why can't return the number?!

2008-10-05 Thread dmitrey
hi all, I wonder why numpy.asscalar(1.5) yields error, why it can't just return 1.5? Is it intended to be ever changed? >>> numpy.__version__ '1.3.0.dev5864' D. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mai

[Numpy-discussion] Merged clean_math_config branch

2008-10-05 Thread David Cournapeau
Hi there, Just to mention that I merged back my changes from the clean_math_config branch into trunk. The main point of the branch is to clean our math configuration. If this causes problems, please report it. I built and tested on mac os x, linux 32 bits and windows (both mingw32 and VS 2003