Skip to content

BUG: Fix default fallback in genfromtxt#16780

Merged
charris merged 2 commits into
numpy:maintenance/1.19.xfrom
charris:backport-16242
Jul 8, 2020
Merged

BUG: Fix default fallback in genfromtxt#16780
charris merged 2 commits into
numpy:maintenance/1.19.xfrom
charris:backport-16242

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Jul 8, 2020

Backport of #16242.

This affected (for example?) if the dtype=object was used
without a converter, meaning that the default one is used.
And this is currently the last one, which is string_ (and thus
bytes).

Closes gh-16189

seberg and others added 2 commits July 7, 2020 20:36
This affected (for example?) if the `dtype=object` was used
without a converter, meaning that the default one is used.
And this is currently the last one, which is `string_` (and thus
bytes).

Closes numpygh-16189
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@charris charris merged commit dda57c2 into numpy:maintenance/1.19.x Jul 8, 2020
@charris charris deleted the backport-16242 branch July 8, 2020 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants