[pypy-issue] [issue777] Unary functions pos, neg, and abs for numpy arrays in micronumpy

Justin Peel tracker at bugs.pypy.org
Mon Jul 4 08:23:16 CEST 2011


New submission from Justin Peel <peelpy at gmail.com>:

Added unary function ability to numpy arrays and implemented pos, neg and abs for 
them. pos does nothing to the array so there might be a better way to do it. 
However, I doubt that anyone uses it. It is just good to have there for 
completeness. Please check that I coded unary functions correctly. I was basing 
my implementation off of the binop code.

----------
files: numpy_unary_pos_neg_abs.patch
messages: 2719
nosy: fijal, justinpeel, pypy-issue
priority: feature
status: unread
title: Unary functions pos, neg, and abs for numpy arrays in micronumpy

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue777>
________________________________________


More information about the pypy-issue mailing list