[Numpy-svn] [numpy/numpy] 2050eb: [FIX] preserve memory order in np.copy()

GitHub noreply at github.com
Sun Dec 16 17:01:40 EST 2012


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: 2050eb07985fa156c1b4f33ae0d1b1e3a759f7e9
      https://github.com/numpy/numpy/commit/2050eb07985fa156c1b4f33ae0d1b1e3a759f7e9
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2012-12-16 (Sun, 16 Dec 2012)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  [FIX] preserve memory order in np.copy()

This switches us back to the behaviour seen in numpy 1.6 and earlier,
which it turns out that scikit-learn (and probably others) relied on.


  Commit: 63bb787ef7b8673db2c8c1425ca44f3b02d2b572
      https://github.com/numpy/numpy/commit/63bb787ef7b8673db2c8c1425ca44f3b02d2b572
  Author: Ondřej Čertík <ondrej.certik at gmail.com>
  Date:   2012-12-16 (Sun, 16 Dec 2012)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #2839 from certik/backport476

[FIX] preserve memory order in np.copy()


Compare: https://github.com/numpy/numpy/compare/eb730a50467b...63bb787ef7b8


More information about the Numpy-svn mailing list