Skip to content

Fix project name capitalization (Numpy -> NumPy) - #3051

Merged
antonwolfy merged 2 commits into
masterfrom
fix/numpy-capitalization-sat-8557
Aug 31, 2026
Merged

Fix project name capitalization (Numpy -> NumPy)#3051
antonwolfy merged 2 commits into
masterfrom
fix/numpy-capitalization-sat-8557

Conversation

@antonwolfy

@antonwolfy antonwolfy commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Corrects inconsistent capitalization of the NumPy project name ("Numpy" → "NumPy") across the codebase. The most notable occurrence is in a user-facing TypeError message in dpnp/tensor/_ctors.py; the rest are docstrings and test comments. No functional change.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

Backport of numpy#31229. Corrects the miscapitalized NumPy project
name in a user-facing TypeError message, docstrings, and test
comments. No functional change.
@antonwolfy antonwolfy added this to the 0.21.0 release milestone Aug 31, 2026
@antonwolfy antonwolfy self-assigned this Aug 31, 2026
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.21.0dev7=py314ha0e2e8e_6 ran successfully.
Passed: 1375
Failed: 0
Skipped: 7

@coveralls

coveralls commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 78.48%. remained the same — fix/numpy-capitalization-sat-8557 into master

@antonwolfy
antonwolfy merged commit 0ca6e72 into master Aug 31, 2026
118 of 127 checks passed
@antonwolfy
antonwolfy deleted the fix/numpy-capitalization-sat-8557 branch August 31, 2026 13:18
github-actions Bot added a commit that referenced this pull request Aug 31, 2026
Corrects inconsistent capitalization of the NumPy project name ("Numpy"
→ "NumPy") across the codebase. The most notable occurrence is in a
user-facing `TypeError` message in `dpnp/tensor/_ctors.py`; the rest are
docstrings and test comments. No functional change. 0ca6e72
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants