← Back to team overview

python-quantities-developers team mailing list archive

Re: [Question #105142]: Is there any way to use quantities with numpy structured arrays?

 

Question #105142 on python-quantities changed:
https://answers.edge.launchpad.net/python-quantities/+question/105142

    Status: Open => Answered

Darren Dale proposed the following answer:
Quantities takes a single dimensionality and applies it to the entire
array. It is currently not designed to work with structured arrays.

Maybe Quantities could be redesigned to attach the dimensionality to the
dtype instead of the array, but that would be a significant undertaking
and would probably require changes in numpy as well.

-- 
You received this question notification because you are a member of
Python Quantities Development Team, which is an answer contact for
python-quantities.