Histogram error handling by LukeMathWalker · Pull Request #25 · rust-ndarray/ndarray-stats

and others added 9 commits

January 29, 2019 09:00

munckymagik

munckymagik

@jturner314

@jturner314

This is nice because it doesn't lose information. (Returning an
`Option` combines the two error variants into a single case.)
Once the `#[non_exhaustive]` attribute is stable, we should replace
the hidden enum variant with that attribute on the enum.

@LukeMathWalker

@LukeMathWalker

…istogram-error-handling

# Conflicts:
#	src/histogram/strategies.rs

@LukeMathWalker

jturner314