oceanmodeling / StormEvents

Python interfaces for observational data surrounding named storm events, born from @jreniel's ADCIRCpy
https://stormevents.readthedocs.io
GNU General Public License v3.0
24 stars 8 forks source link

Support `pandas` version `>=2` #79

Closed SorooshMani-NOAA closed 1 year ago

SorooshMani-NOAA commented 1 year ago

Some pandas API calls needed to be updated for the support.

Also there was a test that was failing due to #78 that I had to comment out since it was not related to this pull request. We can reenable the test after addressing that issue separately.

codecov[bot] commented 1 year ago

Codecov Report

Merging #79 (02d6c6a) into main (9cb5d77) will increase coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   90.99%   91.18%   +0.18%     
==========================================
  Files          18       18              
  Lines        1877     1872       -5     
==========================================
- Hits         1708     1707       -1     
+ Misses        169      165       -4     
Impacted Files Coverage Δ
tests/test_stormevent.py 100.00% <ø> (+2.23%) :arrow_up:
stormevents/nhc/track.py 92.54% <100.00%> (+0.01%) :arrow_up:
stormevents/usgs/events.py 82.03% <100.00%> (ø)
tests/test_atcf.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.