[Numpy-svn] [numpy/numpy] 1cad7f: ENH: added std::complex support to numpy.i

GitHub noreply at github.com
Sat Nov 29 11:12:17 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1cad7f83b1fd0c1f7afab86b0afdf4536b6f3e75
      https://github.com/numpy/numpy/commit/1cad7f83b1fd0c1f7afab86b0afdf4536b6f3e75
  Author: Glen Mabey <Glen.Mabey at swri.org>
  Date:   2014-11-07 (Fri, 07 Nov 2014)

  Changed paths:
    M tools/swig/numpy.i
    M tools/swig/test/Array.i
    A tools/swig/test/ArrayZ.cxx
    A tools/swig/test/ArrayZ.h
    M tools/swig/test/Makefile
    M tools/swig/test/setup.py
    M tools/swig/test/testArray.py

  Log Message:
  -----------
  ENH: added std::complex support to numpy.i

numpy.i now includes ready-made typemaps for std::complex<float>
and std::complex<double> .  Tests were added to testArray using
a newly defined ArrayZ class.


  Commit: 74b08364df5ba161131e5594e2aaeab03a9c6471
      https://github.com/numpy/numpy/commit/74b08364df5ba161131e5594e2aaeab03a9c6471
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M tools/swig/numpy.i
    M tools/swig/test/Array.i
    A tools/swig/test/ArrayZ.cxx
    A tools/swig/test/ArrayZ.h
    M tools/swig/test/Makefile
    M tools/swig/test/setup.py
    M tools/swig/test/testArray.py

  Log Message:
  -----------
  Merge pull request #5308 from gmabey/swig-std-complex

ENH: added std::complex support to numpy.i


Compare: https://github.com/numpy/numpy/compare/eb61066a1b2d...74b08364df5b


More information about the Numpy-svn mailing list