JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
353 stars 69 forks source link

timearray: add simple 2D getindex support #423

Closed iblislin closed 5 years ago

iblislin commented 5 years ago

close #411

ohlc[1:42,   [:High, :Low]]
ohlc[42:end, [:High, :Low]]
ohlc[:,      [:High, :Low]]
ohlc[42,     [:High, :Low]]

TODO

codecov-io commented 5 years ago

Codecov Report

Merging #423 into master will increase coverage by 1.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   85.71%   86.93%   +1.21%     
==========================================
  Files          10       10              
  Lines         462      505      +43     
==========================================
+ Hits          396      439      +43     
  Misses         66       66
Impacted Files Coverage Δ
src/timearray.jl 95.04% <100%> (+0.25%) :arrow_up:
src/utilities.jl 100% <0%> (ø) :arrow_up:
src/modify.jl 100% <0%> (ø) :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 4357c7d...9926792. Read the comment docs.