hpvsim 2.2.0__tar.gz → 2.2.1__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 (166) hide show
  1. {hpvsim-2.2.0 → hpvsim-2.2.1}/CHANGELOG.rst +8 -1
  2. {hpvsim-2.2.0/hpvsim.egg-info → hpvsim-2.2.1}/PKG-INFO +1 -1
  3. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/calibration.py +1 -1
  4. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/sim.py +2 -2
  5. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/version.py +2 -2
  6. {hpvsim-2.2.0 → hpvsim-2.2.1/hpvsim.egg-info}/PKG-INFO +1 -1
  7. {hpvsim-2.2.0 → hpvsim-2.2.1}/.github/workflows/tests.yaml +0 -0
  8. {hpvsim-2.2.0 → hpvsim-2.2.1}/.gitignore +0 -0
  9. {hpvsim-2.2.0 → hpvsim-2.2.1}/.readthedocs.yaml +0 -0
  10. {hpvsim-2.2.0 → hpvsim-2.2.1}/CODE_OF_CONDUCT.rst +0 -0
  11. {hpvsim-2.2.0 → hpvsim-2.2.1}/LICENSE +0 -0
  12. {hpvsim-2.2.0 → hpvsim-2.2.1}/MANIFEST.in +0 -0
  13. {hpvsim-2.2.0 → hpvsim-2.2.1}/README.rst +0 -0
  14. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/Makefile +0 -0
  15. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/README.md +0 -0
  16. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_static/theme_overrides.css +0 -0
  17. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/custom-class-template.rst +0 -0
  18. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/custom-function-template.rst +0 -0
  19. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/custom-module-template.rst +0 -0
  20. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/footer_end.html +0 -0
  21. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/footer_start.html +0 -0
  22. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/navbar-side.html +0 -0
  23. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/_templates/page.html +0 -0
  24. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/api/index.rst +0 -0
  25. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/build_docs +0 -0
  26. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/conf.py +0 -0
  27. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/images/favicon.ico +0 -0
  28. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/images/idm-logo-transparent.png +0 -0
  29. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/index.html +0 -0
  30. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/index.rst +0 -0
  31. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/overview.rst +0 -0
  32. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/requirements.txt +0 -0
  33. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/robots.txt +0 -0
  34. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/README.rst +0 -0
  35. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/clean_outputs +0 -0
  36. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/example_cancer_cases.csv +0 -0
  37. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/nigeria_cancer_cases.csv +0 -0
  38. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/nigeria_cancer_types.csv +0 -0
  39. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/south_africa_age_pyramid.csv +0 -0
  40. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_analyzers.ipynb +0 -0
  41. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_calibration.ipynb +0 -0
  42. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_interventions.ipynb +0 -0
  43. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_intro.ipynb +0 -0
  44. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_people.ipynb +0 -0
  45. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_plotting.ipynb +0 -0
  46. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials/tut_running.ipynb +0 -0
  47. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/tutorials.rst +0 -0
  48. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/variables.txt +0 -0
  49. {hpvsim-2.2.0 → hpvsim-2.2.1}/docs/whats-new.rst +0 -0
  50. {hpvsim-2.2.0 → hpvsim-2.2.1}/examples/t05_screen_algorithms.py +0 -0
  51. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/__init__.py +0 -0
  52. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/analysis.py +0 -0
  53. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/base.py +0 -0
  54. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/__init__.py +0 -0
  55. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/downloaders.py +0 -0
  56. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/loaders.py +0 -0
  57. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/products_dx.csv +0 -0
  58. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/products_tx.csv +0 -0
  59. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/products_txvx.csv +0 -0
  60. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/products_vx.csv +0 -0
  61. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/test_downloaders.py +0 -0
  62. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/data/test_loaders.py +0 -0
  63. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/defaults.py +0 -0
  64. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/hiv.py +0 -0
  65. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/immunity.py +0 -0
  66. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/interventions.py +0 -0
  67. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/misc.py +0 -0
  68. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/parameters.py +0 -0
  69. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/people.py +0 -0
  70. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/plotting.py +0 -0
  71. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/population.py +0 -0
  72. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/regression/pars_v0.2.6.json +0 -0
  73. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/regression/pars_v0.2.9.json +0 -0
  74. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/regression/pars_v0.3.0.json +0 -0
  75. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/regression/pars_v0.3.1.json +0 -0
  76. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/run.py +0 -0
  77. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/settings.py +0 -0
  78. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim/utils.py +0 -0
  79. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim.egg-info/SOURCES.txt +0 -0
  80. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim.egg-info/dependency_links.txt +0 -0
  81. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim.egg-info/requires.txt +0 -0
  82. {hpvsim-2.2.0 → hpvsim-2.2.1}/hpvsim.egg-info/top_level.txt +0 -0
  83. {hpvsim-2.2.0 → hpvsim-2.2.1}/pyproject.toml +0 -0
  84. {hpvsim-2.2.0 → hpvsim-2.2.1}/setup.cfg +0 -0
  85. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/.coveragerc +0 -0
  86. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/README.rst +0 -0
  87. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/baseline.json +0 -0
  88. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/benchmark.json +0 -0
  89. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/benchmark_profile.py +0 -0
  90. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/check_coverage +0 -0
  91. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/check_hiv_data.py +0 -0
  92. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/hpv_test_pars.csv +0 -0
  93. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/multiscale_concept1.py +0 -0
  94. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/multiscale_concept2.py +0 -0
  95. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/multiscale_concept3.py +0 -0
  96. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/multiscale_test.df +0 -0
  97. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/mysql_hpvsim_test.py +0 -0
  98. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/mysql_test.py +0 -0
  99. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/network_dx.py +0 -0
  100. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/plot_nathx.py +0 -0
  101. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/setup_mysql +0 -0
  102. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_cancer_dysp.py +0 -0
  103. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_dt.py +0 -0
  104. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_hiv.py +0 -0
  105. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_latency.py +0 -0
  106. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_logistic.py +0 -0
  107. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_merge_scens.py +0 -0
  108. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_multiscale.py +0 -0
  109. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_multiscale_pars.py +0 -0
  110. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_networks.py +0 -0
  111. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_new_progs.py +0 -0
  112. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_parameter_exploration.py +0 -0
  113. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_popgrowth.py +0 -0
  114. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_popscale.py +0 -0
  115. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_sampler.py +0 -0
  116. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/test_txvx.py +0 -0
  117. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/devtests/tut_parameter_exploration.ipynb +0 -0
  118. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/hpvsim_v1.2.2.yml +0 -0
  119. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/pytest.ini +0 -0
  120. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/requirements.txt +0 -0
  121. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/run_tests +0 -0
  122. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/simple.py +0 -0
  123. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_analysis.py +0 -0
  124. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_baselines.py +0 -0
  125. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_calibration.py +0 -0
  126. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/RSA_data.csv +0 -0
  127. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/art_coverage_south_africa.csv +0 -0
  128. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/australia_age_pyramid.csv +0 -0
  129. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/hiv_incidence_south_africa.csv +0 -0
  130. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_cancer_cases.csv +0 -0
  131. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_cancer_deaths.csv +0 -0
  132. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_cancer_types.csv +0 -0
  133. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_cin_types.csv +0 -0
  134. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_data.csv +0 -0
  135. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_hpv_data.csv +0 -0
  136. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/india_hpv_prevalence.csv +0 -0
  137. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/kenya_age_pyramid.csv +0 -0
  138. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/kenya_cancer_incidence.csv +0 -0
  139. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/kenya_cancer_mortality.csv +0 -0
  140. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/kenya_data.csv +0 -0
  141. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/param_space.csv +0 -0
  142. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/param_space_filled.csv +0 -0
  143. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_age_pyramid.csv +0 -0
  144. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_art_coverage_by_age_females.csv +0 -0
  145. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_art_coverage_by_age_males.csv +0 -0
  146. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_cancer_data_2020.csv +0 -0
  147. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_cancer_data_hiv_2020.csv +0 -0
  148. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_cancer_incidence_by_age_no_hiv.csv +0 -0
  149. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_cancer_incidence_by_age_with_hiv.csv +0 -0
  150. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_female_hiv_mortality.csv +0 -0
  151. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_hpv_data.csv +0 -0
  152. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_male_hiv_mortality.csv +0 -0
  153. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_target_data.csv +0 -0
  154. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_type_distribution_cancer.csv +0 -0
  155. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/south_africa_type_distribution_high_grade_lesion.csv +0 -0
  156. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/tanzania_age_pyramid.csv +0 -0
  157. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/tanzania_data.csv +0 -0
  158. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/test_tx_assigner.csv +0 -0
  159. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/test_via.csv +0 -0
  160. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data/test_via_triage.csv +0 -0
  161. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_data.py +0 -0
  162. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_event_schedule.py +0 -0
  163. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_interventions.py +0 -0
  164. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_run.py +0 -0
  165. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/test_sim.py +0 -0
  166. {hpvsim-2.2.0 → hpvsim-2.2.1}/tests/update_baseline +0 -0
@@ -8,11 +8,18 @@ All notable changes to the codebase are documented in this file. Changes that ma
8
8
  :local:
9
9
  :depth: 1
10
10
 
11
+
12
+ Version 2.2.1 (2025-05-29)
13
+ ---------------------------
14
+ - Bugfix for running calibrations to prevent interventions being reinitialized
15
+ - *Github info* PR `678 <https://github.com/starsimhub/hpvsim_orig/pull/678>`__
16
+
17
+
11
18
  Version 2.2.0 (2025-05-23)
12
19
  ---------------------------
13
20
  - Refresh results: ensure all main results are populated, remove cancer detection results, and fix bug with HPV prevalence calculations
14
21
  - Updates to docs
15
- - *Github info* PR `653 <https://github.com/starsimhub/hpvsim_orig/pull/673>`__
22
+ - *Github info* PR `673 <https://github.com/starsimhub/hpvsim_orig/pull/673>`__
16
23
 
17
24
 
18
25
  Version 2.1.0 (2025-03-25)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hpvsim
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: HPVsim: Human Papillomavirus Simulator
5
5
  Author: Robyn Stuart, Jamie Cohen, Cliff Kerr, Romesh Abeysuriya, Mariah Boudreau, Daniel Klein, Hao Hu
6
6
  Maintainer-email: HPVsim Team <info@hpvsim.org>
@@ -133,7 +133,7 @@ class Calibration(sc.prettyobj):
133
133
  self.sim['analyzers'] += [ar]
134
134
  if hiv_pars is not None:
135
135
  self.sim['model_hiv'] = True # if calibrating HIV parameters, make sure model is running HIV
136
- self.sim.initialize()
136
+ self.sim.initialize(init_intvs=False)
137
137
  if self.sim['model_hiv']:
138
138
  self.sim.results = sc.mergedicts(self.sim.results, self.sim.hivsim.results)
139
139
  for rkey in sim_results.keys():
@@ -74,7 +74,7 @@ class Sim(hpb.BaseSim):
74
74
  return
75
75
 
76
76
 
77
- def initialize(self, reset=True, init_states=True, init_analyzers=True, **kwargs):
77
+ def initialize(self, reset=True, init_states=True, init_intvs=True, init_analyzers=True, **kwargs):
78
78
  '''
79
79
  Perform all initializations on the sim.
80
80
  '''
@@ -85,7 +85,7 @@ class Sim(hpb.BaseSim):
85
85
  hpu.set_seed(self['rand_seed']) # Reset the random seed before the population is created
86
86
  self.init_genotypes() # Initialize the genotypes
87
87
  self.init_results() # After initializing the genotypes and people, create the results structure
88
- self.init_interventions() # Initialize the interventions BEFORE the people, because then vaccination interventions get counted in immunity structures
88
+ if init_intvs: self.init_interventions() # Initialize the interventions BEFORE the people, because then vaccination interventions get counted in immunity structures
89
89
  self.init_immunity() # Includes immunity matrices and cumulative dysplasia arrays
90
90
  self.init_people(reset=reset, init_states=init_states, **kwargs) # Create all the people (the heaviest step)
91
91
  if init_analyzers: self.init_analyzers() # ...and the analyzers...
@@ -4,6 +4,6 @@ Version and license information.
4
4
 
5
5
  __all__ = ['__version__', '__versiondate__', '__license__']
6
6
 
7
- __version__ = '2.2.0'
8
- __versiondate__ = '2025-05-23'
7
+ __version__ = '2.2.1'
8
+ __versiondate__ = '2025-05-29'
9
9
  __license__ = f'HPVsim {__version__} ({__versiondate__}) — © 2023-2025 by IDM'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hpvsim
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: HPVsim: Human Papillomavirus Simulator
5
5
  Author: Robyn Stuart, Jamie Cohen, Cliff Kerr, Romesh Abeysuriya, Mariah Boudreau, Daniel Klein, Hao Hu
6
6
  Maintainer-email: HPVsim Team <info@hpvsim.org>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes