Re: [Numpy-discussion] datetime pull request for review and build/test

2011-06-22 Thread Mark Wiebe
This has been reviewed, I'm proceeding with a merge. -Mark On Mon, Jun 20, 2011 at 7:38 PM, Mark Wiebe wrote: > https://github.com/numpy/numpy/pull/93 > > The summary: > > * Tighten up date unit vs time unit casting rules, and integrate the > NPY_CASTING enum deeper into the datetime conversion

[Numpy-discussion] datetime pull request for review and build/test

2011-06-20 Thread Mark Wiebe
https://github.com/numpy/numpy/pull/93 The summary: * Tighten up date unit vs time unit casting rules, and integrate the NPY_CASTING enum deeper into the datetime conversions * Determine a unit when converting from a string array, similar to when converting from lists of strings * Switch local/ut