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

Fix usage of deprecated API of Pandas #23

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

SebastianSchmidl
Copy link
Member

Pandas released a new major version (2.0.0) that removed some deprecated APIs that we still used. This PR fixes the API usage and increased the NumPy version to avoid a CVE!

@SebastianSchmidl SebastianSchmidl added 🐛 bug(-fix) Something isn't working / was fixed 🏅 high MoSCoW: Must-have dependencies Pull requests that update a dependency file labels Apr 4, 2023
@SebastianSchmidl SebastianSchmidl requested a review from wenig April 4, 2023 08:35
@SebastianSchmidl SebastianSchmidl self-assigned this Apr 4, 2023
@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Merging #23 (c38fb87) into main (89cdbe5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   89.57%   89.57%           
=======================================
  Files          52       52           
  Lines        2033     2034    +1     
=======================================
+ Hits         1821     1822    +1     
  Misses        212      212           
Flag Coverage Δ
unittests 89.57% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
gutenTAG/addons/timeeval.py 87.73% <100.00%> (+0.11%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@SebastianSchmidl SebastianSchmidl merged commit 0a756c4 into main Apr 4, 2023
@SebastianSchmidl SebastianSchmidl deleted the fix/pandas-requirement branch April 4, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug(-fix) Something isn't working / was fixed dependencies Pull requests that update a dependency file 🏅 high MoSCoW: Must-have
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants