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

DEP: Expire deprecation to ignore bad dtype= in logical ufuncs #22541

Merged
merged 3 commits into from Nov 7, 2022

Commits on Nov 7, 2022

  1. DEP: Expire deprecation to ignore bad dtype= in logical ufuncs

    Basically only `bool` and `object dtype make sense, but they did
    not work correctly.  The dtype argument was rather ignored often.
    seberg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a2bd94b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a1409 View commit details
    Browse the repository at this point in the history
  3. DOC: Apply release note changes as suggested in review

    Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
    seberg and charris committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0f3c80d View commit details
    Browse the repository at this point in the history