-
Deprecate the following helper functions, since we are moving toward the Symbol indexing in TimeSeries.jl.
o
h
l
c
Using
ta[:Close]
orta.Close
is recommended.
- Julia 0.7/1.0 supports.
- Reexport TimeSeries.jl stuffs
- Drop 0.5 support
- added fred() and yahoo() methods
- add single letter methods
- limit support to julia 0.5.0 and above
- helper methods with documentation and tests partially resolving issue #29
- bottom Julia version is 0.4 with no upper bound
- revert to older version of TimeSeries because of bounds restrictions
- add F, GE (fixes issue #22)
- fixes missing header for Dell and EBay @GordStephen
- Added Dell, Inc @Dawny33
- Replaced mdata object and associated tests
- Replaced using Base.Dates, TimeSeries outside of module definition
- TimeArray objects now contain strings describing the dataset source stored in the meta field
- test output now displays in compact form
- removed mdata object as tests now covered with datasets
- precompilation code fixed
- first version with support for Julia 0.4 only
- includes support for pre-compilation
- fixes typo in .travis.yml
- last planned version to support Julia 0.3
- fixes .travis.yml badge to only test Julia version 0.3
- removes vdata from tests (ohlcv contains volume data)
- fixes Julia requirements in REQUIRE
- merged @GordStephen fixes
- changed seconds_data.csv to datetime1.csv
- removed all but the first column of data, and shortened the length to 5 rows
- added datetime2.csv
- Changing sdata to seconds_data. Base has defined a method by the same name.
- Not currently documented.