[Numpy-svn] [numpy/numpy] aa615a: numpy.i bugfix: fortran ordering check

GitHub noreply at github.com
Wed Mar 5 17:33:24 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: aa615ad086989a7fe3900dd6921e83ff5ab02814
      https://github.com/numpy/numpy/commit/aa615ad086989a7fe3900dd6921e83ff5ab02814
  Author: jspreston <j.sam.preston at gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M doc/swig/numpy.i

  Log Message:
  -----------
  numpy.i bugfix: fortran ordering check

for ARGOUTVIEWM?_FARRAY[34] typemaps, the included require_fortran check was inverted -- failing if the resulting array had fortran ordering, not if it did not.  This modification inverts these checks.


  Commit: 0bf8fecf01336a54d147d9929b38673183eb323a
      https://github.com/numpy/numpy/commit/0bf8fecf01336a54d147d9929b38673183eb323a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M doc/swig/numpy.i

  Log Message:
  -----------
  Merge pull request #4334 from jspreston/patch-1

numpy.i bugfix: fortran ordering check


Compare: https://github.com/numpy/numpy/compare/a509af15328c...0bf8fecf0133


More information about the Numpy-svn mailing list