You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include_axis_dim flag added to Distribution.sample to force the
inclusion of extra dimension. (Currently first dimension is omitted is len(dist) == 1.)
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".
Bugfixes to chaospy.Spearman
Full refactorization of the documentation.
Updates numpoly to version 1.1.0. (some small breaking changes).
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.)