dysonance / Temporal.jl

Time series implementation for the Julia language focused on efficiency and flexibility
Other
100 stars 26 forks source link

Fix deprecated syntax @doc #26

Closed femtotrader closed 6 years ago

femtotrader commented 6 years ago

Closes #25

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   87.27%   87.31%   +0.04%     
==========================================
  Files          13       13              
  Lines         621      623       +2     
==========================================
+ Hits          542      544       +2     
  Misses         79       79
Impacted Files Coverage Δ
src/io.jl 84.21% <ø> (ø) :arrow_up:
src/ts.jl 100% <ø> (ø) :arrow_up:
src/models.jl 85% <ø> (ø) :arrow_up:
src/combine.jl 89.09% <ø> (ø) :arrow_up:
src/slice.jl 91.04% <ø> (ø) :arrow_up:
src/show.jl 82.35% <0%> (+0.53%) :arrow_up:
src/utils.jl 84.21% <0%> (+0.87%) :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 b166e31...fa4bec9. Read the comment docs.

dysonance commented 6 years ago

Thanks for the quick fix on this @femtotrader, appreciate the help.

femtotrader commented 6 years ago

A similar PR is available at https://github.com/dysonance/Indicators.jl/pull/15 for Indicators.jl

dysonance commented 6 years ago

Yeah I'm reviewing that one now, thanks again.