[Numpy-svn] [numpy/numpy] 96892c: BUG: Fix histogramdd treatment of events at rightm...

GitHub noreply at github.com
Sat Mar 1 09:09:29 EST 2014


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

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  BUG: Fix histogramdd treatment of events at rightmost binedge

Closes gh-4266


  Commit: 841a04435463e8b72bcc38d5a7271deb48b2209d
      https://github.com/numpy/numpy/commit/841a04435463e8b72bcc38d5a7271deb48b2209d
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: fail on declaration-after-statement in travis test

required for windows compilers


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

  Changed paths:
    M pavement.py

  Log Message:
  -----------
  MAINT: add python3.4 to paver file


  Commit: 74e6b4787822a42459ac54b27e94c9d1a5163cba
      https://github.com/numpy/numpy/commit/74e6b4787822a42459ac54b27e94c9d1a5163cba
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h

  Log Message:
  -----------
  BUG: enable windows large file support for mingw

The (non-lfs) posix api mingw otherwise uses does not seem to work on win32.
The windows lseek prototypes are available in the ancient mingw32 version
we use for our windows binaries but not the fseek/ftell, so they are
defined manually.


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

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

  Log Message:
  -----------
  DOC: add histogram fix to release notes


  Commit: 27425a32afbd92aaa5c9e5a8daa8b034e3fc0e6d
      https://github.com/numpy/numpy/commit/27425a32afbd92aaa5c9e5a8daa8b034e3fc0e6d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/include/numpy/npy_common.h
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py
    M pavement.py
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #4404 from juliantaylor/backport-fixes4-1.8

more fixes for 1.8


Compare: https://github.com/numpy/numpy/compare/76ff0c8c695f...27425a32afbd


More information about the Numpy-svn mailing list