==========================
ADDED:
* `include_axis_dim` flag added to `Distribution.sample` to force the
inclusion of extra dimension. (Currently first dimension is omitted is
`len(dist) == 1`.)
* Code of conduct and contribution descriptions in repo root.
* Tutorial for doing sequential polynomial chaos kriging.
CHANGED:
* `chaospy.E_cond` changed to accept simple polynomials as second argument,
allowing for e.g. `chaospy.E_cond(q0*q1, q0, dist)` which can be
interpreted as "expectation of `q0*q1` given `q0` with respect to `dist`".
* Full refactorization of the documentation.
* Updates `numpoly` to version 1.1.0. (some small breaking changes).
FIXED:
* Bugfixes to `chaospy.Spearman`
REMOVED:
* Deprecated `report_on_exception`. Caused recursion problems, and only a
semi-useful diagnostic tool to begin with.
* No more support for Python 3.5. This allows the poetry install to use
newer version of `numpy` and `scipy`. (This relates to poetry install, so
working in py35 might still be possible in practice.)