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

[MNT] pandas 2.2.X compatibility fixes #5840

Merged
merged 1 commit into from Feb 22, 2024
Merged

[MNT] pandas 2.2.X compatibility fixes #5840

merged 1 commit into from Feb 22, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Jan 25, 2024

Adds fixes for pandas 2.2.X compatibility:

  • ensures index sorting in update_predict - previously, this was automatic, but now has to be enforced due to behaviour change of pd.concat.

@fkiraly fkiraly added the maintenance Continuous integration, unit testing & package distribution label Jan 25, 2024
@fkiraly fkiraly merged commit 3d26495 into main Feb 22, 2024
31 checks passed
@fkiraly fkiraly deleted the pandas-2.2.0-compat branch February 22, 2024 21:45
tiloye pushed a commit to tiloye/sktime that referenced this pull request Feb 24, 2024
Adds fixes for `pandas 2.2.X` compatibility:

* ensures index sorting in `update_predict` - previously, this was
automatic, but now has to be enforced due to behaviour change of
`pd.concat`.
fkiraly added a commit that referenced this pull request Mar 25, 2024
This PR raises the `pandas` bound to `pandas<2.3.0`.

Depends on #5840 which should be
merged first.

Due to the dependency, this PR can be used for testing #5840 while not
on `main`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant