[Numpy-svn] [numpy/numpy] 43e7c8: MAINT: Localize variables only used with relaxed s...

GitHub noreply at github.com
Thu Nov 26 10:55:30 EST 2015


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

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

  Log Message:
  -----------
  MAINT: Localize variables only used with relaxed stride checking.

The variables in question lead to unused variable warnings when not
compiling with NPY_RELAXED_STRIDE_CHECKING=1 resulting in failing
travis tests.


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

  Changed paths:
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: Fix travis-ci test for numpy wheels.


  Commit: 408d994abb4ec5935c11496fc8322c00bfbb3481
      https://github.com/numpy/numpy/commit/408d994abb4ec5935c11496fc8322c00bfbb3481
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-26 (Thu, 26 Nov 2015)

  Changed paths:
    M numpy/core/src/multiarray/buffer.c
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #6731 from charris/backport-6726

Backport 6726


Compare: https://github.com/numpy/numpy/compare/23fe49503a6c...408d994abb4e


More information about the Numpy-svn mailing list