Skip to content

1.2.2

Compare
Choose a tag to compare
@rmnldwg rmnldwg released this 25 Jun 13:23
· 7 commits to main since this release
38ec139

What's New

Bug Fixes

  • (mid) Correct contra state dist evo. Fixes #85.
    Previously, the model did not correctly marginalize over the possible
    time when a tumor can grow over the midline. It simply assumed that it
    did from the onset.

Documentation

  • (uni) Remove outdated docstring paragraph. Fixes #88.

Miscellaneous Tasks

  • Bump pre-commit versions.

Styling

  • Use ruff to fix lint and format code.

Build

  • Remove upper cap in deps.

Change

  • risk() meth requires involvement. Fixes #87.
    We figured it does not make sense to allow passing involvement=None
    into the risk() method just to have it return 1. This is except for
    the midline class, where involvement may reasonably be None while
    midext isn't.
    Also, I ran ruff over some files, fixing some code style issues.