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 pandas v2.2 FutureWarning #1538

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Commits on Feb 16, 2024

  1. fix pandas v2.2 FutureWarning

    sys:1: FutureWarning: Index.format is deprecated and will be removed in a future version. Convert using index.astype(str) or index.map(formatter) instead.
    
    closes #1537
    t-kalinowski committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1a018ff View commit details
    Browse the repository at this point in the history
  2. update test

    t-kalinowski committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5206ff9 View commit details
    Browse the repository at this point in the history
  3. Add news

    t-kalinowski committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    736973c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. use index.map instead of index.astype for better backcompat

    Otherwise, tests fail on Python <= 3.7
    t-kalinowski committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2768bc4 View commit details
    Browse the repository at this point in the history