Releases: Deduction42/TimeRecords.jl
Releases · Deduction42/TimeRecords.jl
v1.0.0
First major release
v0.2.3
Better indexing of timeseries through the TimeInterval object. Rigorous interval finding testing.
v0.2.2
Added "mapvalues(f, ts)" to apply "map(f, ...)" to the values of ts, returning a timeseries with the same timestamps
v0.2.1
Added some merging capabilities, and a strict interpolation mode that returns "missing" if outside the timeseries boundaries.
v0.2.0
First major release with export functions; this is effectively a 1.0 release candidate
0.1.0
Direct port from personal files