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

ENH: Add is_integer to np.floating & np.integer #19803

Merged
merged 6 commits into from Sep 2, 2021
Merged

Commits on Aug 31, 2021

  1. ENH: Add is_integer to the np.floating subclasses

    Bas van Beek committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4248338 View commit details
    Browse the repository at this point in the history
  2. TST: Add tests for np.floating.is_integer

    Bas van Beek committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    5d86d8c View commit details
    Browse the repository at this point in the history
  3. ENH: Add integer.is_integer

    Match `int.is_integer`, which was added in python/cpython#6121
    Bas van Beek committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9f11564 View commit details
    Browse the repository at this point in the history
  4. DOC: Add a release not for floating.is_integer

    Bas van Beek committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    38be2fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11ae8fe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. STY: Use a more descriptive variable name

    Co-Authored-By: Charles Harris <charlesr.harris@gmail.com>
    BvB93 and charris committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    bb3e407 View commit details
    Browse the repository at this point in the history