Skip to content

v0.4.5 - 2020-10-17

Compare
Choose a tag to compare
@csala csala released this 17 Oct 10:42

In this version a new family of models for Synthetic Time Series Generation is introduced
under the sdv.timeseries sub-package. The new family of models now includes a new class
called PAR, which implements a Probabilistic AutoRegressive model.

This version also adds support for composite primary keys and regex based generation of id
fields in tabular models and drops Python 3.5 support.

Issues resolved