* Added new example titanic * Sprinkler and titanic dataset is downloaded if required * Added functionality to convert raw dataframe to one-hot datamatrix * docstring updates * sphinx updates
0.3.0
* Unit tests added! * bnlearn.print_DAG changed into bnlearn.print_CPD * output of bnlearn.parameter_learning is a dict containing the model and adjmat.
0.2.3
Documentation link changed: https://erdogant.github.io/bnlearn
0.2.2
Added new functionality to bnlearn: * make_DAG() * print_DAG() * adjmat2vec() * vec2adjmat()
* Docstring improvements * Code cleaning * Compatible with latest version of pgmpy (v0.1.10) * black_list and white_list incorporated for structure learning * Bugfix for BDueScore