Changed
- (35) By default, the first and the last points in the time series
are treated as reversals.
- (37) Function `reversals` now yields index and value of each reversal,
instead of value only.
- (38) Function `extract_cycles` now yields range, mean, count, start index and
end index for each cycle instead of low, high and count.
- (43) Arguments `binsize` and `nbins` to `count_cycles` produce bins which
include the right edge and exclude the left edge.
Removed
- (35) Removed optional arguments `left` and `right` to functions
`reversals`, `extract_cycles` and `count_cycles`. The new behaviour
correspods to `left=True` and `right=True`.