Skip to content

Commit

Permalink
Add release 3.0.0 to CHANGELOG.md (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlikeme authored Apr 20, 2020
1 parent d1b9289 commit ea05238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2020-04-20

### 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
Expand Down

0 comments on commit ea05238

Please sign in to comment.