Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: PR 31332 revisions
* Add a release note for the above PR.
  • Loading branch information
tylerjereddy committed May 3, 2026
commit 692a3f1fc4c4c3787df74fe2f181e09355997794
6 changes: 6 additions & 0 deletions doc/release/upcoming_changes/31332.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Structured dtypes now support larger field sizes
------------------------------------------------
It is now possible to construct structured data types with
field sizes and offsets that exceed the size of a standard C
integer. Arrays using these structured data types are now
also possible to construct.
Loading