Skip to content

Releases: JuliaStats/TimeSeries.jl

v0.20.1

21 Jan 14:01
ad13ea5
Compare
Choose a tag to compare

TimeSeries v0.20.1

Diff since v0.20.0

Closed issues:

  • merge multiple TimeArray with column names (#475)

Merged pull requests:

  • Fix parameter colnames of merge (#478) (@iblis17)

v0.20.0

05 Nov 14:21
Compare
Choose a tag to compare

TimeSeries v0.20.0

Diff since v0.19.1

Closed issues:

  • Support eachrow/eachcol in Julia v1.1+ (#449)
  • duplicated time index supporting on getindex (#458)
  • Should allow sampling (#469)
  • custom date formats are very slow (#472)

Merged pull requests:

  • Deprecate update in favor of vcat (#465) (@iblis17)
  • TimeArray: new keyword unchecked for Tables.jl constructor (#466) (@iblis17)
  • Implement eachcol and eachrow (#467) (@iblis17)
  • Large performance improvement when parsing custom date formats (#471) (@jbaron)

v0.19.1

13 Aug 17:07
00a2b98
Compare
Choose a tag to compare

TimeSeries v0.19.1

Diff since v0.19.0

Closed issues:

  • plotting with Plotly is semi-broken (#461)

Merged pull requests:

  • Fix plotrecipes for candlestick (#464) (@iblis17)

v0.19.0

09 Aug 11:06
33417cc
Compare
Choose a tag to compare

TimeSeries v0.19.0

Diff since v0.18.0

Merged pull requests:

  • Fix warning (#453) (@IljaK91)
  • Fix test cases for DataFrames v0.21 (#454) (@iblis17)
  • TimeArray: accept duplicated but sorted time index (#455) (@iblis17)
  • Fix test cases for MarketData v0.13.0 (#462) (@iblis17)

v0.18.0

08 Apr 04:02
Compare
Choose a tag to compare

TimeSeries v0.18.0

Diff since v0.17.0

Closed issues:

  • Can't read CSV with unix timestamp (#442)
  • Bump compat bounds for Tables (#444)

Merged pull requests:

  • Drop Julia v0.7 support (#446) (@iblis17)
  • TimeArray: add a new kw args for Tables constructor (#447) (@iblis17)
  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#450) (@github-actions[bot])

v0.17.0

28 Mar 10:07
b1f0812
Compare
Choose a tag to compare
  • Drop Julia v0.7 support.
  • Update Tables.jl interface to v1.x.

v0.16.1

28 Oct 09:25
v0.16.1
a162268
Compare
Choose a tag to compare

v0.16.1 (2019-10-21)

Diff since v0.16.0

Closed issues:

  • Plotting TimeArray with seriestype == :candlestick causes exception "UndefVarError: find not defined" (#432)
  • Label is ignored in plot (#430)

Merged pull requests:

v0.16.0

03 Jul 13:58
Compare
Choose a tag to compare
  • Tables.jl integration

For more info, please checkout the changelog.

v0.15.0

09 Jun 15:40
5a40ef8
Compare
Choose a tag to compare

Please checkout the changelog.

v0.14.1

10 Apr 11:55
Compare
Choose a tag to compare
  • TimeArray: new constructor for creating from existing TimeArray
  • Revise show method for timearray