[Numpy-svn] [numpy/numpy] f801f7: TST: Ellipsis indexing creates a view.

GitHub noreply at github.com
Mon Dec 5 11:18:20 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: f801f76096136fdb9b261df5d8cde5adcaf134d5
      https://github.com/numpy/numpy/commit/f801f76096136fdb9b261df5d8cde5adcaf134d5
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

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

  Log Message:
  -----------
  TST: Ellipsis indexing creates a view.

It used to be the case that one would get the exact same object back.
However, since 1.9 this is no longer the case. Therefore we clean out
this outdated comment and add an `is` test to make it clearer this is
the case.


  Commit: b297cb7eaeebbd6c66ea263fc5da61d43c4b01b8
      https://github.com/numpy/numpy/commit/b297cb7eaeebbd6c66ea263fc5da61d43c4b01b8
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

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

  Log Message:
  -----------
  Merge pull request #8343 from jakirkham/tst_ell_view

TST: Ellipsis indexing creates a view


Compare: https://github.com/numpy/numpy/compare/6587f66b57da...b297cb7eaeeb


More information about the Numpy-svn mailing list