[Numpy-svn] [numpy/numpy] 36f884: BUG: financial.pmt modifies input #8055

GitHub noreply at github.com
Fri Sep 23 19:58:56 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 36f88442209e74f0fcb63ec2aa3868b63f7dafb4
      https://github.com/numpy/numpy/commit/36f88442209e74f0fcb63ec2aa3868b63f7dafb4
  Author: naveenarun <notatroll.troll at gmail.com>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M INSTALL.rst.txt
    M doc/TESTS.rst.txt
    M numpy/lib/financial.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  BUG: financial.pmt modifies input #8055

financial.pmt masked rate array in place, changing rate array.
Changed to mask to a new array, preserving the original rate array.


  Commit: a6574b2f080e4050e4b091fd3fa71be1f377f895
      https://github.com/numpy/numpy/commit/a6574b2f080e4050e4b091fd3fa71be1f377f895
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M numpy/lib/financial.py

  Log Message:
  -----------
  Merge pull request #8087 from hodgka/master

BUG: financial.pmt modifies input #8055


Compare: https://github.com/numpy/numpy/compare/c6185dd35085...a6574b2f080e


More information about the Numpy-svn mailing list