v1.2.0
TimeRecords v1.2.0
Breaking changes
- extendedbounds(ts, t, indhint) is now removed, its functionality is replaced by findbounds(ts, t, indhint)
- findbounds(ts, t, indhint) no longer returns "nothing" in any results, but will potentially return out-of-bounds indices if t is not inside the range of ts. Those who want results to always be within the bounds can still use clampedbounds(ts, t, indhint)
Merged pull requests:
- Dev (#9) (@RGonTheNoble)