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: Rework to mimic broadcasting #112

Closed
wants to merge 8 commits into from

Conversation

Kai-Striega
Copy link
Member

No description provided.

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.
numba only supports compilation of 32-bit or 64-bit little endian types.

Therefore we should only check that these compile.
The financial functions have been deprecated
for years now and we are using a version
of NumPy that no longer has them.
@Kai-Striega Kai-Striega self-assigned this Mar 26, 2024
@Kai-Striega Kai-Striega added enhancement New feature or request test labels Mar 26, 2024
@Kai-Striega Kai-Striega added this to the 2.0 milestone Mar 26, 2024
@Kai-Striega Kai-Striega closed this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant