Hi, all! I'm pleased to announce the release of numpy-financial v1.1.0. Many thanks to Stéfan van der Walt for his hard work on getting this release across the finish line and keeping the project moving forward.
************************** Sources can be found at ************************** https://pypi.org/project/numpy-financial/ https://github.com/numpy/numpy-financial/releases/tag/v1.1.0 ************************** Highlights of this release ************************** ENH: Use Newton's method to calculate IRR (#47). ENH: Allow npv calculation to be broadcastable (#54). Avoid redundant computations in IRR calculation (#60). ENH: NPV: Support calculation for vectors of rates and cashflows (#96). REL: Update minimum required versions (#102). ENH: npv: Rework npv function to mimic broadcasting (#108). Updated irr function [issue 98] (#99). ENH: nper: broadcast rework with Cython (#118). ENH: nper: Perform C division where appropriate (#120). ENH: mirr: Mimic broadcasting (#125). TYP: Inline typing annotations (#136). ************************** Contributors ************************** **17 authors contributed to this release (alphabetically):** @AlexMGTNO @Eugenia-Mazur @jlopezpena Daniel McCloy (@drammock) Jamie Cook (@jamiecook) Jasper Lee (@yatshunlee) Joren Hammudoglu (@jorenham) Josh Wilson (@person142) Kai Striega (@Kai-Striega) Maharshi Basu (@MashyBasker) Mandeep Singh (@mandeep-singh-sndk) Melissa Weber Mendonça (@melissawm) Mika (@tal66) SeanZ (@seanzian2093) Sebastian Berg (@seberg) Stefan van der Walt (@stefanv) Warren Weckesser (@WarrenWeckesser) **17 reviewers contributed to this release (alphabetically):** @101AlexMartin @AlexMGTNO @Eugenia-Mazur Daniel McCloy (@drammock) Inessa Pawson (@InessaPawson) Jamie Cook (@jamiecook) Jasper Lee (@yatshunlee) Joren Hammudoglu (@jorenham) Josh Wilson (@person142) Kai Striega (@Kai-Striega) Maharshi Basu (@MashyBasker) Melissa Weber Mendonça (@melissawm) Mika (@tal66) Ralf Gommers (@rgommers) SeanZ (@seanzian2093) Stefan van der Walt (@stefanv) Warren Weckesser (@WarrenWeckesser) **************************************************** For full release notes, visit: https://github.com/numpy/numpy-financial/releases/tag/v1.1.0 -- Inessa Inessa Pawson GitHub: inessapawson
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
