pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Adopt support for python 3.8-3.10 #316

Closed dnerini closed 1 year ago

dnerini commented 1 year ago

Follow NEP29 policy for support to python versions.

Additionally:

codecov[bot] commented 1 year ago

Codecov Report

Base: 82.79% // Head: 82.76% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (75ac046) compared to base (8ece5be). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #316 +/- ## ========================================== - Coverage 82.79% 82.76% -0.03% ========================================== Files 161 161 Lines 12339 12338 -1 ========================================== - Hits 10216 10212 -4 - Misses 2123 2126 +3 ``` | Flag | Coverage Δ | | |---|---|---| | unit_tests | `82.76% <100.00%> (-0.03%)` | :arrow_down: | 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=pySTEPS#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | Coverage Δ | | |---|---|---| | [pysteps/noise/fftgenerators.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9ub2lzZS9mZnRnZW5lcmF0b3JzLnB5) | `69.64% <100.00%> (ø)` | | | [pysteps/nowcasts/sseps.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9ub3djYXN0cy9zc2Vwcy5weQ==) | `87.19% <100.00%> (ø)` | | | [pysteps/tests/test\_motion.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy90ZXN0cy90ZXN0X21vdGlvbi5weQ==) | `93.49% <0.00%> (-0.82%)` | :arrow_down: | | [pysteps/tests/test\_interfaces.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy90ZXN0cy90ZXN0X2ludGVyZmFjZXMucHk=) | `95.94% <0.00%> (-0.68%)` | :arrow_down: | | [pysteps/io/exporters.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9pby9leHBvcnRlcnMucHk=) | `54.69% <0.00%> (-0.16%)` | :arrow_down: | | [pysteps/utils/dimension.py](https://codecov.io/gh/pySTEPS/pysteps/pull/316?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy91dGlscy9kaW1lbnNpb24ucHk=) | `82.25% <0.00%> (-0.15%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.