[Numpy-svn] [numpy/numpy] 7dea15: REL: Reset strides for RELAXED_STRIDE_CHECKING for...

GitHub noreply at github.com
Sun Sep 13 14:03:49 EDT 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 7dea159556d03c04ee2f99ceeea6160cd44d16c5
      https://github.com/numpy/numpy/commit/7dea159556d03c04ee2f99ceeea6160cd44d16c5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

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

  Log Message:
  -----------
  REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.10 release.

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 release, so fix
it.


  Commit: 307868077d346be025f921543f36276d92b699d1
      https://github.com/numpy/numpy/commit/307868077d346be025f921543f36276d92b699d1
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

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

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

REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.10 release.


Compare: https://github.com/numpy/numpy/compare/11ad7b8632b5...307868077d34


More information about the Numpy-svn mailing list