[Numpy-svn] [numpy/numpy] e4fe78: FIX: base always refers to the original subclass

GitHub noreply at github.com
Tue Dec 4 18:36:54 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e4fe78926c0dac9ee2bc5678d4d6a567598e2c3a
      https://github.com/numpy/numpy/commit/e4fe78926c0dac9ee2bc5678d4d6a567598e2c3a
  Author: GaelVaroquaux <gael.varoquaux at normalesup.org>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M numpy/core/src/multiarray/arrayobject.c
    M numpy/core/tests/test_memmap.py

  Log Message:
  -----------
  FIX: base always refers to the original subclass

Closes #470

The use case is that if b is a memmap, 'np.asarray(b).base' should be a
memmap, and thus we put is to b in such a situation.


  Commit: b3bcda21d6586cb304b0278c944c9b2b740283da
      https://github.com/numpy/numpy/commit/b3bcda21d6586cb304b0278c944c9b2b740283da
  Author: GaelVaroquaux <gael.varoquaux at normalesup.org>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M numpy/core/src/multiarray/arrayobject.c

  Log Message:
  -----------
  COMMENT: fix grammar in comment


  Commit: 69d57d074c7e3ad9b73954f5f2e1519e3d2760b7
      https://github.com/numpy/numpy/commit/69d57d074c7e3ad9b73954f5f2e1519e3d2760b7
  Author: GaelVaroquaux <gael.varoquaux at normalesup.org>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M numpy/core/src/multiarray/arrayobject.c

  Log Message:
  -----------
  MISC: fix whitespace in C file


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

  Changed paths:
    M numpy/core/src/multiarray/arrayobject.c
    M numpy/core/tests/test_memmap.py

  Log Message:
  -----------
  Merge pull request #2746 from GaelVaroquaux/fix-470

FIX: base always refers to the original subclass


Compare: https://github.com/numpy/numpy/compare/d0c0f14260e9...d8370da29094


More information about the Numpy-svn mailing list