You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on gh-129: we removed the tiny attribute from finfo because it's badly named. In the discussion @kgryte explained its purpose and proposed instead to add two new attributes: smallest_normal and smallest_subnormal. That does sound like a good idea, however it'd be good to propose adding those attributes to numpy.finfo first, because it's not existing API and if NumPy doesn't want to extend finfo then we're better off leaving it out probably.
The text was updated successfully, but these errors were encountered:
Following up on gh-129: we removed the
tiny
attribute fromfinfo
because it's badly named. In the discussion @kgryte explained its purpose and proposed instead to add two new attributes:smallest_normal
andsmallest_subnormal
. That does sound like a good idea, however it'd be good to propose adding those attributes tonumpy.finfo
first, because it's not existing API and if NumPy doesn't want to extendfinfo
then we're better off leaving it out probably.The text was updated successfully, but these errors were encountered: