File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
doc/api/prev_api_changes/api_changes_3.5.0 Expand file tree Collapse file tree 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
3939<https://pypi.org/project/setuptools-scm-git-archive/> `__ plugin is also used
4040for consistent version export.
4141
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+
4254New runtime dependencies
4355~~~~~~~~~~~~~~~~~~~~~~~~
4456
You can’t perform that action at this time.
0 commit comments