On Thu, Feb 27, 2020 at 2:43 AM Ilhan Polat <ilhanpo...@gmail.com> wrote:

> Oh sorry. That's trigger finger np-dotting.
>
> What i mean is if someone was using the round method on float32 or other
> small bit datatypes they would have a silent upcasting.
>
> Maybe not a big problem but can have significant impact.
>

np.round()/np.around() will still exist and behave as you would want it to
in such cases (float32->float32, float64->float64).

-- 
Robert Kern
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to