-- Fixed bad import in sempler.semi -- Added pandas and rpy2 as mandatory dependencies
0.2.6
-- Added drf package to setup index
0.2.5
-- Moved plotting functions to separate sempler.plot module; networkx and matplotlib are now only optional dependencies. -- New module sempler.semi containing the semi-synthetic data generation procedure using random forests.
0.2.4
-- Also allow setting the random state for the sampling of means/variances in the initialization of the LGANM class
0.2.3
-- Adapted sempler.generator functions to new numpy default random number generator -- Expanded generators.intervention_targets function to allow sampling without replacement
0.2.2
-- Added .readthedocs.yaml, docs/requirements.txt files to configure docs compilation on readthedocs.io