malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

chore(ci): Include build with python 3.8 #138

Closed malramsay64 closed 4 years ago

malramsay64 commented 4 years ago

This tests the newest version of python to ensure it works.

Fixes #137

codecov[bot] commented 4 years ago

Codecov Report

Merging #138 into master will increase coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #138      +/-   ##
=========================================
+ Coverage   84.31%   84.6%   +0.29%     
=========================================
  Files          19      19              
  Lines        1549    1598      +49     
=========================================
+ Hits         1306    1352      +46     
- Misses        243     246       +3
Impacted Files Coverage Δ
src/sdanalysis/molecules.py 89.32% <0%> (-1.23%) :arrow_down:
src/sdanalysis/dynamics.py 83.22% <0%> (+0.05%) :arrow_up:
src/sdanalysis/read/_read.py 87.78% <0%> (+0.09%) :arrow_up:
src/sdanalysis/params.py 94.52% <0%> (+0.15%) :arrow_up:
src/sdanalysis/frame.py 87.57% <0%> (+2.06%) :arrow_up:

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 cf653af...336b72b. Read the comment docs.

malramsay64 commented 4 years ago

scipy 1.3.2 has now been released