Skip to content

Documentation refactor

Compare
Choose a tag to compare
@jonathf jonathf released this 23 Nov 12:37
· 71 commits to master since this release
14d4de7
  • 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.)