==========================
ADDED:
* Added license to setup.py
* New quadrature rules (thanks to Nico Schlömer):
Gauss-Lobatto, Gauss-Kronrod, Gauss-Radau, Newton-Cotes.
CHANGED:
* Update CircleCI to test for Python versions 2.7.16, 3.6.8 and 3.7.3
* Update dependencies.
* Refactored `chaospy.quadrature`:
* Standardize quadrature interface.
* Lots of new docs.
* Move version number `chaospy.{version -> __init__}`.
REMOVED:
* Deprecating `chaospy.distributions.collection.raised_cosine` as `hyp1f2` is
no longer supported by `scipy`.
* Removing local `set_state` for Sobol indices and instead rely on
`numpy.random`'s random seed.