Skip to content

Commit 93fb605

Browse files
committed
Add API changes
1 parent d104c74 commit 93fb605

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/api_changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ subplotparams will collapse axes to zero width or height. This prevents
4444
``tight_layout`` from being executed. Similarly
4545
`.tight_layout.get_tight_layout_figure` will return None.
4646

47+
To improve import (startup) time, private modules are now imported lazily.
48+
These modules are no longer available at these locations:
49+
50+
- `matplotlib.backends.backend_agg._png`
51+
- `matplotlib.contour._contour`
52+
- `matplotlib.image._png`
53+
- `matplotlib.mathtext._png`
54+
- `matplotlib.tri.triangulation._tri`
55+
- `matplotlib.tri.triangulation._qhull`
56+
4757
API Changes for 3.0.0
4858
=====================
4959

0 commit comments

Comments
 (0)