Skip to content

Commit

Permalink
Added link to stable documentation (#20)
Browse files Browse the repository at this point in the history
* Added link to stable documentation

* Bump version
  • Loading branch information
giladmaya authored Jun 29, 2024
1 parent b470550 commit 26358d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pd-dwi"
version = "1.1.1"
version = "1.1.2"
description = "Physiologically-Decomposed Diffusion-Weighted MRI machine-learning model for predicting response to neoadjuvant chemotherapy in invasive breast cancer"
authors = [
"Maya Gilad <[email protected]>"
Expand All @@ -19,6 +19,7 @@ classifiers = [
readme = "README.md"
homepage = "https://tcml-bme.github.io/"
repository = "https://github.com/TechnionComputationalMRILab/PD-DWI"
documentation = "https://pd-dwi.readthedocs.io/en/stable/"

[tool.poetry.scripts]
pd-dwi = "pd_dwi.scripts.cli:pd_dwi_cli"
Expand Down

1 comment on commit 26358d8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
pd_dwi
   __init__.py20100% 
   dataset.py463230%12, 15–18, 20–22, 24, 26–27, 29, 31–32, 34–37, 39–43, 45, 47–49, 56, 59, 62, 66, 69
   model.py803753%56, 58–60, 62–63, 66, 68–70, 72–73, 77–78, 80–82, 84–85, 87–88, 90, 92–94, 100–111
   training_utils.py53492%27–28, 60, 84
pd_dwi/config
   __init__.py00100% 
   config.py71198%100
   utils.py11190%15
pd_dwi/feature_selection
   __init__.py00100% 
   select_k_best.py60100% 
pd_dwi/models
   __init__.py12466%14–16, 18
pd_dwi/preprocessing
   __init__.py00100% 
   adc.py855041%15, 17–18, 20–21, 23–26, 28, 84–85, 87–90, 92, 95, 98–100, 103, 105, 107, 110–112, 114–115, 117–118, 130–131, 133, 135–137, 139–140, 142–146, 148, 161–162, 164–165, 168
   column_transformer.py10460%14–15, 18, 20
pd_dwi/preprocessing/transformers
   __init__.py00100% 
   hormone_receptor_encoder.py19952%16–17, 19, 22–24, 26, 29, 32
   radiomics_encoder.py692859%40, 43, 55–56, 58, 61, 63–64, 66, 68, 71, 74, 77–82, 84–85, 87, 90, 93–98
   sbr_grade_encoder.py21957%18–19, 22, 24, 27–28, 30, 33, 36
pd_dwi/scripts
   __init__.py00100% 
   adc_preprocess_command.py151126%7–8, 10–11, 13, 15–17, 21–22, 24
   cli.py24675%25, 27, 29, 31–32, 36
   list_command.py90100% 
   predict_command.py251444%9–10, 12–13, 15, 17–19, 21, 23–24, 26–27, 29
   score_command.py8275%5–6
   train_command.py10370%5–7
pd_dwi/utils
   __init__.py00100% 
   dcm_utils.py211528%10–12, 14, 21, 23–26, 28, 30–32, 34, 39
TOTAL59723061% 

Please sign in to comment.