Cleanup in Plotter Documentation issues; Replaced style.md by code-style.md Correcting error on Windows system
2.8.0
+ 29 Oct 2021 version 2.8.0 * New class: BernoulliErrorDistribution and SoftMaxModel, tests, examples and data * Adaptations To BernoulliED in some other classes * Multi-dim input and output issues * Updated some other tests and examples * Documentation and other small issues.
2.7.2
* put some tests on hold * few minor issues/errors
2.7.1
Remove CrossEngine completely. It was still in BayesicFitting/__init__.py while the actual file CrossEngine.py was already removed because it was not functioning very effectively.
2.7.0
* New class: EvidenceProblem & ModelDistribution; adaptations in NestedSampler and tests. * Change in constrain method definition * decay in ExpModel * some seldom errors, clean-up & new test harnesses.
2.6.2
+ 11 Dec 2020 versions 2.6.2 * Add limits and circular to Priors * Finetune Engines