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

Unpin pandas #1889

Closed
wants to merge 1 commit into from
Closed

Conversation

ringohoffman
Copy link
Contributor

@ringohoffman ringohoffman commented Oct 12, 2023

TL;DR

Fixes flyteorg/flyte#3680: unpin pandas

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

this pin was added in #136: https://github.com/flyteorg/flytekit/pull/136/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R18 ~3 years ago when the latest pandas version was 1.2.1; flytekit is not using any features that have broken any of its tests in upgrading to use pandas >=2.0.0

Tracking Issue

flyteorg/flyte#3680

Fixes #3680; this pin was added in flyteorg#136: https://github.com/flyteorg/flytekit/pull/136/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R18 ~3 years ago when the latest pandas version was 1.2.1; flytekit is not using any features that have broken any of its tests in upgrading to use pandas >=2.0.0

Signed-off-by: Matthew Hoffman <matthew@protopia.ai>
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (54e68e0) 55.23% compared to head (713f0cd) 40.30%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1889       +/-   ##
===========================================
- Coverage   55.23%   40.30%   -14.94%     
===========================================
  Files         300      165      -135     
  Lines       22381    16266     -6115     
  Branches     3359     3359               
===========================================
- Hits        12363     6556     -5807     
+ Misses       9856     9548      -308     
  Partials      162      162               

see 135 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@pingsutw pingsutw left a comment

Choose a reason for hiding this comment

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

duplicate of #1818

@ringohoffman
Copy link
Contributor Author

@pingsutw Closing in favor of all the work done in #1818. Looks like it's close 🚀

@ringohoffman ringohoffman deleted the unpin-pandas branch October 13, 2023 07:13
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.

[flytekit feature] Support Pandas 2
2 participants