nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
65 stars 67 forks source link

Using scm for versioning and fixing long_description #263

Closed jellis18 closed 3 years ago

jellis18 commented 3 years ago

Use setuptools_scm for versioning. This will base versions directly off of tags. That way we don't need to worry about updating versions manually since all releases are triggered by tags anyway!

codecov[bot] commented 3 years ago

Codecov Report

Merging #263 (66eb7ad) into master (4658441) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   86.40%   86.40%           
=======================================
  Files          12       12           
  Lines        2721     2721           
=======================================
  Hits         2351     2351           
  Misses        370      370           

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 4658441...66eb7ad. Read the comment docs.

jellis18 commented 3 years ago

@nanograv/enterprise Does this work for you all?