Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation of _indices #69

Merged
merged 15 commits into from
Aug 15, 2024
7 changes: 7 additions & 0 deletions inequality/_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
:cite:`nijkamp2015cultural`
https://www.econstor.eu/bitstream/10419/107568/1/dp8782.pdf
"""
import warnings

warnings.warn(
"The module _indices is deprecated and will be removed on 2025-01-01.",
DeprecationWarning,
jGaboardi marked this conversation as resolved.
Show resolved Hide resolved
sjsrey marked this conversation as resolved.
Show resolved Hide resolved
stacklevel=2
)

import itertools

Expand Down
Loading