Skip to content

Fix Xarray to xarray in source code and documentation#4461

Merged
seisman merged 1 commit intoGenericMappingTools:mainfrom
Bingtagui404:fix/xarray-lowercase
Mar 20, 2026
Merged

Fix Xarray to xarray in source code and documentation#4461
seisman merged 1 commit intoGenericMappingTools:mainfrom
Bingtagui404:fix/xarray-lowercase

Conversation

@Bingtagui404
Copy link
Copy Markdown
Contributor

Summary

Update all occurrences of "Xarray" (capitalized) to "xarray" (lowercase) across source code and documentation, since the formal name of the package is "xarray" (ref: JORS paper, xarray contributing guide).

Changed files (11)

  • .github/ISSUE_TEMPLATE/4-release_checklist.md
  • doc/api/index.rst
  • doc/changes.md
  • doc/contributing.md
  • doc/ecosystem.md
  • doc/install.md
  • doc/maintenance.md
  • doc/minversions.md
  • pygmt/_show_versions.py
  • pygmt/xarray/__init__.py
  • pygmt/xarray/backend.py

Fixes #4460

The formal name of the xarray package is "xarray" (lowercase), not
"Xarray". Update all occurrences across source code and documentation
for consistency.

Fixes GenericMappingTools#4460
@yvonnefroehlich yvonnefroehlich added documentation Improvements or additions to documentation skip-changelog Skip adding Pull Request to changelog labels Mar 20, 2026
Copy link
Copy Markdown
Member

@yvonnefroehlich yvonnefroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like all occurencies were found and fixed🙂.

@seisman seisman added this to the 0.19.0 milestone Mar 20, 2026
@seisman seisman merged commit 0c31fc4 into GenericMappingTools:main Mar 20, 2026
21 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skip-changelog Skip adding Pull Request to changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Xarray to xarray through the source code and documentation

3 participants