Skip to content

V1.1.1 Minor Release

Choose a tag to compare

@gourav3017 gourav3017 released this 10 Sep 00:51
· 30 commits to master since this release

Version 1.1.1

New Features

  • Support for dose calculation for any custom patient (Eclipse TPS users only).
    See eclipse_photon_dose_calculation.ipynb for details.
  • Added 129 prostate patients to hugging face for ready to use with PortPy
  • Added new methods to DataExplorer for accessing data directly from Hugging Face.
  • Added unit tests and GitHub workflows for CI/CD.

Improvements

  • Removed redundant max constraints in optimization.py.
  • Improved docstrings in ClinicalCriteria for better clarity.

Pull Request Highlights

  • Fixed misleading docstring in the create_cvxpy_problem method. (PR #11 by @lwins-lights)