Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 16:02
· 28 commits to main since this release
73791f5

TimeRecords v1.2.0

Diff since v1.1.1

Breaking changes

  1. extendedbounds(ts, t, indhint) is now removed, its functionality is replaced by findbounds(ts, t, indhint)
  2. 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: