Skip to content

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

Merged
kgryte merged 1 commit into
data-apis:mainfrom
steff456:fix-desc
Sep 19, 2023
Merged

Clarify behavior when dtype=None in sum, prod and trace#666
kgryte merged 1 commit into
data-apis:mainfrom
steff456:fix-desc

Conversation

@steff456

Copy link
Copy Markdown
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

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

@kgrytekgryte 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. Thanks, @steff456!

@kgryte

Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Narrative ContentNarrative 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

@steff456@kgryte