Skip to content

Commit df3a092

Browse files
committed
Add removal note
1 parent 6636090 commit df3a092

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rcsetup removals
2+
~~~~~~~~~~~~~~~~
3+
4+
The following functions in `~.rcsetup` have been removed:
5+
6+
- ``validate_path_exists`` - use `os.path.exists` instead.
7+
- ``update_savefig_format`` - this just replaced ``'auto'`` with ``'png'``.
8+
- ``validate_animation_writer_path``.
9+
10+
And the following values are no longer valid:
11+
12+
- Setting :rc:`savefig.format` to ``"auto"`` - use ``"png"`` instead.
13+
- Seeting :rc:`boxplot.whiskers` to ``"range"`` - set it to ``0, 100`` instead.
14+
- Setting :rc:`text.hinting` to `False` or `True` - set it to ``"auto"`` or ``"none"`` respectively.

0 commit comments

Comments
 (0)