==========================
ADDED:
* Added Fejer quadrature
CHANGED:
* Full refactor of the `chaospy.dist` submodule:
* Move: `chaospy.dist -> chaospy.distributions`
* Deprecate `chaospy.distributions.graph` in favor of new
`chaospy.distributions.evaluation` which will not depend on `networkx`
and should be easier to maintain.
* Move distributions from the two files `distributions.{cores,collection}`
to the folder `distributions.collection`, where each file now is one core
and one (or more) wrapper(s).
* Rename some old distributions; Kept the old ones for now, but they issue
deprecation warnings.
* Split `distributions.copulas.collection` into individual components.
* Tests distribution using black-list instead of current white-list system.
* Rewritten a lot of documentation.
* Replace absolute import paths with relative ones.
* Refactor `chaospy.descriptives` to look better docs and code wise.
* Adapt to Python 2+3 support.
* Turn on automatic logging for warnings and upwards