Skip to content

Commit

Permalink
Revise bullet point formatting [skip azp] [skip cirrus] [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
star1327p authored Feb 21, 2025
1 parent a3f6ff0 commit 67efd66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/reference/arrays.promotion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ such as byte-order, metadata, string length, or exact structured dtype layout.
While the string length or field names of a structured dtype are important,
NumPy considers byte-order, metadata, and the exact layout of a structured
dtype as storage details.

During promotion NumPy does *not* take these storage details into account:

* Byte-order is converted to native byte-order.
* Metadata attached to the dtype may or may not be preserved.
* Resulting structured dtypes will be packed (but aligned if inputs were).
Expand Down

0 comments on commit 67efd66

Please sign in to comment.