Skip to content

Commit 3e09325

Browse files
committed
Updates for PortPy 1.1.0 (Major)
1. Update data repository to hugging face 2. Add functionality in PortPy to download data from hugging face dataset 3. Improved visualization for dose distribution and clinical criteria evaluation 4. Add online data augmentation flag for portpy.ai module 4. Update jupyter notebooks and python files for new version. 5. Hugging face web app to visualize and download data interactively
1 parent 9d415fc commit 3e09325

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include images/*.jpg
22
recursive-include portpy/config_files/clinical_criteria *
33
recursive-include portpy/config_files/optimization_params *
4+
include portpy/config_files/tcia_patients/tcia_patients_metadata.json

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "portpy"
77
dynamic = ["version"]
88
description = "First open-source radiation treatment planning system in Python"
99
readme = "README.md"
10-
license = { text = "Apache-2.0" }
10+
license = "Apache-2.0"
1111
authors = [
1212
{ name = "Gourav Jhanwar", email = "[email protected]" },
1313
{ name = "Mojtaba Tefagh", email = "[email protected]" },
@@ -20,8 +20,7 @@ requires-python = ">=3.8"
2020
classifiers = [
2121
"Development Status :: 1 - Planning",
2222
"Intended Audience :: Science/Research",
23-
"License :: OSI Approved :: Apache Software License",
24-
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.9",
2524
"Topic :: Scientific/Engineering :: Mathematics"
2625
]
2726
dependencies = [

0 commit comments

Comments
 (0)