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
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