Skip to content

1.0.0.a6

Pre-release
Pre-release
Compare
Choose a tag to compare
@rmnldwg rmnldwg released this 15 Feb 14:12
· 200 commits to main since this release
c31ae8b

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 in assign_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 the likelihood() anymore. It convoluted the method and setting it beforehand is more explicit anyways.

Full diff