Skip to content

Releases: vinsonchuong/ikeru

v2.7.3

12 Dec 23:47
a02c011
Compare
Choose a tag to compare

2.7.3 (2019-12-12)

Bug Fixes

  • join: Make join robust against time series with different times (a02c011)

v2.7.2

29 Sep 00:04
b9d3bdb
Compare
Choose a tag to compare

2.7.2 (2019-09-29)

Bug Fixes

  • merge: Use object equality instead of key equality to avoid missing items (b9d3bdb)

v2.7.1

28 Sep 19:24
329df64
Compare
Choose a tag to compare

2.7.1 (2019-09-28)

Bug Fixes

  • join: Allow for an empty list (329df64)

v2.7.0

28 Sep 00:17
b1d6ab1
Compare
Choose a tag to compare

2.7.0 (2019-09-28)

Features

  • timeSeries: Make time a number to ease serialization (b1d6ab1)

v2.6.0

27 Sep 20:14
62959e6
Compare
Choose a tag to compare

2.6.0 (2019-09-27)

Features

  • join: Allow joining multiple time series by time (62959e6)

v2.5.4

25 Sep 05:45
da1bf84
Compare
Choose a tag to compare

2.5.4 (2019-09-25)

Bug Fixes

  • window: Prevent null exception (da1bf84)

v2.5.3

25 Sep 03:05
d40adb2
Compare
Choose a tag to compare

2.5.3 (2019-09-25)

Bug Fixes

  • window: Allow empty time series (d40adb2)

v2.5.2

25 Sep 02:39
007328c
Compare
Choose a tag to compare

2.5.2 (2019-09-25)

Bug Fixes

  • merge: Correctly compute size of tournament tree (007328c)

v2.5.1

25 Sep 01:31
060c2a9
Compare
Choose a tag to compare

2.5.1 (2019-09-25)

Bug Fixes

  • interpolate: Allow empty time series (060c2a9)

v2.5.0

24 Sep 21:49
c7f39e6
Compare
Choose a tag to compare

2.5.0 (2019-09-24)

Features

  • window: Enable looking at a particular time range of a time series (c7f39e6)