mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

clean-up & update #123

Closed mroberge closed 1 year ago

mroberge commented 1 year ago

Latest changes mostly clean files, update the github actions, and repair compatibility with Pandas 2. It loses Python 3.7 and 3.8

codecov[bot] commented 1 year ago

Codecov Report

Merging #123 (9c3904b) into master (22a4393) will decrease coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   97.34%   97.23%   -0.12%     
==========================================
  Files          19       18       -1     
  Lines        1394     1373      -21     
==========================================
- Hits         1357     1335      -22     
- Misses         37       38       +1     
Impacted Files Coverage Δ
tests/fixtures.py 94.44% <ø> (-0.30%) :arrow_down:
tests/fixtures_daily_dupe.py 100.00% <ø> (ø)
tests/fixtures_data.py 100.00% <ø> (ø)
tests/fixtures_multiple_methods.py 100.00% <ø> (ø)
tests/fixtures_recent_only.py 100.00% <ø> (ø)
tests/fixtures_tzfail.py 100.00% <ø> (ø)
tests/fixtures_usgs_rdb.py 100.00% <ø> (ø)
tests/test_charts.py 99.15% <ø> (-0.02%) :arrow_down:
tests/test_exceptions.py 86.36% <ø> (-1.14%) :arrow_down:
tests/test_helpers.py 100.00% <ø> (ø)
... and 6 more

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