Skip to content

REF: remove usage of np.product and np.cumproduct #51743

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

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

rgommers
Copy link
Contributor

@rgommers rgommers commented Mar 2, 2023

These will be deprecated soon, so use the preferred names (np.prod and np.cumprod) instead.

These will be deprecated soon, so use the preferred names
(`np.prod` and `np.cumprod`) instead.
@MarcoGorelli MarcoGorelli added this to the 2.1 milestone Mar 2, 2023
@MarcoGorelli MarcoGorelli added the Refactor Internal refactoring of code label Mar 2, 2023
Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

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

thanks @rgommers !

@MarcoGorelli MarcoGorelli merged commit b1dcfd5 into pandas-dev:main Mar 2, 2023
@rgommers rgommers deleted the remove-np-product branch March 2, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants