Skip to content

ENH: Allow np.fromregex to accept os.PathLike implementations#19680

Merged
charris merged 2 commits intonumpy:mainfrom
BvB93:fromregex
Aug 16, 2021
Merged

ENH: Allow np.fromregex to accept os.PathLike implementations#19680
charris merged 2 commits intonumpy:mainfrom
BvB93:fromregex

Conversation

@BvB93
Copy link
Copy Markdown
Member

@BvB93 BvB93 commented Aug 16, 2021

closes #19679

np.fromregex is one of the rare file-maniupulation-functions in numpy that does not accept os.PathLike implementations.
This PR addresses aforementioned issue.

@BvB93 BvB93 added 01 - Enhancement 56 - Needs Release Note. Needs an entry in doc/release/upcoming_changes labels Aug 16, 2021
@BvB93 BvB93 removed the 56 - Needs Release Note. Needs an entry in doc/release/upcoming_changes label Aug 16, 2021
@charris charris merged commit cde6992 into numpy:main Aug 16, 2021
@charris
Copy link
Copy Markdown
Member

charris commented Aug 16, 2021

Thanks Bas.

@BvB93 BvB93 deleted the fromregex branch August 16, 2021 21:22
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.

ENH: Allow np.fromregex to take os.PathLike implementations

2 participants