[Numpy-svn] [numpy/numpy] 71fc80: Fix typemap for Fortran ordered array input

GitHub noreply at github.com
Tue Jun 17 08:46:09 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 71fc8028beec5350b30f2f7638515ae1a8f88a7d
      https://github.com/numpy/numpy/commit/71fc8028beec5350b30f2f7638515ae1a8f88a7d
  Author: Adam Reeve <aree035 at aucklanduni.ac.nz>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

  Changed paths:
    M tools/swig/numpy.i

  Log Message:
  -----------
  Fix typemap for Fortran ordered array input

The typemaps with size parameters after the array pointer were correct,
but the typemaps with size parameters before the array pointer created
arrays with C ordering.


  Commit: 133d4f464ed3cb8639afc075c8c097a2c6594b6d
      https://github.com/numpy/numpy/commit/133d4f464ed3cb8639afc075c8c097a2c6594b6d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

  Changed paths:
    M tools/swig/numpy.i

  Log Message:
  -----------
  Merge pull request #4809 from adamreeve/swig_typemap_fix

Fix SWIG typemaps for Fortran ordered array input


Compare: https://github.com/numpy/numpy/compare/ef4806acd0f7...133d4f464ed3


More information about the Numpy-svn mailing list