zfit / phasespace

Phase space generation implemented in TensorFlow
https://phasespace.rtfd.io
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

build: get version with importlib-metadata #81

Closed redeboer closed 2 years ago

redeboer commented 2 years ago

Removes call to pkg_resources.

Closes #80

codecov-commenter commented 2 years ago

Codecov Report

Merging #81 (ae51c09) into master (adaa075) will decrease coverage by 0.32%. The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   92.75%   92.43%   -0.33%     
==========================================
  Files           8        8              
  Lines         483      489       +6     
  Branches       91       92       +1     
==========================================
+ Hits          448      452       +4     
- Misses         23       24       +1     
- Partials       12       13       +1     
Impacted Files Coverage Δ
phasespace/__init__.py 90.47% <75.00%> (-9.53%) :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 adaa075...ae51c09. Read the comment docs.

jonas-eschle commented 2 years ago

Thanks a lot, LGTM!