mscore 24.1.2__tar.gz → 25.0.0__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.
- {mscore-24.1.2 → mscore-25.0.0}/PKG-INFO +1 -1
- {mscore-24.1.2 → mscore-25.0.0}/mscore/__init__.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/activate.pye +4 -3
- mscore-25.0.0/mscore/data_variables/__init__.pye +7 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/hcc_descriptors.pye +3 -2
- {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/hierarchies.pye +3 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/variable_dict.pye +3 -3
- mscore-25.0.0/mscore/demography_builder.pye +800 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/demography_vars_applicator.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/file_handler.pye +3 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/hcc_handler.pye +3 -2
- {mscore-24.1.2 → mscore-25.0.0}/mscore/ram_models.pye +4 -3
- mscore-25.0.0/mscore/reference_data/Crosswalks/F2225CW.TXT +9905 -0
- mscore-25.0.0/mscore/reference_data/Crosswalks/F2425CW.TXT +10137 -0
- mscore-25.0.0/mscore/reference_data/Crosswalks/F2825CW.TXT +8090 -0
- mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V22.csv +2 -0
- mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V24.csv +2 -0
- mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V28.csv +2 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/application_tables/application_format_fact.parquet +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/application_tables/application_model_coefficient.parquet +0 -0
- mscore-25.0.0/mscore/reference_data/application_tables/application_model_dimension.parquet +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/scoring_handler.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/__init__.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/authentication.pye +3 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/cli.pye +154 -152
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/context.pye +3 -3
- mscore-25.0.0/mscore/utilities/data_models.pye +98 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/data_validation.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/file_organizer.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/licensing.pye +3 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/log_handler.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/user_models.pye +4 -3
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/PKG-INFO +1 -1
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/SOURCES.txt +6 -0
- {mscore-24.1.2 → mscore-25.0.0}/pyproject.toml +1 -1
- mscore-24.1.2/mscore/data_variables/__init__.pye +0 -6
- mscore-24.1.2/mscore/demography_builder.pye +0 -797
- mscore-24.1.2/mscore/reference_data/application_tables/application_model_dimension.parquet +0 -0
- mscore-24.1.2/mscore/utilities/data_models.pye +0 -96
- {mscore-24.1.2 → mscore-25.0.0}/README.md +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/__main__.py +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2221CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2222CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2223CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2224CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2421CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2422CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2423CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2424CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2824CW.TXT +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V22.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V222179O1.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V24.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V242186P1.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V22.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V222279O1.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V24.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V242286P1.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V22.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V24.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V22.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V24.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V28.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V222379O1_format.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V242386P1_format.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2024_CMS-HCC_V28_format.csv +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/dependency_links.txt +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/entry_points.txt +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/requires.txt +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/top_level.txt +0 -0
- {mscore-24.1.2 → mscore-25.0.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---BEGIN PYE FILE---
|
|
2
2
|
?xs8yw=-%~arI6N8WsJJ
|
|
3
|
-
|
|
3
|
+
iEq4>vPyJHQk8a?X3EQ5
|
|
4
4
|
?*TsJz2(cM58Ovcu^x+j
|
|
5
5
|
N%H~=8sc4*N=1_DDgAJB
|
|
6
6
|
M3B(hFT|1vA^WQWmdr^c
|
|
@@ -8,7 +8,7 @@ f^K9E%rAIgb`1~P6SebA
|
|
|
8
8
|
?EsgI=d&bZI6;L|5MvhI
|
|
9
9
|
0j=ES&;x+;&%JCepm!Tf
|
|
10
10
|
DIAv;pvFo2aL)H&7B;q}
|
|
11
|
-
^
|
|
11
|
+
^Jaq2cfEq=;fPEz9U<))
|
|
12
12
|
xzH|Ol_YNteO{TTau!4K
|
|
13
13
|
n|dgn8xRAB0r38HO6o^9
|
|
14
14
|
Q^8=FsiiX{7suX;fkaKb
|
|
@@ -56,5 +56,6 @@ SDs$d1KPE8Iw)m;nCn(e
|
|
|
56
56
|
DGb~bqM&BFLfy-A^!~`^
|
|
57
57
|
GQ$zf9NYf$O6%*(1!HI0
|
|
58
58
|
Pq40ro_|52vi6ZL{dl7S
|
|
59
|
-
|
|
59
|
+
wVlLa?}>GnJF?TuhE5Wj
|
|
60
|
+
a7c733-Q&Yl-2
|
|
60
61
|
----END PYE FILE----
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---BEGIN PYE FILE---
|
|
2
2
|
t#zYF!{gsj#j-v7Bh`z?
|
|
3
|
-
|
|
3
|
+
fhiRNt4e$<RGyg%tK^1t
|
|
4
4
|
>J}QnFjqJu&r#g5w?y`9
|
|
5
5
|
wg14PfY;vL>`9+Y0x8Ai
|
|
6
6
|
VH@rgn)QFly2w<;4eoXU
|
|
@@ -106,6 +106,7 @@ UO$*S!*1WD<iShCcP2+S
|
|
|
106
106
|
L)2I@lzXwOH@wfS!{qSJ
|
|
107
107
|
XMWQ?LT`5n)~e7;TXQ#O
|
|
108
108
|
y|Zq0b<C^&Jpj3c&fDJh
|
|
109
|
-
Vl47+rE$49x$
|
|
110
|
-
|
|
109
|
+
Vl47+rE$49x$RJ467P42
|
|
110
|
+
VP-SW&x%*jJs}?J_uIsz
|
|
111
|
+
?v=XNC*{?Y
|
|
111
112
|
----END PYE FILE----
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---BEGIN PYE FILE---
|
|
2
2
|
2&-mmphj(rr7yv(zTi|c
|
|
3
|
-
|
|
3
|
+
kr^b|@3c5DS5<d*(yX50
|
|
4
4
|
uV)`@#Q_cN&gFEPt6awl
|
|
5
5
|
Q8~o9tz0{2@ODki@N!rk
|
|
6
6
|
R)etp8qKH$-BFrO2Qqw!
|
|
@@ -992,5 +992,6 @@ sD4Chx41c7R?qNys{oC{
|
|
|
992
992
|
HToC7rCYc2hpZm2Am~xv
|
|
993
993
|
A|44C!j#2VyAKSs>oWX8
|
|
994
994
|
35}p?ipUp^4*PD^r{-tb
|
|
995
|
-
b
|
|
995
|
+
b&x-+u%Km&wE9FJJym$q
|
|
996
|
+
>{?C|80zGZDpn8
|
|
996
997
|
----END PYE FILE----
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---BEGIN PYE FILE---
|
|
2
2
|
f*k4g01cQo#au&Hk}?Bo
|
|
3
|
-
|
|
3
|
+
=NTmSOTDy#($I=O1h5~j
|
|
4
4
|
I47tojU6C|K^0)w41f8F
|
|
5
5
|
0l8&g_}s4e{z2F%9^65B
|
|
6
6
|
#sxnPa5gd%#YF9AbMcgc
|
|
@@ -404,6 +404,6 @@ XZ4qWq=roBbeDQhlPoHI
|
|
|
404
404
|
4XR2a&z`2WThnLumHBKD
|
|
405
405
|
C}l#;F^89N_Zc<z6A@S)
|
|
406
406
|
Q#W(og{((T>24$5b0#I0
|
|
407
|
-
=QxN{i
|
|
408
|
-
@
|
|
407
|
+
=QxN{i}XjVb7>oZcEwE$
|
|
408
|
+
K9(xX7=rlvATj!;5rL@
|
|
409
409
|
----END PYE FILE----
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---BEGIN PYE FILE---
|
|
2
2
|
jgi$Pq;&^SpNfIF+y#a~
|
|
3
|
-
|
|
3
|
+
kH3m|X_xxrf)(9RiUMXz
|
|
4
4
|
#I+wjE!K3LjzMI6#@cw;
|
|
5
5
|
oz>-o-+Hj2cezxbTh&j-
|
|
6
6
|
20tU2&sr?Y_c;cz|E64c
|
|
@@ -1061,6 +1061,6 @@ t=druX){KBYlYFVp-i9f
|
|
|
1061
1061
|
au5Y((9|q`U4sLH^0dE3
|
|
1062
1062
|
RFex@*@5{enpka+FGZE_
|
|
1063
1063
|
R94W(anXnyyX&(&&izfs
|
|
1064
|
-
ND`
|
|
1065
|
-
|
|
1064
|
+
ND`ULt94hZf1J%z$SWE~
|
|
1065
|
+
t-OYbQT~ZI@=bCl
|
|
1066
1066
|
----END PYE FILE----
|