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.
Files changed (71) hide show
  1. {mscore-24.1.2 → mscore-25.0.0}/PKG-INFO +1 -1
  2. {mscore-24.1.2 → mscore-25.0.0}/mscore/__init__.pye +4 -3
  3. {mscore-24.1.2 → mscore-25.0.0}/mscore/activate.pye +4 -3
  4. mscore-25.0.0/mscore/data_variables/__init__.pye +7 -0
  5. {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/hcc_descriptors.pye +3 -2
  6. {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/hierarchies.pye +3 -3
  7. {mscore-24.1.2 → mscore-25.0.0}/mscore/data_variables/variable_dict.pye +3 -3
  8. mscore-25.0.0/mscore/demography_builder.pye +800 -0
  9. {mscore-24.1.2 → mscore-25.0.0}/mscore/demography_vars_applicator.pye +4 -3
  10. {mscore-24.1.2 → mscore-25.0.0}/mscore/file_handler.pye +3 -3
  11. {mscore-24.1.2 → mscore-25.0.0}/mscore/hcc_handler.pye +3 -2
  12. {mscore-24.1.2 → mscore-25.0.0}/mscore/ram_models.pye +4 -3
  13. mscore-25.0.0/mscore/reference_data/Crosswalks/F2225CW.TXT +9905 -0
  14. mscore-25.0.0/mscore/reference_data/Crosswalks/F2425CW.TXT +10137 -0
  15. mscore-25.0.0/mscore/reference_data/Crosswalks/F2825CW.TXT +8090 -0
  16. mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V22.csv +2 -0
  17. mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V24.csv +2 -0
  18. mscore-25.0.0/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V28.csv +2 -0
  19. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/application_tables/application_format_fact.parquet +0 -0
  20. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/application_tables/application_model_coefficient.parquet +0 -0
  21. mscore-25.0.0/mscore/reference_data/application_tables/application_model_dimension.parquet +0 -0
  22. {mscore-24.1.2 → mscore-25.0.0}/mscore/scoring_handler.pye +4 -3
  23. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/__init__.pye +4 -3
  24. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/authentication.pye +3 -3
  25. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/cli.pye +154 -152
  26. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/context.pye +3 -3
  27. mscore-25.0.0/mscore/utilities/data_models.pye +98 -0
  28. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/data_validation.pye +4 -3
  29. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/file_organizer.pye +4 -3
  30. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/licensing.pye +3 -3
  31. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/log_handler.pye +4 -3
  32. {mscore-24.1.2 → mscore-25.0.0}/mscore/utilities/user_models.pye +4 -3
  33. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/PKG-INFO +1 -1
  34. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/SOURCES.txt +6 -0
  35. {mscore-24.1.2 → mscore-25.0.0}/pyproject.toml +1 -1
  36. mscore-24.1.2/mscore/data_variables/__init__.pye +0 -6
  37. mscore-24.1.2/mscore/demography_builder.pye +0 -797
  38. mscore-24.1.2/mscore/reference_data/application_tables/application_model_dimension.parquet +0 -0
  39. mscore-24.1.2/mscore/utilities/data_models.pye +0 -96
  40. {mscore-24.1.2 → mscore-25.0.0}/README.md +0 -0
  41. {mscore-24.1.2 → mscore-25.0.0}/mscore/__main__.py +0 -0
  42. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2221CW.TXT +0 -0
  43. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2222CW.TXT +0 -0
  44. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2223CW.TXT +0 -0
  45. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2224CW.TXT +0 -0
  46. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2421CW.TXT +0 -0
  47. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2422CW.TXT +0 -0
  48. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2423CW.TXT +0 -0
  49. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2424CW.TXT +0 -0
  50. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Crosswalks/F2824CW.TXT +0 -0
  51. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V22.csv +0 -0
  52. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V222179O1.csv +0 -0
  53. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V24.csv +0 -0
  54. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V242186P1.csv +0 -0
  55. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V22.csv +0 -0
  56. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V222279O1.csv +0 -0
  57. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V24.csv +0 -0
  58. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V242286P1.csv +0 -0
  59. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V22.csv +0 -0
  60. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V24.csv +0 -0
  61. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V22.csv +0 -0
  62. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V24.csv +0 -0
  63. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V28.csv +0 -0
  64. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V222379O1_format.csv +0 -0
  65. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V242386P1_format.csv +0 -0
  66. {mscore-24.1.2 → mscore-25.0.0}/mscore/reference_data/model_formats_all_columns/2024_CMS-HCC_V28_format.csv +0 -0
  67. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/dependency_links.txt +0 -0
  68. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/entry_points.txt +0 -0
  69. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/requires.txt +0 -0
  70. {mscore-24.1.2 → mscore-25.0.0}/mscore.egg-info/top_level.txt +0 -0
  71. {mscore-24.1.2 → mscore-25.0.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mscore
3
- Version: 24.1.2
3
+ Version: 25.0.0
4
4
  Summary: MScore: Risk Scores Made Easy
5
5
  Home-page: https://github.com/elevendatacorp/mscore.git
6
6
  Author: RAM Development Team
@@ -1,6 +1,6 @@
1
1
  ---BEGIN PYE FILE---
2
2
  ?xs8yw=-%~arI6N8WsJJ
3
- j&Hn`vPyJHQk8a?X3EQ5
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
- ^Jjw2cfW$?;fPEz9U<))
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
- v75ta)0RV&DzRk;j!}L
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
- hA9;St4e$<RGyg%tK^1t
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$RJ467O@4
110
- W^WJB`H4o;i|rQln*
109
+ Vl47+rE$49x$RJ467P42
110
+ VP-SW&x%*jJs}?J_uIsz
111
+ ?v=XNC*{?Y
111
112
  ----END PYE FILE----
@@ -0,0 +1,7 @@
1
+ ---BEGIN PYE FILE---
2
+ S{1Ws^W#b^PPF`=H8his
3
+ HP-iQtj81O3Dvxu2NMzJ
4
+ >-X_7z^LC|`1dQS8^oIJ
5
+ c;+J(MneA+1(U)oLzkW>
6
+ @a%$~
7
+ ----END PYE FILE----
@@ -1,6 +1,6 @@
1
1
  ---BEGIN PYE FILE---
2
2
  2&-mmphj(rr7yv(zTi|c
3
- mKh}2@3c5DS5<d*(yX50
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(A@*xtw~vx9dl#@m*)X
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
- ;29+LOTDy#($I=O1h5~j
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||3KdQ}9rb<|F}
408
- @}4!I
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
- h`)+>X_xxrf)(9RiUMXz
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`gRtbA*=NuS(Me&-Td
1065
- !2
1064
+ ND`ULt94hZf1J%z$SWE~
1065
+ t-OYbQT~ZI@=bCl
1066
1066
  ----END PYE FILE----