packages feed

intervals-0.5: CHANGELOG.markdown

0.5
---
* The default `Numeric.Interval` now deals more conventionally with empty intervals.
* The old "Kaucher directed interval" behavior is available as `Numeric.Interval.Kaucher`.
* Strictly Non-Empty intervals are now contained in `Numeric.Interval.NonEmpty`
* Renamed `bisection` to `bisect`.
* Added `bisectIntegral`.

0.4.2
-----
* Added `clamp`

0.4
---
* Distributive Interval

0.3
---
* Removed dependency on `numeric-extras`