Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Updated deprecated api tri#26924

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletionsdoc/api/next_api_changes/removals/00001-ABC.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
Removal change template
~~~~~~~~~~~~~~~~~~~~~~~
_api.warn_deprecated is updated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Enter description of methods/classes removed here....
... In the ``lib/matplotlib/tri/`` directory.

Please rename file with PR number and your initials i.e. "99999-ABC.rst"
and ``git add`` the new file.
All files with _api.warn_deprecated is replaced with ValueError.
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/triangulation.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._triangulation import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/tricontour.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._tricontour import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/trifinder.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._trifinder import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/triinterpolate.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._triinterpolate import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/tripcolor.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._tripcolor import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/triplot.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._triplot import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/trirefine.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._trirefine import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")
8 changes: 1 addition & 7 deletionslib/matplotlib/tri/tritools.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
from ._tritools import * # noqa: F401, F403
from matplotlib import _api


_api.warn_deprecated(
"3.7",
message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
f"be removed two minor releases later. All functionality is "
f"available via the top-level module matplotlib.tri")
raise ValueError(f"Importing {__name__} was deprecated in Matplotlib 3.7 and will be removed two minor releases later. All functionality is available via the top-level module matplotlib.tri")

[8]ページ先頭

©2009-2025 Movatter.jp