[Numpy-svn] [numpy/numpy] 115b6a: REL: Reset strides for RELAXED_STRIDE_CHECKING for...

GitHub noreply at github.com
Thu Jan 21 11:23:38 EST 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: 115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd
      https://github.com/numpy/numpy/commit/115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/ctors.c

  Log Message:
  -----------
  REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases.

Strides in some cases are set to NPY_MAX_INTP to smoke out illegal usage
in packages that use Numpy. We don't want that for the releases, so fix
it.


  Commit: 6521bcd2f52d39b238cec67d2fa62788d56586dc
      https://github.com/numpy/numpy/commit/6521bcd2f52d39b238cec67d2fa62788d56586dc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/ctors.c

  Log Message:
  -----------
  Merge pull request #7075 from charris/make-bad-strides-reasonable

REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases.


Compare: https://github.com/numpy/numpy/compare/77aa0773f5fd...6521bcd2f52d


More information about the Numpy-svn mailing list