Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a07a12

Browse files
committed
Update API change notes to document removal of deprecated classes and methods from 3.7
This commit updates the API change notes to reflect the removal of deprecated Python classes and C++ methods. Signed-off-by: Issam Arabi <[email protected]>
1 parent cb83599 commit 9a07a12

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Removal change template
2+
~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
Deprecated Classes Removed
5+
##########################
6+
7+
The following deprecated classes from version 3.7 have been removed:
8+
9+
- `matplotlib.backends.backend_ps.PsBackendHelper`
10+
- `matplotlib.backends.backend_webagg.ServerThread`
11+
12+
These classes were previously marked as deprecated and have now been removed in accordance with the deprecation cycle.
13+
14+
Deprecated C++ Methods Removed
15+
##############################
16+
17+
The following deprecated C++ methods from `src/_backend_agg_wrapper.cpp`, deprecated since version 3.7, have also been removed:
18+
19+
- `PyBufferRegion_to_string`
20+
- `PyBufferRegion_to_string_argb`
21+
22+
These methods were previously marked as deprecated and have now been removed.

0 commit comments

Comments
 (0)