Skip to content

v0.14.1: Fixes for type instabilities in histogram functions (#253)

Compare
Choose a tag to compare
@ararslan ararslan released this 04 May 00:52
· 330 commits to master since this release
* Add type stability tests for histogram functions

* Fix type instabilities in histogram functions

* Remove unused isdensity arguments from fit(::Histogram...)

isdensity arguments don't belong there in the first place.

* Add more elegant Julia v0.6 implementation in _nbins_tuple.

Suggested by @nalimilan.