← Back to team overview

python-quantities-developers team mailing list archive

Re: Misc ndarray functionality

 

I meant useful functions like sqrt, and concatenate. I've never actually had
to delve into ufuncs, I dont know much about them. I'd probably have to take
a look at numpy's masked array to see what they did. masked array is more
complicated in many respects, but we can get ideas from them about coverage
and optimization.

On Sat, Jan 10, 2009 at 4:57 PM, John Salvatier
<jsalvati@xxxxxxxxxxxxxxxx>wrote:

> Or both?
>
>
> On Sat, Jan 10, 2009 at 1:57 PM, John Salvatier <jsalvati@xxxxxxxxxxxxxxxx
> > wrote:
>
>> When you talk about "ufuncs" do you mean the built in numpy functions like
>> numpy.exp() ect. or do you mean the capacity to create ufuncs (frompyfunc)?
>>
>> On Mon, Jan 5, 2009 at 4:44 AM, Darren Dale <dsdale24@xxxxxxxxx> wrote:
>>
>>> Sounds great, let me know if you need help. There is plenty of numpy
>>> stuff that we will need to implement. ufuncs are also going to require some
>>> attention. If you have time, would you add unit tests for ufuncs as well?
>>>
>>> On Sun, Jan 4, 2009 at 8:56 PM, John Salvatier <
>>> jsalvati@xxxxxxxxxxxxxxxx> wrote:
>>>
>>>> I realized that Quantities do not properly implement the .sum() member
>>>> function. This made me realize that there is probably a lot of numpy member
>>>> functions that we do not currently implement properly, so I will be going
>>>> through the numpy book, writing unit tests and implementing functionality
>>>> that we need to support.
>>>>
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~python-quantities-developers<https://launchpad.net/%7Epython-quantities-developers>
>>> Post to     : python-quantities-developers@xxxxxxxxxxxxxxxxxxx
>>> Unsubscribe : https://launchpad.net/~python-quantities-developers<https://launchpad.net/%7Epython-quantities-developers>
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>

References