Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Aug 6, 2018
1 parent fbd9376 commit 6db98a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

[diff from the previous release](https://github.com/alphatwirl/alphatwirl/compare/v0.18.6...master)

- changed behavior of RoundLog
- changed behavior of `RoundLog`
- returns the underflow bin for `0` and negative values if `min`
is given. (previously, returns `0` for `0` and `None` for a
negative number even when `min` is given)
- returns the overflow bin for `inf` if `max` is given.
(previously, returns `None` for `inf` even when `max` is given)
- optimized RoundLog and Round for speed, e.g., replacing linear
- optimized `RoundLog` and `Round` for speed, e.g., replacing linear
search with binary search
- updated zenodo badge, using all-versions badge
- added CHANGELOG.md
Expand Down

0 comments on commit 6db98a7

Please sign in to comment.