Skip to content

BUG: Fix bug in parsing F77 style string arrays.#23637

Merged
charris merged 1 commit intonumpy:maintenance/1.24.xfrom
charris:backport-23470
Apr 22, 2023
Merged

BUG: Fix bug in parsing F77 style string arrays.#23637
charris merged 1 commit intonumpy:maintenance/1.24.xfrom
charris:backport-23470

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Apr 21, 2023

Backport of #23470.

Example problematic variable: CHARACTER WORDARR(3)*8 This would be wrapped by an array with shape (3, 8) and dtype |S1, instead of the desired shape (3,) and dtype |S8.
See #23356.

Example problematic variable: CHARACTER WORDARR(3)*8
This would be wrapped by an array with shape (3, 8) and dtype |S1,
instead of the desired shape (3,) and dtype |S8.
See numpy#23356.
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Apr 21, 2023
@charris charris added this to the 1.24.3 release milestone Apr 21, 2023
@charris charris closed this Apr 22, 2023
@charris charris reopened this Apr 22, 2023
@charris charris merged commit 58025a4 into numpy:maintenance/1.24.x Apr 22, 2023
@charris charris deleted the backport-23470 branch May 11, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants