Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ultraplot/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,10 @@ def _parse_backend(backend=None, basemap=None):
Handle deprecation of basemap and cartopy package.
"""
# Basemap is currently being developed again so are removing the deprecation warning
if backend == "basemap":
warnings._warn_ultraplot(
f"{backend=} will be deprecated in next major release (v2.0). See https://github.com/Ultraplot/ultraplot/pull/243"
)
return backend

def _parse_proj(
Expand Down