-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Expire deprecations #28183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Expire deprecations #28183
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c4ec3f6
Expire deprecations in Axis and update docs
oscargus f621b01
Expire parameter renaming deprecations
oscargus 68ed8e6
Expire numdecs deprecation
oscargus 05a1c31
Expire deprecations in proj3d
oscargus e36397c
Expire keyword only deprecations
oscargus 8aafa3a
Add API removal note
oscargus f6b8a1b
numticks kwonly, doc removal of set_label
ksunden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
``Tick.set_label``, ``Tick.set_label1`` and ``Tick.set_label2`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
... are removed. Calling these methods from third-party code usually had no | ||
effect, as the labels are overwritten at draw time by the tick formatter. | ||
|
||
|
||
Functions in ``mpl_toolkits.mplot3d.proj3d`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The function ``transform`` is just an alias for ``proj_transform``, | ||
use the latter instead. | ||
|
||
The following functions were either unused (so no longer required in Matplotlib) | ||
or considered private. | ||
|
||
* ``ortho_transformation`` | ||
* ``persp_transformation`` | ||
* ``proj_points`` | ||
* ``proj_trans_points`` | ||
* ``rot_x`` | ||
* ``rotation_about_vector`` | ||
* ``view_transformation`` | ||
|
||
|
||
Arguments other than ``renderer`` to ``get_tightbbox`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
... are keyword-only arguments. This is for consistency and that | ||
different classes have different additional arguments. | ||
|
||
|
||
Method parameters renamed to match base classes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The only parameter of ``transform_affine`` and ``transform_non_affine`` in ``Transform`` subclasses is renamed | ||
to *values*. | ||
|
||
The *points* parameter of ``transforms.IdentityTransform.transform`` is renamed to *values*. | ||
|
||
The *trans* parameter of ``table.Cell.set_transform`` is renamed to *t* consistently with | ||
`.Artist.set_transform`. | ||
|
||
The *clippath* parameters of ``axis.Axis.set_clip_path`` and ``axis.Tick.set_clip_path`` are | ||
renamed to *path* consistently with `.Artist.set_clip_path`. | ||
|
||
The *s* parameter of ``images.NonUniformImage.set_filternorm`` is renamed to *filternorm* | ||
consistently with ``_ImageBase.set_filternorm``. | ||
|
||
The *s* parameter of ``images.NonUniformImage.set_filterrad`` is renamed to *filterrad* | ||
consistently with ``_ImageBase.set_filterrad``. | ||
|
||
The only parameter of ``Annotation.contains`` and ``Legend.contains`` is renamed to *mouseevent* | ||
consistently with `.Artist.contains`. | ||
|
||
Method parameters renamed | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The *p* parameter of ``BboxBase.padded`` is renamed to *w_pad*, consistently with the other parameter, *h_pad* | ||
|
||
*numdecs* parameter and attribute of ``LogLocator`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
... are removed without replacement, because they had no effect. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.