Skip to content

Remove format strings - #3071

Merged
ndgrigorian merged 1 commit into
masterfrom
remove-format-strings
Sep 20, 2026
Merged

ndgrigorian merged 1 commit into
masterfrom
remove-format-strings

Conversation

@ndgrigorian

Copy link
Copy Markdown
Collaborator

This PR proposes removing format strings, replacing with f-strings, which are the more Pythonic, modern approach

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

Replaced with modern f-strings
@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.21.0dev8=py314ha0e2e8e_10 ran successfully.
Passed: 1376
Failed: 0
Skipped: 6

@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 78.479% (-0.001%) from 78.48% — remove-format-strings into master

@vlad-perevezentsev vlad-perevezentsev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM
Thank you @ndgrigorian

@antonwolfy antonwolfy added this to the 0.21.0 release milestone Sep 18, 2026
@ndgrigorian
ndgrigorian merged commit bfa29d3 into master Sep 20, 2026
107 of 111 checks passed
@ndgrigorian
ndgrigorian deleted the remove-format-strings branch September 20, 2026 21:02
github-actions Bot added a commit that referenced this pull request Sep 20, 2026
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.

4 participants