Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@MainRo MainRo released this 05 Feb 22:13

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.