Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ series data (as arrays `time` and `values`).

Building only on numpy, they reliably let you do things like:

- Find the indices strictly corresponding to a point, or the start and end
time of a range (including end points, half-open, etc)
- Find the indices strictly corresponding to a point in time, or the start
and end times of a range (including end points, half-open, etc)
- Find the index closest to a point _not_ appearing in the data, and
interpolate the value at that point.
- Perform some action (max, min, mean, absolute max etc) on a range
Expand Down