[Numpy-svn] [numpy/numpy] 99cbdb: BUG: cythonize sources for wheel build

GitHub noreply at github.com
Wed May 14 13:55:50 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 99cbdbacc23041392aac3f8cc60916d603ee9b1c
      https://github.com/numpy/numpy/commit/99cbdbacc23041392aac3f8cc60916d603ee9b1c
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2014-05-03 (Sat, 03 May 2014)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  BUG: cythonize sources for wheel build

Wheel build was not cythonizing sources, giving a compile error because
needed `numpy/random/mtrand/mtrand.c` was missing.


  Commit: 0beb47f52b359ac90d81ec3f932f39a6f85bf8e8
      https://github.com/numpy/numpy/commit/0beb47f52b359ac90d81ec3f932f39a6f85bf8e8
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M .travis.yml
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: add travis test for wheel build and install

Add travis build that builds and installs wheel, runs tests from
installed wheel.


  Commit: 3262c93655dd256878113d9ee145fc2a8615e8fb
      https://github.com/numpy/numpy/commit/3262c93655dd256878113d9ee145fc2a8615e8fb
  Author: CJ Carey <perimosocordiae at gmail.com>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  removing call to asanyarray


  Commit: 59d3bbbe34faa91b7361682441a8b8d1c05553c6
      https://github.com/numpy/numpy/commit/59d3bbbe34faa91b7361682441a8b8d1c05553c6
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  Merge pull request #4684 from perimosocordiae/patch-1

BUG: argwhere is not equivalent to transpose(nonzero(...)))


  Commit: a2c8da022df3e6e5aca7d186c80a4998abb31942
      https://github.com/numpy/numpy/commit/a2c8da022df3e6e5aca7d186c80a4998abb31942
  Author: Josh Lawrence <Josh.Lawrence at Dynetics.com>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M numpy/random/mtrand/distributions.c

  Log Message:
  -----------
  BUG: mtrand binomial algorithm is different from original paper algorithm


  Commit: fbf668e1a9d28d20797d8de68fcc48e9174780ba
      https://github.com/numpy/numpy/commit/fbf668e1a9d28d20797d8de68fcc48e9174780ba
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-05-09 (Fri, 09 May 2014)

  Changed paths:
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: update package list for chroot build

travis boxes are again badly out of date


  Commit: 9e9ae5fa99d1ce36deb42633d1910763e0739c8e
      https://github.com/numpy/numpy/commit/9e9ae5fa99d1ce36deb42633d1910763e0739c8e
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-05-09 (Fri, 09 May 2014)

  Changed paths:
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #4691 from juliantaylor/travis-fix

TST: update package list for chroot build


  Commit: 73be3cef389451a66e947af4ed2f9df427c5cc6e
      https://github.com/numpy/numpy/commit/73be3cef389451a66e947af4ed2f9df427c5cc6e
  Author: Josh Lawrence <Josh.Lawrence at Dynetics.com>
  Date:   2014-05-09 (Fri, 09 May 2014)

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

  Log Message:
  -----------
  Updated release notes to warn users about RNG state changes


  Commit: f671012497dc32988590fe7cfec7a8e5a95c4d68
      https://github.com/numpy/numpy/commit/f671012497dc32988590fe7cfec7a8e5a95c4d68
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-09 (Fri, 09 May 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/random/mtrand/distributions.c

  Log Message:
  -----------
  Merge pull request #4687 from wa03/randBinomFix

BUG: mtrand binomial algorithm is different from original paper algorithm


  Commit: 9592bfa7d29c238bc891be255a4a666b407a9e2f
      https://github.com/numpy/numpy/commit/9592bfa7d29c238bc891be255a4a666b407a9e2f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M numpy/ma/tests/test_core.py
    M numpy/ma/tests/test_old_ma.py

  Log Message:
  -----------
  BUG, TST: Fix tests of ma.count return type.

The masked array count method was fixed to use np.intp when doing sums.
The return type is always np.intp except for count(arr, axis=None) when
arr has no mask, in which case the return type is that of ndarray.size.

The test errors were noted in #4698.


  Commit: cd0d0579614481076fef473f1fc0c4b13f991b28
      https://github.com/numpy/numpy/commit/cd0d0579614481076fef473f1fc0c4b13f991b28
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M .travis.yml
    M setup.py
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #4662 from matthew-brett/cythonize-for-wheels

BUG: cythonize sources for wheel build


  Commit: 0c63e8c7b05a18057cab92da652dda5644910eb3
      https://github.com/numpy/numpy/commit/0c63e8c7b05a18057cab92da652dda5644910eb3
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-12 (Mon, 12 May 2014)

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

  Log Message:
  -----------
  BUG: Fix invalid value raised as error when testing on Windows.

The invalid value RuntimeWarning is raised as an error in numpy
testing, and in this case the Window build was raising the warning
for comparisons of NaNs.

Fixes the first error in #4698.


  Commit: 8713ad176166c7d7a4697baad3b77edf237b6a6e
      https://github.com/numpy/numpy/commit/8713ad176166c7d7a4697baad3b77edf237b6a6e
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-05-12 (Mon, 12 May 2014)

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

  Log Message:
  -----------
  Merge pull request #4700 from charris/ignore-invalid-value-in-test

BUG: Fix invalid value raised as error when testing on Windows.


  Commit: 1ef79bc779bec3630631352264823d7ca0e44c0b
      https://github.com/numpy/numpy/commit/1ef79bc779bec3630631352264823d7ca0e44c0b
  Author: Geert Barentsen <geert at barentsen.be>
  Date:   2014-05-13 (Tue, 13 May 2014)

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

  Log Message:
  -----------
  Fix for unclear array.resize() error message


  Commit: 06054c06cf3bc462ebdfecd5c6a5c0f39ebe85a9
      https://github.com/numpy/numpy/commit/06054c06cf3bc462ebdfecd5c6a5c0f39ebe85a9
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2014-05-13 (Tue, 13 May 2014)

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

  Log Message:
  -----------
  Merge pull request #4705 from barentsen/patch-1

Fix for unclear resize() error message


  Commit: 76760cffa9381697e2eb60a32f12d993628beec4
      https://github.com/numpy/numpy/commit/76760cffa9381697e2eb60a32f12d993628beec4
  Author: jaimefrio <jaime.frio at gmail.com>
  Date:   2014-05-13 (Tue, 13 May 2014)

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

  Log Message:
  -----------
  BUG: searchsorted fails if sorter is not of type np.intp fixes #4698

The array being passed to the search function was not the one converted
to NPY_INTP, so it only worked if it was of that type to begin with.


  Commit: d1987d11dfe5101d3c0b12fecaae05570f361d44
      https://github.com/numpy/numpy/commit/d1987d11dfe5101d3c0b12fecaae05570f361d44
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

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

  Log Message:
  -----------
  Merge pull request #4708 from jaimefrio/sorter-bug

BUG: searchsorted fails if sorter is not of type np.intp fixes #4698


  Commit: afe32d77b3540f11ff564f851f1db5afd26857b3
      https://github.com/numpy/numpy/commit/afe32d77b3540f11ff564f851f1db5afd26857b3
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

  Changed paths:
    M numpy/ma/tests/test_core.py
    M numpy/ma/tests/test_old_ma.py

  Log Message:
  -----------
  Merge pull request #4699 from charris/fix-ma.count-return-type-check

BUG, TST: Fix tests of ma.count return type.


Compare: https://github.com/numpy/numpy/compare/02008f739462...afe32d77b354


More information about the Numpy-svn mailing list