Skip to content

Use canonical dpnp.max/dpnp.min instead of amax/amin aliases in docstrings and internal code#2990

Merged
antonwolfy merged 3 commits into
masterfrom
replace-amin-amax-in-docs-and-code
Jul 6, 2026
Merged

Use canonical dpnp.max/dpnp.min instead of amax/amin aliases in docstrings and internal code#2990
antonwolfy merged 3 commits into
masterfrom
replace-amin-amax-in-docs-and-code

Conversation

@antonwolfy

@antonwolfy antonwolfy commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The pointing docstrings and internal usage at the alias pages forces readers to click through a second time to reach the real
max/min documentation; referencing the canonical names directly avoids that indirection.

  • 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?

@antonwolfy antonwolfy added this to the 0.21.0 release milestone Jul 2, 2026
@antonwolfy antonwolfy self-assigned this Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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

@coveralls

coveralls commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 78.107%. remained the same — replace-amin-amax-in-docs-and-code into master

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.21.0dev2=py313h509198e_15 ran successfully.
Passed: 1371
Failed: 4
Skipped: 5

@antonwolfy antonwolfy merged commit a9a3b5d into master Jul 6, 2026
81 of 86 checks passed
@antonwolfy antonwolfy deleted the replace-amin-amax-in-docs-and-code branch July 6, 2026 13:10
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