[Numpy-svn] [numpy/numpy] 67b95a: BUG: fix NaT handling in _strided_to_strided_strin...

GitHub noreply at github.com
Mon Dec 2 18:33:31 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 67b95a3e7a4d54b4fa255b693f569b5d463e3e19
      https://github.com/numpy/numpy/commit/67b95a3e7a4d54b4fa255b693f569b5d463e3e19
  Author: Charles G Waldman <charles at crunch.io>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M numpy/core/src/multiarray/dtype_transfer.c
    M numpy/core/tests/test_datetime.py

  Log Message:
  -----------
  BUG: fix NaT handling in _strided_to_strided_string_to_datetime

When converting an array of strings to datetime64, a "NaT" occurring
in the input would cause all subsequent values to be converted to NaT.


  Commit: 95ff68f9688464970c3712f1eeac34304f8566e6
      https://github.com/numpy/numpy/commit/95ff68f9688464970c3712f1eeac34304f8566e6
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M numpy/core/src/multiarray/dtype_transfer.c
    M numpy/core/tests/test_datetime.py

  Log Message:
  -----------
  Merge pull request #4094 from cgwaldman/master

BUG: fix NaT handling in _strided_to_strided_string_to_datetime


Compare: https://github.com/numpy/numpy/compare/5da472239a2f...95ff68f96884


More information about the Numpy-svn mailing list