Search
Search Results
Search finished, found 3 page(s) matching the search query.
- NumPy 1.18.0 Release Notes
...14181) Deprecate the financial functions In accordance with NEP-32, the financial functions fv ipmt, irr, mirr, nper, npv, pmt, ppmt, pv and rate are deprecated, and will be removed from NumPy 1.20.The replacement for these functions is t...
- NumPy 1.20.0 Release Notes
...he financial functions are removed from NumPy 1.20. The functions that have been removed are fv, ipmt, irr, mirr, nper, npv, pmt, ppmt, pv, and rate. These functions are available in the numpy_financial library. (gh-17067) Compatibility...
- NumPy 1.8.0 Release Notes
...th overwrite_input option the input array will now only be partially sorted instead of fully sorted. Fix to financial.npv The npv function had a bug. Contrary to what the documentation stated, it summed from indexes 1 to M instead of from...