numpy-financial icon indicating copy to clipboard operation
numpy-financial copied to clipboard

Standalone package of the NumPy financial functions

Results 27 numpy-financial issues
Sort by recently updated
recently updated
newest added

### Issue with current documentation: There's no details on installing the documentation dependencies such as sphinx and the pydata-sphinx-theme in the development docs. ### Idea or request for content: Add...

documentation

### Describe the issue: Not sure if bug or feature request, but I used to be able to use pandas dataframe columns as input arrays to npf.ipmt(). With numpy 1.26.4...

bug
help wanted

This adds documentation for editing a stale PR. There is still some work / refinement to be done.

documentation
git

# Description This change request adds testing to the `pv` / present value function. - Tests - Adds fuzz tests and property-based tests (PBT) using [Hypothesis](https://hypothesis.readthedocs.io/en/latest/index.html) - Adds more example-based...

enhancement
test

Appropriate tokens need to be set on the repo side.

documentation
CI

### Issue with current documentation: The current documentation shows only for version 1.0 ### Idea or request for content: The documentation should show for "dev" and any released versions. This...

documentation

### Issue with current documentation: NumPy-Financial currently does not have a documented style guide ### Idea or request for content: Write a style guide for others to follow, the guide...

documentation

Our tests for many of the functions are very sparse, this should be updated to include more tests for each of the functions in numpy-financial. In particular, I think we...

help wanted
good first issue

Following up on my comment here: https://github.com/numpy/numpy-financial/pull/60#issuecomment-1456260408 This PR implements a better guess for IRR. I tested it on some of my data and it's faster than using guess =...