From 3834df1c7a3be1ee160743ac6b2de5c98734bc24 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:35:50 +0100 Subject: [PATCH 1/5] Update plot.py --- pygmt/src/plot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygmt/src/plot.py b/pygmt/src/plot.py index 2eb73d3b4b4..3c6fe515acb 100644 --- a/pygmt/src/plot.py +++ b/pygmt/src/plot.py @@ -6,7 +6,6 @@ from pygmt.helpers import ( build_arg_string, data_kind, - deprecate_parameter, fmt_docstring, is_nonstr_iter, kwargs_to_strings, @@ -16,7 +15,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="straight_line", B="frame", From 36489984b1e490a2f4397a70949918ea65ee46fa Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:39:30 +0100 Subject: [PATCH 2/5] Update plot3d.py --- pygmt/src/plot3d.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygmt/src/plot3d.py b/pygmt/src/plot3d.py index 7bf27a894e3..d313e062811 100644 --- a/pygmt/src/plot3d.py +++ b/pygmt/src/plot3d.py @@ -6,7 +6,6 @@ from pygmt.helpers import ( build_arg_string, data_kind, - deprecate_parameter, fmt_docstring, is_nonstr_iter, kwargs_to_strings, @@ -16,7 +15,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="straight_line", B="frame", From 6bb9b7881b5aaf754d32c2923652e3a3e9815ae2 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:39:57 +0100 Subject: [PATCH 3/5] Update rose.py --- pygmt/src/rose.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygmt/src/rose.py b/pygmt/src/rose.py index b4bb278574b..5cc383d4c32 100644 --- a/pygmt/src/rose.py +++ b/pygmt/src/rose.py @@ -5,7 +5,6 @@ from pygmt.clib import Session from pygmt.helpers import ( build_arg_string, - deprecate_parameter, fmt_docstring, kwargs_to_strings, use_alias, @@ -13,7 +12,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="sector", B="frame", From 36ab4771c96edc21fce0c9cbf40b64d51be6d7d8 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:40:22 +0100 Subject: [PATCH 4/5] Update velo.py --- pygmt/src/velo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygmt/src/velo.py b/pygmt/src/velo.py index c9da154e59e..dfaac5b8477 100644 --- a/pygmt/src/velo.py +++ b/pygmt/src/velo.py @@ -7,7 +7,6 @@ from pygmt.exceptions import GMTInvalidInput from pygmt.helpers import ( build_arg_string, - deprecate_parameter, fmt_docstring, kwargs_to_strings, use_alias, @@ -15,7 +14,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @deprecate_parameter( "uncertaintycolor", "uncertaintyfill", "v0.8.0", remove_version="v0.12.0" ) From d5836b6ee0201626071d15ce749fdd8f99c50a97 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:25:51 +0100 Subject: [PATCH 5/5] revert changes in velo.py --- pygmt/src/velo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmt/src/velo.py b/pygmt/src/velo.py index dfaac5b8477..c9da154e59e 100644 --- a/pygmt/src/velo.py +++ b/pygmt/src/velo.py @@ -7,6 +7,7 @@ from pygmt.exceptions import GMTInvalidInput from pygmt.helpers import ( build_arg_string, + deprecate_parameter, fmt_docstring, kwargs_to_strings, use_alias, @@ -14,6 +15,7 @@ @fmt_docstring +@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @deprecate_parameter( "uncertaintycolor", "uncertaintyfill", "v0.8.0", remove_version="v0.12.0" )