[Numpy-svn] [numpy/numpy] a5ea77: BUG: Fixed issue #4679 and added test

GitHub noreply at github.com
Thu Mar 12 20:58:03 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a5ea773e66110cf335c9ed37e8ccdc14f8e56764
      https://github.com/numpy/numpy/commit/a5ea773e66110cf335c9ed37e8ccdc14f8e56764
  Author: Oliver Eberle <oliver_eberle at web.de>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M numpy/lib/shape_base.py
    M numpy/lib/tests/test_shape_base.py

  Log Message:
  -----------
  BUG: Fixed issue #4679 and added test

Tile now copies the input when it is a numpy array and all dimensions are
repeated only once.


  Commit: 6eef837b4ae321e8bd2dffab4df68a4869f00860
      https://github.com/numpy/numpy/commit/6eef837b4ae321e8bd2dffab4df68a4869f00860
  Author: Kreiswolke <oliver_eberle at web.de>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M numpy/lib/shape_base.py

  Log Message:
  -----------
  Update shape_base.py

So removed the paranthesis and included the return statement.


  Commit: fd3b0fc2481cfe2aad960fe05baf11be46a0dd3f
      https://github.com/numpy/numpy/commit/fd3b0fc2481cfe2aad960fe05baf11be46a0dd3f
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2015-03-12 (Thu, 12 Mar 2015)

  Changed paths:
    M numpy/lib/shape_base.py
    M numpy/lib/tests/test_shape_base.py

  Log Message:
  -----------
  Merge pull request #5585 from Kreiswolke/BugFixTile

BUG: Fixed issue #4679 - make numpy.tile always return a copy


Compare: https://github.com/numpy/numpy/compare/e84454aded85...fd3b0fc2481c


More information about the Numpy-svn mailing list