octoenergy / timeserio

Better `keras` models for time series and beyond
MIT License
61 stars 16 forks source link

Include RELEASE-VERSION when installing from source #13

Closed ig248 closed 4 years ago

ig248 commented 4 years ago

Before this change, pip install . would create a non-working package due to missing version. After this change, the install version is frozen and included with the package.

codeinthehole commented 4 years ago

Codecov Report

Merging #13 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   88.86%   88.86%           
=======================================
  Files          34       34           
  Lines        1644     1644           
=======================================
  Hits         1461     1461           
  Misses        183      183           

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 ac92136...dc9a449. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   88.86%   88.86%           
=======================================
  Files          34       34           
  Lines        1644     1644           
=======================================
  Hits         1461     1461           
  Misses        183      183
Impacted Files Coverage Δ
timeserio/version.py 89.58% <100%> (ø) :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 ac92136...dc9a449. Read the comment docs.