-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop the length from
numpy
's fixed-width string dtypes (#9586)
* check that the length of fixed-width numpy strings is reset * drop the length from numpy's fixed-width string dtypes * compatibility with `numpy<2` * use `issubdtype` instead * some more test cases * more details in the comment --------- Co-authored-by: Tom Nicholas <[email protected]>
- Loading branch information
1 parent
f24cae3
commit fbe73ef
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters