Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify behavior when dtype=None in sum, prod and trace #666

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

steff456
Copy link
Member

fixes #623

This PR,

  • clarifies docstring in sum signature in the DRAFT version
  • clarifies docstring in prod signature in the DRAFT version
  • clarifies docstring in trace signature in the DRAFT version

@steff456 steff456 added the Narrative Content Narrative documentation content. label Jul 26, 2023
@steff456 steff456 added this to the v2023 milestone Jul 26, 2023
@steff456 steff456 requested review from rgommers and kgryte July 26, 2023 22:29
@steff456 steff456 self-assigned this Jul 26, 2023
Copy link
Contributor

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks, @steff456!

@kgryte
Copy link
Contributor

kgryte commented Jul 27, 2023

@oleksandr-pavlyk The changes in this PR make dtype resolution a binary choice depending on whether the default data type has a smaller range of values. Do the changes satisfy your concerns in #623?

@kgryte
Copy link
Contributor

kgryte commented Sep 19, 2023

As this PR is straightforward, following existing spec guidance, and has been open for two months and no objections have been raised, will merge...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Narrative Content Narrative documentation content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sum docstring's description of dtype=None behavior is muddled
2 participants