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] Partially replace pd.Int64Index with pd.Index #2339

Merged
merged 29 commits into from
Apr 4, 2022
Merged

[ENH] Partially replace pd.Int64Index with pd.Index #2339

merged 29 commits into from
Apr 4, 2022

Commits on Mar 29, 2022

  1. replace Int64Index in sktime/forecasting/base/_fh.py

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    38323bd View commit details
    Browse the repository at this point in the history
  2. replace Int64Index in sktime/utils/datetime.py

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3fba403 View commit details
    Browse the repository at this point in the history
  3. replace Int64Index in sktime/forecasting/tests/_config.py

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    36e31f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    909781e View commit details
    Browse the repository at this point in the history
  5. replace Int64Index in sktime/utils/_testing/series.py

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    480b2de View commit details
    Browse the repository at this point in the history
  6. remove pd.Int64Index from RELATIVE_TYPES and ABSOLUTE_TYPES and VALID…

    …_INDEX_TYPES
    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e8d0cd0 View commit details
    Browse the repository at this point in the history
  7. clean up

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    cf3c3b0 View commit details
    Browse the repository at this point in the history
  8. clean up

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    cd6a63c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'upstream-main' into 2338-khrapovs-replace-int64index

    # Conflicts:
    #	sktime/utils/validation/forecasting.py
    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1f47de6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b08bc5b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    61681b8 View commit details
    Browse the repository at this point in the history
  2. use is_integer instead of is_numeric

    Stanislav Khrapov committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    385d5a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dcd6c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7d95e1e View commit details
    Browse the repository at this point in the history
  2. new function is_integer_index

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    041e7b1 View commit details
    Browse the repository at this point in the history
  3. new function is_in_valid_index_types

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c4ce5c2 View commit details
    Browse the repository at this point in the history
  4. revert pd.Int64Index to VALID_INDEX_TYPES

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    5e85ac3 View commit details
    Browse the repository at this point in the history
  5. functions is_relative_fh_type and is_absolute_fh_type

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    810fa93 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    626fa1b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'upstream-main' into 2338-khrapovs-replace-int64index

    # Conflicts:
    #	sktime/forecasting/base/_fh.py
    Stanislav Khrapov committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c4344fc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    2e8b30f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    caf9bc2 View commit details
    Browse the repository at this point in the history
  2. isinstance(x, VALID_INDEX_TYPES) or is_integer_index(x)

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    2d4836c View commit details
    Browse the repository at this point in the history
  3. use is_in_valid_index_types everywhere

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    193d4de View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    5780916 View commit details
    Browse the repository at this point in the history
  5. move functions is_in_valid_relative_index_types and is_in_valid_absol…

    …ute_index_types to utils/validation/series.py
    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e853c22 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    d6e631e View commit details
    Browse the repository at this point in the history
  7. use is_integer_index in test_fh

    Stanislav Khrapov committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    6f285bc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge branch 'main' into 2338-khrapovs-replace-int64index

    Stanislav Khrapov committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ad24fcb View commit details
    Browse the repository at this point in the history