Skip to content

v0.5.0 - 2021-02-24

Compare
Choose a tag to compare
@csala csala released this 24 Feb 20:10

This release introduces conditional sampling for the GaussianMultivariate modeling.
The new conditioning feature allows passing a dictionary with the values to use to condition
the rest of the columns.

It also fixes a bug that prevented constant distributions to be restored from a dictionary
and updates some dependencies.

New Features

  • Conditional sampling from Gaussian copula - Issue #154 by @csala

Bug Fixes

  • ScipyModel subclasses fail to restore constant values when using from_dict - Issue #212 by @csala