[Numpy-svn] [numpy/numpy] 892c46: BUG: Make PyArray_PutTo respect writeable flag.

GitHub noreply at github.com
Fri Oct 24 17:46:41 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 892c46910c7f9f0211f01b42f9aa81d0db892c8e
      https://github.com/numpy/numpy/commit/892c46910c7f9f0211f01b42f9aa81d0db892c8e
  Author: Jarl Haggerty <jarl at covetouscat.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

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

  Log Message:
  -----------
  BUG: Make PyArray_PutTo respect writeable flag.

Closes #4465.


  Commit: b1f8bcf451ef75344439d56c9953f6652af899d7
      https://github.com/numpy/numpy/commit/b1f8bcf451ef75344439d56c9953f6652af899d7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

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

  Log Message:
  -----------
  TST: Add some tests for ndarray.put.


  Commit: 42d890f549c6a7c8e70ac33c06f515ad9be0874a
      https://github.com/numpy/numpy/commit/42d890f549c6a7c8e70ac33c06f515ad9be0874a
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-24 (Fri, 24 Oct 2014)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #5216 from charris/cleanup-gh-5132

BUG: Make PyArray_PutTo respect writeable flag.


Compare: https://github.com/numpy/numpy/compare/ce0c6e04771f...42d890f549c6


More information about the Numpy-svn mailing list