version 0.31.0
Major changes:
Move to Poetry for dependency management in pyproject.toml.
PCNToolkit must now be installed using python -m pip install .. See the README for complete instructions.
A CLI command normative is automatically created, and can be used instead of python normative.py.
Nutpie can be used as a sampler for HBR by setting `nuts_sampler='nutpie''. Nutpie and numba must first be installed using conda.
Minor changes
torque jobs now support multicore jobs via the keyword 'n_cores_per_batch'
Backwards compatibilty improved by using pd.read_pickle instead of pickle.load
SHASH classes have been refactored and improved
HBR priors improved
What's Changed
- Dev by @amarquand in #210
- adjusted setup.py by @amarquand in #211
- Dev by @amarquand in #212
- Runs the testHBR script correctly on pymc==5.16 by @amarquand in #214
- fix anomaly_detection_auc print by @matei4501 in #217
- Address multiple issues by @AuguB in #219
New Contributors
- @matei4501 made their first contribution in #217
Full Changelog: v0.30...v0.31