MDAnalysis / GridDataFormats

GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.
https://mdanalysis.org/GridDataFormats
GNU Lesser General Public License v3.0
29 stars 18 forks source link

adopt NEP 29 #111

Closed orbeckst closed 2 years ago

orbeckst commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (b9b7314) into master (6fcf00e) will decrease coverage by 0.61%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   88.08%   87.47%   -0.62%     
==========================================
  Files           6        6              
  Lines         856      838      -18     
  Branches      146      146              
==========================================
- Hits          754      733      -21     
- Misses         60       62       +2     
- Partials       42       43       +1     
Impacted Files Coverage Δ
gridData/CCP4.py 86.51% <ø> (-0.15%) :arrow_down:
gridData/OpenDX.py 82.27% <ø> (-0.93%) :arrow_down:
gridData/gOpenMol.py 86.11% <ø> (-0.38%) :arrow_down:
gridData/mrc.py 96.77% <ø> (-0.20%) :arrow_down:
gridData/core.py 94.18% <100.00%> (-0.22%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6fcf00e...b9b7314. Read the comment docs.

orbeckst commented 2 years ago

Also need to disable test requirement for dropped versions.

orbeckst commented 2 years ago

Done

orbeckst commented 2 years ago

Thanks @IAlibay i updated the metadata to show that we only support 3.8+.