We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404f6f4 commit 98a1e75Copy full SHA for 98a1e75
ultraplot/figure.py
@@ -826,7 +826,7 @@ def _parse_backend(backend=None, basemap=None):
826
# Basemap is currently being developed again so are removing the deprecation warning
827
if backend == "basemap":
828
warnings._warn_ultraplot(
829
- f"{backend=} will be deprecated in next major release (v1.60.0). See https://github.com/Ultraplot/ultraplot/pull/243#pullrequestreview-2885501470"
+ f"{backend=} will be deprecated in next major release (v2.0). See https://github.com/Ultraplot/ultraplot/pull/243#pullrequestreview-2885501470"
830
)
831
return backend
832
0 commit comments