[Numpy-svn] [numpy/numpy] e965eb: BUG: Make sure npy_mul_with_overflow_<type> detect...

GitHub noreply at github.com
Sun Jul 10 21:45:26 EDT 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: e965ebdce731c9fd0bb7756af112b53ce06f59ed
      https://github.com/numpy/numpy/commit/e965ebdce731c9fd0bb7756af112b53ce06f59ed
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M numpy/core/src/private/templ_common.h.src
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  BUG: Make sure npy_mul_with_overflow_<type> detects overflow.

The previous check for overflow would fail with signed integers as it
was designed to check for overflow of the larger corresponding unsigned
type.


  Commit: df68e2e7dad4c5446b2fc232ac78ad22ba877153
      https://github.com/numpy/numpy/commit/df68e2e7dad4c5446b2fc232ac78ad22ba877153
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  BUG: Ignore a DeprecationWarning.

Changing the data attribute is deprecated and that warning is raised in
the test_multiarray_writable_attributes_deletion test in
numpy/core/tests/test_multiarray.py


  Commit: d7f6cc6c527654e3f589cde621257e81eeb591ea
      https://github.com/numpy/numpy/commit/d7f6cc6c527654e3f589cde621257e81eeb591ea
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M numpy/core/src/private/templ_common.h.src
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #7821 from charris/backport-7817

Backport 7817, BUG: Make sure npy_mul_with_overflow_<type> detects overflow.


Compare: https://github.com/numpy/numpy/compare/74cf40f364c5...d7f6cc6c5276


More information about the Numpy-svn mailing list