Skip to content

Update minimum Pandas version to 1.5.0#3808

Merged
christopherbunn merged 11 commits into
mainfrom
OSSEVALML_405_pandas_15_upgrade
Dec 5, 2022
Merged

Update minimum Pandas version to 1.5.0#3808
christopherbunn merged 11 commits into
mainfrom
OSSEVALML_405_pandas_15_upgrade

Conversation

@christopherbunn
Copy link
Copy Markdown
Contributor

@christopherbunn christopherbunn commented Nov 1, 2022

Resolves #3759

@christopherbunn christopherbunn force-pushed the OSSEVALML_405_pandas_15_upgrade branch from 775a2e3 to 131303a Compare November 1, 2022 15:54
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 1, 2022

Codecov Report

Merging #3808 (a95f7ef) into main (3007091) will not change coverage.
The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main   #3808   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        344     344           
  Lines      36191   36191           
=====================================
  Hits       36054   36054           
  Misses       137     137           
Impacted Files Coverage Δ
...rmers/preprocessing/natural_language_featurizer.py 98.9% <100.0%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@christopherbunn christopherbunn force-pushed the OSSEVALML_405_pandas_15_upgrade branch from dbc0118 to 3ef4b54 Compare November 2, 2022 14:14
Comment thread .github/meta.yaml
- python >=3.8.*
- imbalanced-learn >=0.9.1
- sktime <0.13.1,>=0.12.0
- sktime >=0.13.3
Copy link
Copy Markdown
Contributor Author

@christopherbunn christopherbunn Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The conda is currently failing as it looks like the latest version of sktime that is available on conda is 0.12.1 when we need this version for pandas 1.5 support. If pandas 1.5 support isn't super high priority we might need to skip conda support for now.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sktime/sktime#2921 - related. Can you file an issue against sktime to release 0.13.3?

@christopherbunn christopherbunn changed the title Pandas 1.5 Update Update minimum Pandas version to 1.5.0 Nov 2, 2022
@christopherbunn christopherbunn marked this pull request as ready for review November 2, 2022 16:49
Copy link
Copy Markdown
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM pending conda release of sktime.

@christopherbunn christopherbunn force-pushed the OSSEVALML_405_pandas_15_upgrade branch from 47d6283 to 0b80b27 Compare December 5, 2022 14:40
@christopherbunn christopherbunn force-pushed the OSSEVALML_405_pandas_15_upgrade branch from 0b80b27 to 9533f56 Compare December 5, 2022 15:36
Copy link
Copy Markdown
Contributor

@eccabay eccabay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@christopherbunn christopherbunn merged commit d8f9c68 into main Dec 5, 2022
@christopherbunn christopherbunn deleted the OSSEVALML_405_pandas_15_upgrade branch December 5, 2022 21:26
@christopherbunn christopherbunn mentioned this pull request Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update for Pandas 1.5

3 participants