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

chore: add support for pandas v2 #481

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

TeeeJay
Copy link
Collaborator

@TeeeJay TeeeJay commented May 13, 2024

fixes #480
Refs: ECALC-1139

Have you remembered and considered?

  • I have remembered to update documentation
  • I have remembered to update manual changelog (docs/docs/changelog/next.md)
  • I have remembered to update migration guide (docs/docs/migration_guides/)
  • I have committed with BREAKING: in footer or ! in header, if breaking
  • I have added tests (if not, comment why)
  • I have used conventional commits syntax (if you squash, make sure that conventional commit is used)
  • I have included the Jira issue ID somewhere in the commit body (ECALC-XXXX)

Why is this pull request needed?

We need to support both Pandas 1.x and 2.0 for Python 3.8, and Pandas 2.x for Python 3.9 and later

What does this pull request change?

Add support for Pandas 1 and 2, and make sure that it works for Python 3.8 and Python 3.9

Issues related to this change:

@TeeeJay TeeeJay marked this pull request as ready for review May 14, 2024 11:10
@TeeeJay TeeeJay requested a review from a team as a code owner May 14, 2024 11:10
v2.0 supports python 3.8, while v2.1 and above only
supports python 3.9 and above

Refs: ECALC-1139
@TeeeJay TeeeJay force-pushed the ECALC-1139_parallel_pandas_support branch from 6683d81 to b664244 Compare May 14, 2024 11:19
@TeeeJay TeeeJay merged commit 6d0e68f into main May 14, 2024
7 checks passed
@TeeeJay TeeeJay deleted the ECALC-1139_parallel_pandas_support branch May 14, 2024 11:25
TeeeJay added a commit that referenced this pull request May 31, 2024
v2.0 supports python 3.8, while v2.1 and above only
supports python 3.9 and above. We need to support 1.5 as well,
due to not break backwards compatibility.

Refs: ECALC-1139
TeeeJay added a commit that referenced this pull request May 31, 2024
v2.0 supports python 3.8, while v2.1 and above only
supports python 3.9 and above. We need to support 1.5 as well,
due to not break backwards compatibility.

Refs: ECALC-1139
equinor-schen pushed a commit that referenced this pull request Aug 23, 2024
v2.0 supports python 3.8, while v2.1 and above only
supports python 3.9 and above. We need to support 1.5 as well,
due to not break backwards compatibility.

Refs: ECALC-1139
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.

Add support for Pandas >= 2.0
2 participants