Skip to content

Commit 17fcb4c

Browse files
DOC: Change "Pandas" to "pandas" (#3525)
1 parent 4d8bd73 commit 17fcb4c

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

.github/ISSUE_TEMPLATE/4-release_checklist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ assignees: ''
1919

2020
**Before release**:
2121

22-
- [ ] Check [SPEC 0](https://scientific-python.org/specs/spec-0000/) to see if we need to bump the minimum supported versions of GMT, Python and core package dependencies (NumPy/Pandas/Xarray)
22+
- [ ] Check [SPEC 0](https://scientific-python.org/specs/spec-0000/) to see if we need to bump the minimum supported versions of GMT, Python and
23+
core package dependencies (NumPy, pandas, Xarray)
2324
- [ ] Review the ["PyGMT Team" page](https://www.pygmt.org/dev/team.html)
2425
- [ ] Check to ensure that:
2526
- [ ] Deprecations and related tests are removed for this version by running `grep --include="*.py" -r vX.Y.Z` from the base of the repository

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# In draft pull request, only two jobs on Linux are triggered to save on
1818
# Continuous Integration resources:
1919
#
20-
# - Minimum supported Python/NumPy/Pandas/Xarray versions following [SPEC 0](https://scientific-python.org/specs/spec-0000/)
21-
# - Latest Python/NumPy versions + optional packages (e.g. GeoPandas)
20+
# - Minimum supported Python, NumPy, pandas, Xarray versions following [SPEC 0](https://scientific-python.org/specs/spec-0000/)
21+
# - Latest Python, NumPy versions + optional packages (e.g. GeoPandas)
2222
#
2323
name: Tests
2424

@@ -65,8 +65,8 @@ jobs:
6565
isDraft: true
6666
- os: windows-latest
6767
isDraft: true
68-
# Pair Python 3.10 with the minimum supported versions of NumPy/Pandas/Xarray
69-
# and Python 3.12 with the latest versions of NumPy/Pandas/Xarray
68+
# Pair Python 3.10 with the minimum supported versions of NumPy, pandas, Xarray
69+
# and Python 3.12 with the latest versions of NumPy, pandas, Xarray
7070
# Only install optional packages on Python 3.12
7171
include:
7272
- python-version: '3.10'
@@ -79,7 +79,7 @@ jobs:
7979
pandas-version: ''
8080
xarray-version: ''
8181
optional-packages: ' contextily geopandas ipython pyarrow rioxarray sphinx-gallery'
82-
# The job below is for testing geopandas v0.x on Ubuntu.
82+
# The job below is for testing GeoPandas v0.x on Ubuntu.
8383
# The python-version here can't be the versions in the matrix.python-version
8484
# defined above. Otherwise, other jobs will be overridden by this one.
8585
- os: 'ubuntu-latest'

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test PyGMT with GMT dev version on Linux/macOS/Windows
22
#
33
# This workflow runs regular PyGMT tests with the GMT dev version, and also pre-release
4-
# versions of several dependencies like NumPy, Pandas, Xarray, etc. If any tests fail,
4+
# versions of several dependencies like NumPy, pandas, Xarray, etc. If any tests fail,
55
# it also uploads the diff images as workflow artifacts. The GMT dev version is
66
# installed by fetching the latest source codes from the GMT master branch and
77
# compiling.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) along
194194
rest of the Scientific Python ecosystem, and therefore:
195195

196196
- Support for Python versions be dropped 3 years after their initial release.
197-
- Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after
197+
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
198198
their initial release.
199199

200200
Similarly, the PyGMT team has decided to discontinue support for GMT versions 3 years

doc/maintenance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) along
127127
rest of the Scientific Python ecosystem, and therefore:
128128

129129
* Support for Python versions be dropped 3 years after their initial release.
130-
* Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after
130+
* Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
131131
their initial release.
132132

133133
Similarly, the PyGMT team has decided to discontinue support for GMT versions 3 years
@@ -229,7 +229,7 @@ publishing the actual release notes at [](changes.md).
229229
last release (e.g., use `git shortlog HEAD...v0.4.0 -sne`).
230230
8. Update `doc/minversions.md` with new information on the new release version,
231231
including a vX.Y.Z documentation link, and minimum required versions of GMT, Python
232-
and core package dependencies (NumPy/Pandas/Xarray). Follow
232+
and core package dependencies (NumPy, pandas, Xarray). Follow
233233
[SPEC 0](https://scientific-python.org/specs/spec-0000/) for updates.
234234
9. Refresh citation information. Specifically, the BibTeX in `README.md` and
235235
`CITATION.cff` needs to be updated with any metadata changes, including the

doc/minversions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) along
2121
rest of the Scientific Python ecosystem, and therefore:
2222

2323
- Support for Python versions be dropped 3 years after their initial release.
24-
- Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after
24+
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
2525
their initial release.
2626

2727
Similarly, the PyGMT team has decided to discontinue support for GMT versions 3 years
2828
after their initial release.
2929

30-
| PyGMT Version | GMT | Python | NumPy | Pandas | Xarray |
30+
| PyGMT Version | GMT | Python | NumPy | pandas | Xarray |
3131
|---|---|---|---|---|---|
3232
| [Dev][]* [<doc:dev>] | {{ requires.gmt }} | {{ requires.python }} | {{ requires.numpy }} | {{ requires.pandas }} | {{ requires.xarray }} |
3333
| <tag:v0.13.0> [<doc:v0.13.0>] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |

pygmt/_show_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def show_versions(file: TextIO | None = sys.stdout):
103103
104104
- PyGMT itself
105105
- System information (Python version, Operating System)
106-
- Core dependency versions (NumPy, Pandas, Xarray, etc)
106+
- Core dependency versions (NumPy, pandas, Xarray, etc)
107107
- GMT library information
108108
109109
It also warns users if the installed Ghostscript version has serious bugs or is

0 commit comments

Comments
 (0)