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 v2.2.3 #1850

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Update dependency pandas to v2.2.3 #1850

merged 2 commits into from
Oct 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pandas (source) ==2.2.2 -> ==2.2.3 age adoption passing confidence
pandas (source) ==2.1.3 -> ==2.2.3 age adoption passing confidence

Release Notes

pandas-dev/pandas (pandas)

v2.2.3: Pandas 2.2.3

Compare Source

We are pleased to announce the release of pandas 2.2.3.
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.2.3 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

requirements-test.txt Outdated Show resolved Hide resolved
@icfaust
Copy link
Contributor

icfaust commented Jun 5, 2024

@ethanglaser So far I can see in the 2.2.2 pandas release notes (https://pandas.pydata.org/docs/whatsnew/v2.2.2.html) that this is the first version to support numpy 2.0. That would suggest that they have changed some python-C API interfaces in their backend, and may have introduced a memory leak. The memory loss between estimators for python 3.9, 3.10 windows and linux are the same (approximately 191000 bytes for an input data of 80800) for all estimators. This definitely looks to be an upstream issue with pandas, since all pandas dataframes are currently converted to numpy before being passed to onedal. I suspect that pandas isn't tracking the reference count correctly. I would like to do the following:

  1. Merge [testing] refactor test_memory_usage.py #1776 and update this PR, see if it still persists
  2. Modify the numpy versions for 3.9 and 3.10 in this PR and see what happens
  3. Test locally, reproduce issue and then run valgrind (I suspect this would take some time to do)

@ethanglaser
Copy link
Contributor

/intelci: run

@renovate renovate bot force-pushed the renovate/pandas-2.x branch 3 times, most recently from e5e1086 to f72563c Compare June 12, 2024 15:22
@renovate renovate bot force-pushed the renovate/pandas-2.x branch from f72563c to f614730 Compare July 4, 2024 16:12
@renovate renovate bot force-pushed the renovate/pandas-2.x branch from f614730 to 1f16f1a Compare August 6, 2024 16:28
@ethanglaser
Copy link
Contributor

/azp run CI

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@renovate renovate bot force-pushed the renovate/pandas-2.x branch from 1f16f1a to db67cf0 Compare September 19, 2024 23:15
@renovate renovate bot changed the title Update dependency pandas to v2.2.2 Update dependency pandas to v2.2.3 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/pandas-2.x branch from db67cf0 to 7a4480c Compare September 20, 2024 14:08
@renovate renovate bot force-pushed the renovate/pandas-2.x branch from 7a4480c to 0f947b3 Compare October 24, 2024 11:28
@Alexsandruss Alexsandruss added the dependencies Pull requests that update a dependency file label Oct 24, 2024
Copy link
Contributor Author

renovate bot commented Oct 24, 2024

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.

@Alexsandruss
Copy link
Contributor

/intelci: run

1 similar comment
@Alexsandruss
Copy link
Contributor

/intelci: run

@Alexsandruss Alexsandruss merged commit ac33cc8 into main Oct 25, 2024
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants