File tree 1 file changed +12
-0
lines changed
doc/api/prev_api_changes/api_changes_3.5.0 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,18 @@ The `setuptools-scm-git-archive
39
39
<https://pypi.org/project/setuptools-scm-git-archive/> `__ plugin is also used
40
40
for consistent version export.
41
41
42
+ Data directory is no longer optional
43
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
+
45
+ Historically, the ``mpl-data `` directory has been optional (example files were
46
+ unnecessary, and fonts could be deleted if a suitable dependency on a system
47
+ font were provided). Though example files are still optional, they have been
48
+ substantially pared down, and we now consider the directory to be required.
49
+
50
+ Specifically, the ``matplotlibrc `` file found there is used for runtime
51
+ verifications and must exist. Packagers may still symlink fonts to system
52
+ versions if needed.
53
+
42
54
New runtime dependencies
43
55
~~~~~~~~~~~~~~~~~~~~~~~~
44
56
You can’t perform that action at this time.
0 commit comments