Skip to content

[pull] main from pydata:main#990

Merged
pull[bot] merged 1 commit into
Illviljan:mainfrom
pydata:main
Apr 22, 2026
Merged

[pull] main from pydata:main#990
pull[bot] merged 1 commit into
Illviljan:mainfrom
pydata:main

Conversation

@pull

@pull pull Bot commented Apr 22, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

The codes passed to pd.MultiIndex were being converted from cache-friendly
ndarrays into Python lists to silence a mypy arg-type error introduced in
#10694. The extra per-element conversion dominates runtime for large indexes
(~13s on a 100x2000x300 array). Pass the ndarrays directly and suppress the
type error the same way as for `levels` just above.

Fixes #11305

Co-authored-by: Claude <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators Apr 22, 2026
@pull pull Bot added the ⤵️ pull label Apr 22, 2026
@pull pull Bot merged commit b8bfeca into Illviljan:main Apr 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant