cutpointpy 1.0.0.post1.dev4__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. {cutpointpy-1.0.0.post1.dev4/src/cutpointpy.egg-info → cutpointpy-1.0.2}/PKG-INFO +3 -3
  2. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/README.md +1 -1
  3. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/pyproject.toml +1 -1
  4. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2/src/cutpointpy.egg-info}/PKG-INFO +3 -3
  5. cutpointpy-1.0.2/src/cutpointpy.egg-info/scm_version.json +8 -0
  6. cutpointpy-1.0.0.post1.dev4/src/cutpointpy.egg-info/scm_version.json +0 -8
  7. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/LICENSE +0 -0
  8. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/setup.cfg +0 -0
  9. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy/__init__.py +0 -0
  10. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy/core.py +0 -0
  11. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy/utils.py +0 -0
  12. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy.egg-info/SOURCES.txt +0 -0
  13. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy.egg-info/dependency_links.txt +0 -0
  14. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy.egg-info/requires.txt +0 -0
  15. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy.egg-info/scm_file_list.json +0 -0
  16. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/src/cutpointpy.egg-info/top_level.txt +0 -0
  17. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/tests/common.py +0 -0
  18. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/tests/test_auc.py +0 -0
  19. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/tests/test_cm.py +0 -0
  20. {cutpointpy-1.0.0.post1.dev4 → cutpointpy-1.0.2}/tests/test_cm_performance_metrics.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cutpointpy
3
- Version: 1.0.0.post1.dev4
3
+ Version: 1.0.2
4
4
  Summary: Optimal cut-point calculation of a predictor variable for binary classification tasks
5
5
  Author-email: Francesco Bianconi <bianco@ieee.org>
6
6
  License-Expression: GPL-3.0-or-later
7
7
  Project-URL: home, https://github.com/bianconif/cutpointpy
8
8
  Project-URL: repository, https://github.com/bianconif/cutpointpy
9
9
  Keywords: binary-classification,cut-point,roc-analysis,sensitivity,specificity
10
- Requires-Python: >=3.14
10
+ Requires-Python: >=3.13.3
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: numpy
@@ -45,4 +45,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
45
45
  2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
46
46
 
47
47
  ## Contacts
48
- [Francesco Bianconi](https://prova) - [bianco@ieee.org](mailto:bianco@ieee.org).
48
+ [Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
@@ -29,4 +29,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
29
29
  2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
30
30
 
31
31
  ## Contacts
32
- [Francesco Bianconi](https://prova) - [bianco@ieee.org](mailto:bianco@ieee.org).
32
+ [Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
@@ -23,7 +23,7 @@ license = 'GPL-3.0-or-later'
23
23
  license-files = ['LICENSE']
24
24
  name = 'cutpointpy'
25
25
  readme = 'README.md'
26
- requires-python = '>=3.14'
26
+ requires-python = '>=3.13.3'
27
27
 
28
28
 
29
29
  [project.urls]
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cutpointpy
3
- Version: 1.0.0.post1.dev4
3
+ Version: 1.0.2
4
4
  Summary: Optimal cut-point calculation of a predictor variable for binary classification tasks
5
5
  Author-email: Francesco Bianconi <bianco@ieee.org>
6
6
  License-Expression: GPL-3.0-or-later
7
7
  Project-URL: home, https://github.com/bianconif/cutpointpy
8
8
  Project-URL: repository, https://github.com/bianconif/cutpointpy
9
9
  Keywords: binary-classification,cut-point,roc-analysis,sensitivity,specificity
10
- Requires-Python: >=3.14
10
+ Requires-Python: >=3.13.3
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: numpy
@@ -45,4 +45,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
45
45
  2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
46
46
 
47
47
  ## Contacts
48
- [Francesco Bianconi](https://prova) - [bianco@ieee.org](mailto:bianco@ieee.org).
48
+ [Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "1.0.2",
3
+ "distance": 0,
4
+ "node": "g37f3919d8257a9ea29923868331be367bc5ea450",
5
+ "dirty": false,
6
+ "branch": "master",
7
+ "node_date": "2026-06-29"
8
+ }
@@ -1,8 +0,0 @@
1
- {
2
- "tag": "1.0.0",
3
- "distance": 4,
4
- "node": "gfca82bc0cfc37683278d649877fffc73658dd49b",
5
- "dirty": false,
6
- "branch": "master",
7
- "node_date": "2026-06-29"
8
- }