File tree 2 files changed +9
-1
lines changed
doc/api/prev_api_changes/api_changes_3.4.0
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ being bumped:
22
22
This is consistent with our :ref: `min_deps_policy ` and `NEP29
23
23
<https://numpy.org/neps/nep-0029-deprecation_policy.html> `__
24
24
25
+ Qhull downloaded at build-or-sdist time
26
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
+
28
+ Much like FreeType, Qhull is now downloaded at build time, or upon creation of
29
+ the sdist. To link against system Qhull, set the ``system_qhull `` option to
30
+ `True ` in the :file: `setup.cfg ` file. Note that Matplotlib now requires the
31
+ re-entrant version of Qhull (``qhull_r ``).
32
+
25
33
``FigureBase `` class added, and ``Figure `` class made a child
26
34
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
35
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license_files = LICENSE/*
10
10
# often, and don't need the space saving/speedup.
11
11
#enable_lto = True
12
12
# By default, Matplotlib downloads and builds its own copies of FreeType and of
13
- # of Qhull. You may set the following to True to instead link against a system
13
+ # Qhull. You may set the following to True to instead link against a system
14
14
# FreeType/Qhull. As an exception, Matplotlib defaults to the system version
15
15
# of FreeType on AIX.
16
16
#system_freetype = False
You can’t perform that action at this time.
0 commit comments