xarray-contrib / xeofs

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis
https://xeofs.readthedocs.io/
MIT License
105 stars 20 forks source link

docs: add required dependencies #138

Closed nicrie closed 10 months ago

nicrie commented 10 months ago

extend the Installation section in the documentation with the required dependencies (close #132)

codecov-commenter commented 10 months ago

Codecov Report

Attention: 66 lines in your changes are missing coverage. Please review.

Comparison is base (0f95d04) 94.21% compared to head (ce6b93a) 94.31%. Report is 50 commits behind head on main.

Files Patch % Lines
xeofs/utils/numba_utils.py 20.96% 49 Missing :warning:
xeofs/data_container/data_container.py 88.88% 3 Missing :warning:
xeofs/preprocessing/stacker.py 72.72% 3 Missing :warning:
xeofs/models/_base_cross_model.py 96.07% 2 Missing :warning:
xeofs/models/_base_model.py 96.07% 2 Missing :warning:
xeofs/models/decomposer.py 86.66% 2 Missing :warning:
xeofs/preprocessing/preprocessor.py 88.88% 2 Missing :warning:
xeofs/utils/xarray_utils.py 88.88% 2 Missing :warning:
xeofs/utils/io.py 97.95% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ========================================== + Coverage 94.21% 94.31% +0.09% ========================================== Files 71 73 +2 Lines 5823 6083 +260 ========================================== + Hits 5486 5737 +251 - Misses 337 346 +9 ```

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