-
Notifications
You must be signed in to change notification settings - Fork 179
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
Conversation
@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:
|
/intelci: run |
e5e1086
to
f72563c
Compare
f72563c
to
f614730
Compare
f614730
to
1f16f1a
Compare
/azp run CI |
Azure Pipelines successfully started running 1 pipeline(s). |
1f16f1a
to
db67cf0
Compare
db67cf0
to
7a4480c
Compare
7a4480c
to
0f947b3
Compare
Edited/Blocked NotificationRenovate 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. |
/intelci: run |
1 similar comment
/intelci: run |
This PR contains the following updates:
==2.2.2
->==2.2.3
==2.1.3
->==2.2.3
Release Notes
pandas-dev/pandas (pandas)
v2.2.3
: Pandas 2.2.3Compare 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:
Or via PyPI:
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.
This PR was generated by Mend Renovate. View the repository job log.