Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Allow legacy dtypes to cast to datetime again #21445

Merged
merged 1 commit into from May 5, 2022

Commits on May 5, 2022

  1. BUG: Allow legacy dtypes to cast to datetime again

    This constraint was added out of a caution with the thought that nobody
    uses it.  Turns out ora does use it.
    In practice, this only affects cast to and from datetimes (or possibly
    strings but that seems even less likely).
    
    Tested via ora (see numpygh-21365) the paths are not particularly special,
    but the parametric dtype resolution is in principle missing.
    This is not particularly problematic, since NumPy barely exposes that
    though, and it never worked.
    
    Closes numpygh-21365
    seberg authored and charris committed May 5, 2022
    Copy the full SHA
    7b9e98d View commit details
    Browse the repository at this point in the history