Skip to content

normalize the first indexer - #10948

Merged
keewis merged 8 commits into
pydata:mainfrom
keewis:slice-normalize
Nov 24, 2025
Merged

normalize the first indexer#10948
keewis merged 8 commits into
pydata:mainfrom
keewis:slice-normalize

Conversation

@keewis

@keewis keewis commented Nov 24, 2025

Copy link
Copy Markdown
Collaborator

#10580 introduced a shortcut for the first indexer of a lazily indexed array (the existing indexer is slice(None)). However, this means that the resulting slice is not normalized, which apparently some backend arrays require.

@keewis

keewis commented Nov 24, 2025

Copy link
Copy Markdown
Collaborator Author

the failing docs CI should be unrelated, there's something wrong with downloading the tutorial datasets.

@keewis
keewis merged commit d057157 into pydata:main Nov 24, 2025
36 of 37 checks passed
@keewis
keewis deleted the slice-normalize branch November 24, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

diff() failing on lazy-loaded data only

2 participants