Changelog¶
v0.3.2¶
Adds function
adjust_filenamestosimago.yamlutils. Paths to data files should now either be defined as absolute paths or relative paths to the settings file.The example script from the
examplefolder can now be called throughpython -m simago, followed by the necessary arguments.Due to a (rather embarrasing) mistake in
setup.pythe actual code of the package was not put in the package on PyPI. That is fixed now.
v0.3.1¶
Small changes to metadata.
v0.3.0¶
Adds assertion to
ContinuousProbabilityClassthat checks that the specified function for the probability density function returns a frozenscipy.stats.rv_continuousobject.Converts
ProbabilityClassinto an abstract base class and implementsDiscreteProbabilityClassandContinuousProbabilityClass.Adds File Properties (
datafiles.rst) to the documentation.What was previously names the ‘conditionals file` will be from now on more aptly named the ‘conditions file’.
Automates testing and quality checking with
tox,coverage,flake8,isort,pre-commitandinterrogate.Sets up documentation on ReadTheDocs and CI pipeline in Github Actions.
Starts a changelog.