Skip to content

Releases: maki-nage/distogram

v3.0.0

05 Feb 22:13
Compare
Choose a tag to compare

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.