Skip to content

MAINT: Remove partition and split-like functions from numpy.strings#26033

Merged
ngoldbaum merged 2 commits into
numpy:mainfrom
lysnikolaou:remove-partition-split-strings
Mar 15, 2024
Merged

MAINT: Remove partition and split-like functions from numpy.strings#26033
ngoldbaum merged 2 commits into
numpy:mainfrom
lysnikolaou:remove-partition-split-strings

Conversation

@lysnikolaou

Copy link
Copy Markdown
Member
  • Temporary removal of these functions until their behavior has been discussed further.

- Temporary removal of these functions until their behavior has been
discussed further.

@mhvk mhvk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

Comment thread numpy/_core/strings.py
"upper", "lower", "swapcase", "capitalize", "title",

# _vec_string - Will probably not become ufuncs
"mod", "decode", "encode", "translate",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, maybe in the future if numpy ever grows support for other encodings.

@ngoldbaum ngoldbaum added the 09 - Backport-Candidate PRs tagged should be backported label Mar 15, 2024
@ngoldbaum

Copy link
Copy Markdown
Member

Thanks @lysnikolaou. Marked as a backport candidate so this makes it into 2.0.

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.

4 participants