Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

chore: exclude pandas 2.2.x from testing#391

Merged
gcf-merge-on-green[bot] merged 4 commits intomainfrom
b322845272-pandas-2.2-exclude
Feb 23, 2024
Merged

chore: exclude pandas 2.2.x from testing#391
gcf-merge-on-green[bot] merged 4 commits intomainfrom
b322845272-pandas-2.2-exclude

Conversation

@tswast
Copy link
Copy Markdown
Contributor

@tswast tswast commented Feb 23, 2024

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Towards internal issue 322845272 🦕

@tswast tswast requested review from a team and shobsi February 23, 2024 19:11
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Feb 23, 2024
Copy link
Copy Markdown
Contributor

@chelsea-lin chelsea-lin left a comment

Choose a reason for hiding this comment

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

LTGM

@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Feb 23, 2024
Comment thread noxfile.py Outdated
# https://github.com/googleapis/python-bigquery-dataframes/issues/337
# are resolved
"pandas!=2.1.4, !=2.2.0rc0, !=2.2.0",
"pandas<2.1.4",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

JFYI we have been following != approach to track the exact breaking changes with each release via the associated follow up items (in the comments above) based on the following feedback.

#268 (comment)

Copy link
Copy Markdown
Contributor

@shobsi shobsi left a comment

Choose a reason for hiding this comment

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

If we have narrowed down a new breaking issue in 2.2.1, worth adding in the comments like other excluded versions

@tswast
Copy link
Copy Markdown
Contributor Author

tswast commented Feb 23, 2024

If we have narrowed down a new breaking issue in 2.2.1, worth adding in the comments like other excluded versions

I don't think it's anything new compared to 2.2.0 as far as I can tell.

@gcf-merge-on-green gcf-merge-on-green Bot merged commit 1040dff into main Feb 23, 2024
@gcf-merge-on-green gcf-merge-on-green Bot deleted the b322845272-pandas-2.2-exclude branch February 23, 2024 20:50
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants