Hi, there... I just found another bug :]
from numarray import arange from __future__ import division
arange(10) / 10
... This will give an error.
I really think this "real" division should be supported for arrays...
Magnus Lie Hetland wrote:
Hi, there... I just found another bug :]
numarray doesn't support "true division" yet.
from numarray import arange from __future__ import division
arange(10) / 10
... This will give an error.
I really think this "real" division should be supported for arrays...
It will be. It just hasn't been implemented yet.