Skip to content

Commit

Permalink
Merge pull request #2471 from rcomer/clip_path-changenote
Browse files Browse the repository at this point in the history
DOC: add deprecation note for `clip_path` module
  • Loading branch information
dopplershift authored Nov 4, 2024
2 parents def171d + 5c4ef99 commit cb696dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/whatsnew/v0.25.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Features
Deprecations and Removals
-------------------------

* The ``cartopy.mpl.clip_path`` module is deprecated without replacement.
Please vendor these functions if you need them.

* `~cartopy.mpl.patch.path_to_geos` and `~cartopy.mpl.patch.geos_to_path` are
deprecated. Use `~cartopy.mpl.path.path_to_shapely` and
`~cartopy.mpl.path.shapely_to_path` instead.
Expand Down

0 comments on commit cb696dd

Please sign in to comment.