[Numpy-discussion] Warning: message 1GfAoO-0007im-Sh delayed 24 hours

2006-11-02 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 24 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1GfAoO-0007im-Sh The subject of the message

Re: [Numpy-discussion] Can' compile numpy 1.02rc3 on OSX 10.3.9

2006-11-02 Thread Markus Rosenstihl
Hi! This, and similar problems with other programs were fixed when I installed 10.4 SDK from Apple Developer Conenction. Yes, the 10.4 SDK can be installed on 10.3.9. Regards Markus Am 19.10.2006 um 23:56 schrieb Markus Rosenstihl: Hi! I try to compile numpy rc3 on Panther and get

Re: [Numpy-discussion] numpy book

2006-11-02 Thread Travis Oliphant
Note that this is not a request to Travis to send me the latest version by private email. That would be inefficient and my need is not that urgent. Nevertheless I think that issue should be settled. There will be an update, soon. I'm currently working on the index, corrections, and

[Numpy-discussion] Argmax and max inconsistent for object types

2006-11-02 Thread Jonathan Wang
On numpy version 1.0, argmax and max give inconsistent results for an array of objects. I've seen this problem in both Python native datetime and mx.DateTime types:In [22]: print nativeDates[datetime.datetime(2006, 10, 18, 10, 11, 27), datetime.datetime(2006, 10, 18, 10, 16, 20),

Re: [Numpy-discussion] Argmax and max inconsistent for object types

2006-11-02 Thread Travis Oliphant
Jonathan Wang wrote: On numpy version 1.0, argmax and max give inconsistent results for an array of objects. I've seen this problem in both Python native datetime and mx.DateTime types: There is a bug in argmax for OBJECT arrays in 1.0 (it's fixed in SVN and will be in 1.0.1) -Travis

Re: [Numpy-discussion] numpy book

2006-11-02 Thread Fernando Perez
On 11/2/06, Travis Oliphant [EMAIL PROTECTED] wrote: Thanks for the pre-amble. Does it require pdflatex? I use ps2pdf because to generate the shaded boxes and graphics. I could probably try to do it with pdflatex and png files but I haven't tried, yet. I just tested it with ps2pdf on a

Re: [Numpy-discussion] Converting bool to float

2006-11-02 Thread Tim Hochberg
Travis Oliphant wrote: Robert Kern wrote: Tim Hochberg wrote: Travis Oliphant wrote: Robert Kern wrote: Travis Oliphant wrote: It looks like 1.0-x is doing the right thing. The problem is 1.0*x for matrices is going to

Re: [Numpy-discussion] Reading records from file and sorting

2006-11-02 Thread George Sakkis
Charles R Harris wrote: On 11/1/06, George Sakkis [EMAIL PROTECTED] wrote: Albert Strasheim wrote: Check the thread Strange results when sorting array with fields from about a week back. Travis made some changes to sorting in the presence of fields that should solve your problem,

Re: [Numpy-discussion] Reading records from file and sorting

2006-11-02 Thread Travis Oliphant
George Sakkis wrote: Charles R Harris wrote: On 11/1/06, George Sakkis [EMAIL PROTECTED] wrote: Albert Strasheim wrote: Check the thread Strange results when sorting array with fields from about a week back. Travis made some changes to sorting in the presence of fields that

Re: [Numpy-discussion] numpy book

2006-11-02 Thread Daran Rife
Hi Travis, I have one question about the fee-based Guide to NumPy that doesn't seem to be addressed on the Web site: http://www.tramy.us/guidetoscipy.html or in the FAQ. Once a user purchases the document, how does s/he obtain the latest version, when it becomes available? Looking forward

Re: [Numpy-discussion] numpy book

2006-11-02 Thread Alan G Isaac
On Thu, 2 Nov 2006, Daran Rife apparently wrote: Once a user purchases the document, how does s/he obtain the latest version, when it becomes available? In addition to providing updates on an as requested basis, Travis has made it clear that he will occasionally do a mass mailing. (At least

[Numpy-discussion] numarray indexing problems with Python2.5 and 64-bit platforms

2006-11-02 Thread Francesc Altet
Hi, I've detected that numarray (1.5.2) seems to be bitten by the change in Python 2.5 for indexes (http://docs.python.org/whatsnew/pep-353.html). In a Linux64 machine (using Python 2.5), I get this: a=numarray.array([1,2,3]) a[1:2] array([1, 2]) # ! However, both Numeric and numpy seems to

Re: [Numpy-discussion] numpy book

2006-11-02 Thread Torgil Svensson
generating such a PDF, with some color and formatting tweaks so that it prints legibly on black and white as well as looking nice on screen. This sounds promising. I actually have had problems printing the guide, every information box showed up completely black except for the emblem. On

[Numpy-discussion] Segfault in Python 2.5

2006-11-02 Thread Nikhil Padmanabhan
Hi, I recently tried to upgrade to Python 2.5 (MacPython), and I am getting segfaults on some of my f2py wrapped fortran codes. I'm running OS X 10.4.8 (ppc), and this occurs for both numpy 1.0 and 1.0rc2 (the two versions I tried). Running with Python 2.4 does not give me this error.

Re: [Numpy-discussion] numarray indexing problems with Python2.5 and 64-bit platforms

2006-11-02 Thread A. M. Archibald
On 02/11/06, Francesc Altet [EMAIL PROTECTED] wrote: I see this as a major issue in numarray and poses in great danger the intended support of PyTables for numarray that we planned for some time (until end of 2007). It would be nice to know if the numarray crew would be willing to address