kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
18 stars 4 forks source link

Remove dependency on Pandas v1 #176

Closed kujaku11 closed 10 months ago

kujaku11 commented 10 months ago

Remove dependency on Pandas version 1. Extend capability to pandas 2.

The culprit is MTime need to make some minor updates to how over and under times are handled and checked.

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e90d22b) 83.60% compared to head (91bf390) 83.66%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## patches #176 +/- ## =========================================== + Coverage 83.60% 83.66% +0.05% =========================================== Files 271 271 Lines 19950 20002 +52 =========================================== + Hits 16680 16734 +54 + Misses 3270 3268 -2 ``` | [Flag](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | `83.66% <100.00%> (+0.05%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | Coverage Δ | | |---|---|---| | [mt\_metadata/utils/mttime.py](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP#diff-bXRfbWV0YWRhdGEvdXRpbHMvbXR0aW1lLnB5) | `84.83% <100.00%> (+1.71%)` | :arrow_up: | | [setup.py](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP#diff-c2V0dXAucHk=) | `0.00% <ø> (ø)` | | | [tests/test\_mttime.py](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP#diff-dGVzdHMvdGVzdF9tdHRpbWUucHk=) | `98.79% <100.00%> (+0.22%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.