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

Update dependency pandas to >=2.0.0, <=2.1.4 #221

Merged
merged 10 commits into from
Jan 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pandas (source) >=1.4.0, <=2.0.3 -> >=1.4.0, <=2.1.4 age adoption passing confidence

Release Notes

pandas-dev/pandas (pandas)

v2.1.4: Pandas 2.1.4

Compare Source

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.1.3: Pandas 2.1.3

Compare Source

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.1.2: Pandas 2.1.2

Compare Source

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.1.1: Pandas 2.1.1

Compare Source

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.1.0: Pandas 2.1.0

Compare Source

We are pleased to announce the release of pandas 2.1.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.1.0 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the version Version issues label Aug 30, 2023
@renovate renovate bot changed the title Update dependency pandas to >=1.4.0, <=2.1.0 Update dependency pandas to >=1.4.0, <=2.1.1 Sep 20, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Attention: 46 lines in your changes are missing coverage. Please review.

Comparison is base (e5a3f9c) 92.39% compared to head (e95330a) 91.22%.

Files Patch % Lines
reciprocalspaceship/dtypes/internals.py 66.40% 42 Missing ⚠️
reciprocalspaceship/dtypes/integer.py 75.00% 3 Missing ⚠️
reciprocalspaceship/dtypes/floating.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #221      +/-   ##
==========================================
- Coverage   92.39%   91.22%   -1.18%     
==========================================
  Files          37       37              
  Lines        2434     2529      +95     
==========================================
+ Hits         2249     2307      +58     
- Misses        185      222      +37     
Flag Coverage Δ
unittests 91.22% <67.60%> (-1.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot changed the title Update dependency pandas to >=1.4.0, <=2.1.1 Update dependency pandas to >=1.4.0, <=2.1.2 Oct 26, 2023
@renovate renovate bot changed the title Update dependency pandas to >=1.4.0, <=2.1.2 Update dependency pandas to >=1.4.0, <=2.1.3 Nov 10, 2023
@renovate renovate bot changed the title Update dependency pandas to >=1.4.0, <=2.1.3 Update dependency pandas to >=1.4.0, <=2.1.4 Dec 8, 2023
Copy link
Contributor Author

renovate bot commented Dec 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@JBGreisman JBGreisman changed the title Update dependency pandas to >=1.4.0, <=2.1.4 Update dependency pandas to >=2.0.0, <=2.1.4 Dec 21, 2023
@JBGreisman
Copy link
Member

@dennisbrookner @kmdalton This PR makes rs compatible with the latest versions of pandas. In doing so, it's also necessary to bump the minimal supported version to v2.0.0. Let me know if this sounds alright to you.

@kmdalton
Copy link
Member

What's your time frame on this pr? I should test careless against these changes. I can pin the rs version for now, or we can weight for me to get around to properly testing. Just depends on your timing.

@JBGreisman
Copy link
Member

JBGreisman commented Dec 22, 2023

No strict timeline -- feel free to test with careless and update here

@JBGreisman
Copy link
Member

@kmdalton any updates here? I'd like to merge this in sometime next week, ideally

@kmdalton
Copy link
Member

kmdalton commented Jan 5, 2024

locally, my tests passed with this branch. i'm going to try running the full CI pipeline online now. i'll report back.

@kmdalton
Copy link
Member

kmdalton commented Jan 7, 2024

You have my blessing to go ahead with this PR. My careless CI is currently broken for an unrelated reason, and I can confirm your changes don't affect my testing locally.

@JBGreisman JBGreisman merged commit c1c8731 into main Jan 7, 2024
6 checks passed
@JBGreisman JBGreisman deleted the renovate/pandas-2.x branch January 7, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version Version issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants