1.0.0.a6
Pre-release
Pre-release
What's New
With this (still alpha) release, we most notably fixed a long unnoticed bug in the computation of the Bayesian network likelihood.
Bug Fixes
- (uni) Leftover
kwargs
now correctly returned inassign_params()
- ⚠ BREAKING (uni) Remove
is_<x>_shared
entirely, as it was unused anyways. Fixes #72. - T-stage mapping may be dictionary or callable
- (uni) Raise exception when there are no tumors or LNLs in graph
Documentation
- Fix typo in modalities
Testing
- (uni) Check constructor raises exceptions
- Check the Bayesian network likelihood
Change
- (uni) Trinary params are shared by default
- (uni) Prohibit setting
max_time
- ⚠ BREAKING Change
likelihood()
API: We don't allow setting the data via thelikelihood()
anymore. It convoluted the method and setting it beforehand is more explicit anyways.