[Numpy-svn] [numpy/numpy] ae3871: BUG: Fix swig make_fortran function.

GitHub noreply at github.com
Wed Nov 4 16:39:50 EST 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: ae38716103fec24b726c57dbe019e03a89ea923b
      https://github.com/numpy/numpy/commit/ae38716103fec24b726c57dbe019e03a89ea923b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst
    M tools/swig/numpy.i

  Log Message:
  -----------
  BUG: Fix swig make_fortran function.

The function was calling PyArray_FromArray with NPY_FORTRANORDER instead
of NPY_ARRAY_F_CONTIGUOUS. The first is of type NPY_ORDER and the second
is a flag.

Closes #6618. [ci skip]


  Commit: 9d4fbcffa6e3cfd1d0a50c93fc977d29a077700b
      https://github.com/numpy/numpy/commit/9d4fbcffa6e3cfd1d0a50c93fc977d29a077700b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst
    M tools/swig/numpy.i

  Log Message:
  -----------
  Merge pull request #6626 from charris/fix-swig-make_fortran

Backport 6621


Compare: https://github.com/numpy/numpy/compare/97cd681d5d6f...9d4fbcffa6e3


More information about the Numpy-svn mailing list