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

fix miscellaneous numpy=2.0 errors #8117

Merged
merged 15 commits into from
Sep 11, 2023
Merged

fix miscellaneous numpy=2.0 errors #8117

merged 15 commits into from
Sep 11, 2023

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    00c21f1 View commit details
    Browse the repository at this point in the history
  2. replace np.NaN with np.nan

    keewis committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2a143a4 View commit details
    Browse the repository at this point in the history
  3. replace more instances of np.unicode_

    note that with more modern versions of `numpy` the `.astype(np.str_)`
    don't actually change the dtype, so maybe we can remove those.
    keewis committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d396c11 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    1ba9978 View commit details
    Browse the repository at this point in the history
  2. more dtype replacements

    keewis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c0095ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c65195 View commit details
    Browse the repository at this point in the history
  4. explicitly import RankWarning

    keewis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    29bc8f5 View commit details
    Browse the repository at this point in the history
  5. left-over np.RankWarning

    keewis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cdb6c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    12308f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd84e31 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    0dd960a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    bfb59e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    f8ea1c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3c76f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f18adf2 View commit details
    Browse the repository at this point in the history