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

GitHub noreply at github.com
Fri Oct 24 17:45:06 EDT 2014


  Branch: refs/heads/master
  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: fe7816d448224633b0f8056ffb8c27478ab934e2
      https://github.com/numpy/numpy/commit/fe7816d448224633b0f8056ffb8c27478ab934e2
  Author: Julian Taylor <juliantaylor108 at gmail.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/280f6050d229...fe7816d44822


More information about the Numpy-svn mailing list