[Numpy-svn] [numpy/numpy] e3ec36: TST: Remove tests of view safety checks (see next ...

GitHub noreply at github.com
Tue Oct 27 00:03:23 EDT 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: e3ec36b0a863fc366ada700083998dbd36de7f27
      https://github.com/numpy/numpy/commit/e3ec36b0a863fc366ada700083998dbd36de7f27
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

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

  Log Message:
  -----------
  TST: Remove tests of view safety checks (see next commit)

Remove unit tests for the view safety chekcs, which are to be reverted
in the next commit.


  Commit: f1eca4bd3b8b9ae2adc18d84e5da57f5996fa234
      https://github.com/numpy/numpy/commit/f1eca4bd3b8b9ae2adc18d84e5da57f5996fa234
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

  Changed paths:
    M numpy/core/_internal.py

  Log Message:
  -----------
  BUG: revert view safety checks

Because of slowdowns caused by the view safety checks introduced in
 #5548 they are removed here for 1.10. The plan is to reintroduce
a better version of the checks in 1.11.


  Commit: 20931263c2d3426ded11677131f81a1de9bdb243
      https://github.com/numpy/numpy/commit/20931263c2d3426ded11677131f81a1de9bdb243
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

  Changed paths:
    M numpy/core/_internal.py
    M numpy/core/tests/test_multiarray.py
    M numpy/lib/tests/test_recfunctions.py

  Log Message:
  -----------
  Merge pull request #6570 from charris/backport-6562

Backport 6562


Compare: https://github.com/numpy/numpy/compare/e0ca6c379da3...20931263c2d3


More information about the Numpy-svn mailing list