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
We are currently populating the top-level namespace with access to the Gini & Theil classes as inequality.gini.Gini, for example. I would like to propose adding the classes themselves to the top-level namespace, e.g.:
from .giniimportGini
This would help distinguishing between the class offering of Gini & Theil and the functional indices in _indices.
We are currently populating the top-level namespace with access to the Gini & Theil classes as
inequality.gini.Gini
, for example. I would like to propose adding the classes themselves to the top-level namespace, e.g.:This would help distinguishing between the class offering of Gini & Theil and the functional indices in
_indices
.xref #31
The text was updated successfully, but these errors were encountered: