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

ENH: nper: broadcast rework #110

Closed
wants to merge 3 commits into from

Conversation

Kai-Striega
Copy link
Member

This PR rewrites the nper function to mimic broadcasting. As this requires writing manual for loops, numba is used to speed up the calculations. Further, a fuzz test is added.

This commit rewrites the ``nper`` function to mimic broadcasting.
As this requires writing manual for loops numba is used to speed
up the calculations. Further a fuzz test is added.
@Kai-Striega Kai-Striega added the enhancement New feature or request label Mar 23, 2024
@Kai-Striega Kai-Striega added this to the 2.0 milestone Mar 23, 2024
@Kai-Striega Kai-Striega self-assigned this Mar 23, 2024
@Kai-Striega
Copy link
Member Author

Closing as this is superseded by #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant