Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.1 #84

Merged
merged 10 commits into from
May 28, 2024
Merged

Release 1.2.1 #84

merged 10 commits into from
May 28, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    41d7b63 View commit details
    Browse the repository at this point in the history
  2. refactor(uni): use pandas map instead of apply

    This saves us a couple of lines in the `load_patient_data` method and is
    more readable.
    rmnldwg committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a95a8c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b03bb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58a52f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. remove: remains of callbacks

    Some callback functionality that was tested in a pre-release has been
    forgotten in the code base and is now deleted.
    rmnldwg committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2fe265c View commit details
    Browse the repository at this point in the history
  2. fix(graph): wrong dict when trinary

    The `to_dict()` method returned a wrong graph dictionary when trinary
    due to growth edges. This is fixed now.
    rmnldwg committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    daabc27 View commit details
    Browse the repository at this point in the history
  3. feat(graph): modify mermaid graph

    The `get_mermaid()` and `get_mermaid_url()` methods now accept arguments
    that allow some modifications of the output.
    rmnldwg committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2fd112f View commit details
    Browse the repository at this point in the history
  4. feat(uni): add __repr__()

    rmnldwg committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f44d034 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix: skip marginalize only when safe

    The marginalization should only be skipped (and 1 returned), when the
    entire disease state of interest is `None`. In the midline case, this
    disease state includes the midline extension.
    
    Previously, only the involvement pattern was checked. Now, the model is
    more careful about when to take shortcuts.
    rmnldwg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cd82d54 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. chore: update changelog

    rmnldwg committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dba519a View commit details
    Browse the repository at this point in the history