Releases: maki-nage/distogram
Releases · maki-nage/distogram
v3.0.0
This is an improvement release. This release contains some breaking changes in the API.
Improvements
- Added the support of frequency density distribution (#6)
Breaking Changes
The type returned by the histogram function changes from List[Tuple[float, float]] to Tuple[List[float], List[float]]. This new signature is the same than numpy.histogram.