Skip to content

v0.2.1

Compare
Choose a tag to compare
@Zstone19 Zstone19 released this 06 Dec 19:59
· 72 commits to main since this release

Full Changelog: v0.2.0...v0.2.1

pyPetal now allows the user to input a function to set priors in the PyROA module. Use the key "prior_func" in the PyROA parameter dictionary to set this parameter. This function must take the same inputs as pypetal.pyroa.utils.set_priors, except the "delimiter" argument. This is set to None by default, and will use the default get_priors function when None is chosen.