On Friday, July 8, 2011, Maximilian Trescher wrote:
> Hi,
>
>> I would avoid drange because
>> I believe numpy will soon be implementing such a function and I
>> wouldn't want the possible confusion that comes from that.
>
> what do you mean with "avoiding drange"? You wouldn't use it in your
> co
On Wednesday, July 6, 2011, Maximilian Trescher wrote:
> Hi,
>
> i just committed a fix for issue #135, which is about timedelta rounding.
>
> The problem was in drange:
> before the fix it used numpy.arange which resulted in rounding issues,
> the numpy doc says about arange:
> "When using a non-
Hi,
i just committed a fix for issue #135, which is about timedelta rounding.
The problem was in drange:
before the fix it used numpy.arange which resulted in rounding issues,
the numpy doc says about arange:
"When using a non-integer step, such as 0.1, the results will often not
be consistent. I