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 1cf5592 commit 9017f21Copy full SHA for 9017f21
doc/api/next_api_changes/removals.rst
@@ -84,7 +84,11 @@ Classes and methods
84
85
- ``image.BboxImage.interp_at_native`` property (no replacement)
86
- ``lines.Line2D.verticalOffset`` property (no replacement)
87
-- ``bezier.find_r_to_boundary_of_closedpath()`` (no relacement)
+- ``bezier.find_r_to_boundary_of_closedpath()`` (no replacement)
88
+- ``bezier.inside_circle()`` (no replacement)
89
+- ``bezier.split_path_inout`` (use ``Path.split_path_inout`` instead)
90
+- ``bezier.make_path_regular`` (use ``Path.make_path_regular`` instead)
91
+- ``bezier.concatenate_paths`` (use ``Path.make_compound_path`` instead)
92
93
- ``quiver.Quiver.color()`` (use ``Quiver.get_facecolor()`` instead)
94
- ``quiver.Quiver.keyvec`` property (no replacement)
0 commit comments