Many deprecated parameters are planned to be removed in v0.20.0. Better to work on them in separate PRs so that we can have separated entries in the changelog.
Use grep -r "# TODO(PyGMT.*)" --include="*.py" . or grep -r 'remove_version="v0.20.0"' --include="*.py" . to find related files.
Help is wanted. An example RP is at #4825.
Many deprecated parameters are planned to be removed in v0.20.0. Better to work on them in separate PRs so that we can have separated entries in the changelog.
Use
grep -r "# TODO(PyGMT.*)" --include="*.py" .orgrep -r 'remove_version="v0.20.0"' --include="*.py" .to find related files.Help is wanted. An example RP is at #4825.