Skip to content

Releases: Deduction42/TimeRecords.jl

v1.0.0

10 Sep 22:11
00f203b
Compare
Choose a tag to compare

First major release

v0.2.3

09 Sep 22:04
Compare
Choose a tag to compare

Better indexing of timeseries through the TimeInterval object. Rigorous interval finding testing.

v0.2.2

20 Aug 02:22
Compare
Choose a tag to compare

Added "mapvalues(f, ts)" to apply "map(f, ...)" to the values of ts, returning a timeseries with the same timestamps

v0.2.1

12 Aug 23:18
3a39a30
Compare
Choose a tag to compare

Added some merging capabilities, and a strict interpolation mode that returns "missing" if outside the timeseries boundaries.

v0.2.0

16 May 21:46
Compare
Choose a tag to compare

First major release with export functions; this is effectively a 1.0 release candidate

0.1.0

17 Apr 15:47
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Direct port from personal files