-- Added parameter "center" to gnies.fit* functions so that noise-term means are estimated according to constraints in I -- Updated README and added example to docs/ -- Condition for score improvement is now > instead of >=
0.3.2
-- Updated README with link to the paper.
0.3.1
-- New parameter known_targets to allow for background knowledge about intervention targets.
0.3.0
-- Changes function signatures of fit functions in main, hence the minor version jump. -- Heavily optimized the GnIES score implementation. -- Expanded tests -- New README -- Added docstrings to main and gnies_score module, and doctests to the latter
0.2.0
-- Can pass parameter 'max_combinations' to gnies.utils.all_dags to return an error if the max. number of possible DAGs is too large -- Refactoring of the fit functions in gnies.main; module API has changed -- New functions utils.an and utils.desc, and corresponding tests