Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(python): Support Numpy ufunc with more than one expression #7924

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

zundertj
Copy link
Collaborator

@zundertj zundertj commented Apr 1, 2023

We use the pl.reduce trick basically, where the limitation is that non-expressions have to be passed in as kwargs. That is probably the safest anyway.

Related issues:
#6770 : brought up no support for multiple expression, have added a ValueError in response in #6821.

#5713 : reminder that there is the pl.reduce trick

We use the pl.reduce trick basically, where the limitation is that non-expressions have to be passed in as kwargs. That is probably the safest anyway.

Related issues:
pola-rs#6770 : brought up no support for multiple expression, have added a ValueError in response

pola-rs#5713 : reminder that there is the `pl.reduce` trick
@zundertj zundertj changed the title Np ufunc multi expression feat(python): Support Numpy ufunc with more than one expression Apr 1, 2023
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Apr 1, 2023
@ritchie46
Copy link
Member

Nice! Thanks @zundertj

@ritchie46 ritchie46 merged commit a7d3895 into pola-rs:master Apr 2, 2023
chitralverma pushed a commit to chitralverma/polars that referenced this pull request Apr 4, 2023
alicja-januszkiewicz pushed a commit to alicja-januszkiewicz/polars that referenced this pull request Apr 17, 2023
chitralverma pushed a commit to chitralverma/polars that referenced this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants