Re: [Numpy-discussion] ScientificPython with NumPy

2006-11-25 Thread konrad . hinsen
On 24.11.2006, at 19:04, [EMAIL PROTECTED] wrote: > Those who would like to test-drive ScientificPython with NumPy can do > so now: just download version 2.7.1 from > > http://sourcesup.cru.fr/ Version 2.7.2 now, after the first bug fix: it wouldn't compile with NumPy and Python < 2.5, be

Re: [Numpy-discussion] ScientificPython with NumPy

2006-11-25 Thread konrad . hinsen
On 25.11.2006, at 06:17, Sebastian Haase wrote: > Just out of curiosity: Can I ask what is special about a > Geometry.Vector ? What is the difference to a normal numpy array ? 1) A Vector always has exactly three elements of type "float". 2) A Vector is immutable. 3) Only addition and substracti