[Numpy-discussion] Warnings in NumPy SVN

Sasha ndarray at mac.com
Thu Apr 27 09:59:11 EDT 2006


On 4/27/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:
> [...]
> The function (or macro) needs to implement the operation on the basic
> data-type and if necessary set an error-flag in the floating-point
> registers.
>
> If anybody has time to help implement these basic operations, it would
> be greatly appreciated.

I can help.  To make sure we don't duplicate our effort, let's do the following:

1. I will add place-holders for all the necessary functions to make
them return "NotImplemented".

2. I will then follow up with the list of functions that need to be
filled out and we can then split the work.

3. We will also need to write tests that will make sure scalars behave
similar to dimensionless arrays.  If anyone would like to help with
this, it will be greately appreciated.  No C coding skills are
necessary for that.




More information about the NumPy-Discussion mailing list