[Numpy-svn] [numpy/numpy] 037d28: DOC: Mention that default casting for inplace oper...

GitHub noreply at github.com
Sun Oct 18 15:58:05 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 037d2840ce0763bec31715e792fb30001bc80ed5
      https://github.com/numpy/numpy/commit/037d2840ce0763bec31715e792fb30001bc80ed5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-10-18 (Sun, 18 Oct 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst

  Log Message:
  -----------
  DOC: Mention that default casting for inplace operations has changed.

Mention in the compatibility section that default casting has changed
from 'unsafe' to 'same_kind' for inplace operations.

Closes #6498.


  Commit: 3ddaa592d855597ae8afe13b3848ac032e693295
      https://github.com/numpy/numpy/commit/3ddaa592d855597ae8afe13b3848ac032e693295
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2015-10-18 (Sun, 18 Oct 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst

  Log Message:
  -----------
  Merge pull request #6499 from charris/update-1.10.0-notes

DOC: Mention that default casting for inplace operations has changed.


Compare: https://github.com/numpy/numpy/compare/8cf83ee92aab...3ddaa592d855


More information about the Numpy-svn mailing list