[Numpy-svn] [numpy/numpy] 6aa21a: ENH: linear interpolation of complex values in lib...

GitHub noreply at github.com
Thu May 12 22:06:28 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6aa21ad951e8334ba3d3ac677390f7afe76cd242
      https://github.com/numpy/numpy/commit/6aa21ad951e8334ba3d3ac677390f7afe76cd242
  Author: Peter Creasey <p.e.creasey.00 at gmail.com>
  Date:   2016-05-12 (Thu, 12 May 2016)

  Changed paths:
    M doc/release/1.12.0-notes.rst
    M numpy/core/src/multiarray/compiled_base.c
    M numpy/core/src/multiarray/compiled_base.h
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  ENH: linear interpolation of complex values in lib.interp

lib.interp function now allows interpolation of complex fp with
complex128 precision (i.e. equivalent to lib.interp on the real and
imaginary parts). Tests are added for the non-periodic and periodic
cases.


  Commit: f1a36312b0996495a499ec4e5a9de14148bf957c
      https://github.com/numpy/numpy/commit/f1a36312b0996495a499ec4e5a9de14148bf957c
  Author: ahaldane <ealloc at gmail.com>
  Date:   2016-05-12 (Thu, 12 May 2016)

  Changed paths:
    M doc/release/1.12.0-notes.rst
    M numpy/core/src/multiarray/compiled_base.c
    M numpy/core/src/multiarray/compiled_base.h
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #6872 from pec27/complex-interp

ENH: linear interpolation of complex values in lib.interp


Compare: https://github.com/numpy/numpy/compare/383d80004276...f1a36312b099


More information about the Numpy-svn mailing list