Skip to content

Commit

Permalink
Remove 1.x deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 18, 2024
1 parent 39b1318 commit f65a07c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions icepyx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
from warnings import warn

deprecation_msg = """icepyx v1.x is being deprecated; the back-end systems on which it relies
will be shut down as of late 2024. At that time, upgrade to icepyx v2.x, which uses the
new NASA Harmony back-end, will be required. Please see
<https://icepyx.readthedocs.io/en/latest/user_guide/changelog/v1.3.0.html> for more
information!
"""
# IMPORTANT: This is being done before the other icepyx imports because the imported
# code changes warning filters. If this is done after the imports, the warning won't
# work.
warn(deprecation_msg, FutureWarning, stacklevel=2)


from _icepyx_version import version as __version__

from icepyx.core.query import GenQuery, Query
Expand Down

0 comments on commit f65a07c

Please sign in to comment.