[Numpy-svn] [numpy/numpy] 18a907: DOC: Clarified when a copy is made in numpy.asarra...

GitHub noreply at github.com
Thu Nov 3 21:00:47 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 18a9075496407e162b1401817316932c0982ca4c
      https://github.com/numpy/numpy/commit/18a9075496407e162b1401817316932c0982ca4c
  Author: Michael Seifert <michaelseifert04 at yahoo.de>
  Date:   2016-11-03 (Thu, 03 Nov 2016)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  DOC: Clarified when a copy is made in numpy.asarray [skip ci]

asarray does copy the input if the specified dtype and/or order differ
from the input even if it is an ndarray.


  Commit: 7d3e4488afb7bcdfcf0b5ff52fb1cdcd7dc3748b
      https://github.com/numpy/numpy/commit/7d3e4488afb7bcdfcf0b5ff52fb1cdcd7dc3748b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-11-03 (Thu, 03 Nov 2016)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  Merge pull request #8234 from MSeifert04/asarray_doc

DOC: Clarified when a copy is made in numpy.asarray


Compare: https://github.com/numpy/numpy/compare/94b36b557ce7...7d3e4488afb7


More information about the Numpy-svn mailing list