[Numpy-svn] [numpy/numpy] eb814f: BUG: fix ValueError for byte_bounds() on datetime ...

GitHub noreply at github.com
Wed Mar 19 21:42:14 EDT 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: eb814f3c86b7d75d8635bd57cec319e9e8a2cb14
      https://github.com/numpy/numpy/commit/eb814f3c86b7d75d8635bd57cec319e9e8a2cb14
  Author: mosessky <skytang at ucdavis.edu>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M numpy/lib/utils.py

  Log Message:
  -----------
  BUG: fix ValueError for byte_bounds() on datetime array
close gh-4354


  Commit: 74097820fdabf72768a17935a98fd540c095ae7e
      https://github.com/numpy/numpy/commit/74097820fdabf72768a17935a98fd540c095ae7e
  Author: Olivier Grisel <olivier.grisel at ensta.org>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M numpy/lib/utils.py

  Log Message:
  -----------
  FIX: missing asarray import in numpy.libs.utils


  Commit: d9d8aee53b56941e6ea24cc9693a6172f3f44abd
      https://github.com/numpy/numpy/commit/d9d8aee53b56941e6ea24cc9693a6172f3f44abd
  Author: Olivier Grisel <olivier.grisel at ensta.org>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M numpy/lib/tests/test_utils.py

  Log Message:
  -----------
  TST: add unittest for byte_bounds


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

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

  Log Message:
  -----------
  DOC: add byte_bounds issue to release notes


  Commit: 1884f1b1c89e775f3596042c9bfb5aa160e21239
      https://github.com/numpy/numpy/commit/1884f1b1c89e775f3596042c9bfb5aa160e21239
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/lib/tests/test_utils.py
    M numpy/lib/utils.py

  Log Message:
  -----------
  Merge pull request #4517 from juliantaylor/bytebounds-1.8

backport bytebounds fix to 1.8


Compare: https://github.com/numpy/numpy/compare/7a01ef579790...1884f1b1c89e


More information about the Numpy-svn mailing list