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

GitHub noreply at github.com
Mon Oct 26 23:26:58 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 086d42d8b315cacf04ccaf4a805dc2fc7c137fee
      https://github.com/numpy/numpy/commit/086d42d8b315cacf04ccaf4a805dc2fc7c137fee
  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: 796a5f87c11fdc3a345fca5448b27a02856c2e4d
      https://github.com/numpy/numpy/commit/796a5f87c11fdc3a345fca5448b27a02856c2e4d
  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: 522a0f749d1ac8d0acece68f9c65d46e96529407
      https://github.com/numpy/numpy/commit/522a0f749d1ac8d0acece68f9c65d46e96529407
  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 #6562 from ahaldane/disable_view_safety_checks

Disable view safety checks


Compare: https://github.com/numpy/numpy/compare/2962abccf92d...522a0f749d1a


More information about the Numpy-svn mailing list