Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-16 Thread Emanuel Woiski
On Nov 6, 2007 10:57 AM, David Cournapeau [EMAIL PROTECTED]
wrote:

 Emanuel Woiski wrote:
  yep I have no choice - those are a bunch of lab machines:)
  thanks anyway
  regards
  woiski
 Can't you build it yourself ? You just have to install mingw, and
 compiling blas/lapack is not too difficult.

 cheers,

 Well, actually I did it and all the tests came out OK for 'my' numpy 
 1.0.4whereas crash (something related to
msvcrt71.dll) for 'my' scipy 0.6.0.
However, all my numpy/scipy codes seem to be working perfectly now :)
You can find them here (look down the page for numpy and scipy BUILT files):

http://200.145.244.188/Disciplinas/teamspaces/material-de-python-comum-as-disciplinas(in
Portuguese...)

BTW I have used ATLAS binaries (PII) from the Scipy site and Enthought mingw
installation...
regards,
woiski
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-06 Thread David Cournapeau
Emanuel Woiski wrote:
 Thanks. I will try them later and let you know. Any chance to have 
 those for 2.4 as well?:)
 If it works, I will be able to upgrade to matplotlib 0.90.1
Well, you will have to find someone else. Using windows is already 
painful enough: I don't have the motivation to build for every supported 
python versions :)

cheers,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-06 Thread Emanuel Woiski
yep I have no choice - those are a bunch of lab machines:)
thanks anyway
regards
woiski

On Nov 6, 2007 9:59 AM, David Cournapeau [EMAIL PROTECTED]
wrote:

 Emanuel Woiski wrote:
  Thanks. I will try them later and let you know. Any chance to have
  those for 2.4 as well?:)
  If it works, I will be able to upgrade to matplotlib 0.90.1
 Well, you will have to find someone else. Using windows is already
 painful enough: I don't have the motivation to build for every supported
 python versions :)

 cheers,

 David
 ___
 Numpy-discussion mailing list
 Numpy-discussion@scipy.org
 http://projects.scipy.org/mailman/listinfo/numpy-discussion

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-05 Thread Emanuel Woiski
On Nov 4, 2007 6:18 PM, Jarrod Millman [EMAIL PROTECTED] wrote:

 On Nov 4, 2007 11:53 AM, Emanuel Woiski [EMAIL PROTECTED] wrote:
  I am havig a lot of trouble for quite some time wih numpy - scipy
 Windows
  binaries for old AMD (pre-XP) processors. Since I teach in a lab with
 lots
  of machines using that kind of processor, I got stuck with numpy 1.0rc2and
  scipy 0.5.1, which is, believe me, the only combination that woks...Well
 not
  only tests fail but Python crashes!
  FYI there are many people over the world still using not-so-recent
  computers...
  Yes I have tried s0.6 and n1.0.3.1 without success.

 Are you building from source?  If so, have you tried the most recent
 development code?


Nope, just WinXP (and WIn2000) binaries
Thanks
woiski



___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-05 Thread David Cournapeau
Emanuel Woiski wrote:


 On Nov 4, 2007 6:18 PM, Jarrod Millman [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 On Nov 4, 2007 11:53 AM, Emanuel Woiski [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
  I am havig a lot of trouble for quite some time wih numpy -
 scipy Windows
  binaries for old AMD (pre-XP) processors. Since I teach in a lab
 with lots
  of machines using that kind of processor, I got stuck with numpy
 1.0rc2 and
  scipy 0.5.1, which is, believe me, the only combination that
 woks...Well not
  only tests fail but Python crashes!
  FYI there are many people over the world still using not-so-recent
  computers...
  Yes I have tried s0.6 and n1.0.3.1 without success.

 Are you building from source?  If so, have you tried the most recent
 development code?


 Nope, just WinXP (and WIn2000) binaries
The problem is a distribution problem (that is how the binaries were 
built). Do you need optimized BLAS/LAPACK (for fast linear algebra) ? If 
not, would you mind trying those ?

http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy-1.0.3.1.win32-py2.5.exe
http://www.ar.media.kyoto-u.ac.jp/members/david/archives/scipy-0.6.0.win32-py2.5.exe

Note that those do not use any optimized libraries (no ATLAS, no fftw, 
etc...). This is the bare minimal to make it work on any x86 machine (no 
need for SSE/SSE2).

cheers,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-04 Thread Jarrod Millman
On Nov 3, 2007 11:06 AM, Albert Strasheim [EMAIL PROTECTED] wrote:
 Things mostly look good as far as the buildslaves are concerned, except on
 Windows x64, where one of the regression tests is failing:

 http://buildbot.scipy.org/Windows%20XP%20x86_64%20MSVC/builds/163/step-shell_2/0

Hello,

Can someone take a look at the problem with NumPy on Windows XP?

Thanks,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-04 Thread Jarrod Millman
On Nov 4, 2007 11:53 AM, Emanuel Woiski [EMAIL PROTECTED] wrote:
 I am havig a lot of trouble for quite some time wih numpy - scipy Windows
 binaries for old AMD (pre-XP) processors. Since I teach in a lab with lots
 of machines using that kind of processor, I got stuck with numpy 1.0rc2 and
 scipy 0.5.1, which is, believe me, the only combination that woks...Well not
 only tests fail but Python crashes!
 FYI there are many people over the world still using not-so-recent
 computers...
 Yes I have tried s0.6 and n1.0.3.1 without success.

Are you building from source?  If so, have you tried the most recent
development code?

Thanks,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-03 Thread Jarrod Millman
Hello,

NumPy 1.0.4 is almost out!  I will be tagging the release this Sunday
(11/4), so please be extra careful about anything you check-in over
the next 24 hours.  Once the tag is made, the trunk will be open for
changes.  I plan to announce the 1.0.4 release by Wednesday (11/7).

I am hoping that everyone will be able to take the time to test the
NumPy trunk this weekend and alert me of any problems.  Please
check-out the trunk, build it, and run the full test suite:

svn co http://svn.scipy.org/svn/numpy/trunk ./numpy-trunk
cd numpy-trunk
python setup.py build
sudo python setup.py install
python
import numpy
numpy.test(10,10)

Thanks,

--
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion