[Numpy-svn] [numpy/numpy] c0f0f1: BUG: add missing gufunc failure return values and ...

GitHub noreply at github.com
Sun Mar 23 18:16:38 EDT 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: c0f0f106bb08b213c38bab77916d4af0ab680529
      https://github.com/numpy/numpy/commit/c0f0f106bb08b213c38bab77916d4af0ab680529
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  BUG: add missing gufunc failure return values and missing malloc fail check


  Commit: 84ff5e50035009ed24936f92aea96680cbd5b045
      https://github.com/numpy/numpy/commit/84ff5e50035009ed24936f92aea96680cbd5b045
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M numpy/core/src/multiarray/nditer_api.c
    M numpy/core/src/multiarray/nditer_constr.c
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  BUG: nditer: Initialize buffer reduce pos

The FirstVisit function uses this, but when the reduction is
over a single element it isn't considered a reduction. This is
fine, however the reduce pos must still be initialized to 0 in
that case. Also changes the check order so that it is not
necessary to initialize the outerstrides as well.

See also gh-4134, and gh-4535.


  Commit: c03a660a3871adcd11122087fb75760ed6258e62
      https://github.com/numpy/numpy/commit/c03a660a3871adcd11122087fb75760ed6258e62
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

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

  Log Message:
  -----------
  DOC: add size 1 object reduction to release notes


  Commit: b45f7a46922b0cbab6b7f8e1faa3775624c90c8a
      https://github.com/numpy/numpy/commit/b45f7a46922b0cbab6b7f8e1faa3775624c90c8a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/src/multiarray/nditer_api.c
    M numpy/core/src/multiarray/nditer_constr.c
    M numpy/core/src/umath/ufunc_object.c
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  Merge pull request #4540 from juliantaylor/backports

Backports for 1.8


Compare: https://github.com/numpy/numpy/compare/3aa88afe8d6b...b45f7a46922b


More information about the Numpy-svn mailing list