pygama 2.3.8a2__tar.gz → 2.3.8.dev2__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 (141) hide show
  1. {pygama-2.3.8a2/src/pygama.egg-info → pygama-2.3.8.dev2}/PKG-INFO +1 -1
  2. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/_version.py +2 -2
  3. {pygama-2.3.8a2 → pygama-2.3.8.dev2/src/pygama.egg-info}/PKG-INFO +1 -1
  4. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/LICENSE +0 -0
  5. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/README.md +0 -0
  6. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/pyproject.toml +0 -0
  7. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/setup.cfg +0 -0
  8. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/__init__.py +0 -0
  9. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/cli.py +0 -0
  10. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/__init__.py +0 -0
  11. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/aggregators.py +0 -0
  12. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/build_evt.py +0 -0
  13. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/build_tcm.py +0 -0
  14. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/__init__.py +0 -0
  15. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/geds.py +0 -0
  16. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/larveto.py +0 -0
  17. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/legend.py +0 -0
  18. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/spms.py +0 -0
  19. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/modules/xtalk.py +0 -0
  20. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/tcm.py +0 -0
  21. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/evt/utils.py +0 -0
  22. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/flow/__init__.py +0 -0
  23. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/flow/data_loader.py +0 -0
  24. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/flow/file_db.py +0 -0
  25. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/flow/utils.py +0 -0
  26. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/hit/__init__.py +0 -0
  27. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/hit/build_hit.py +0 -0
  28. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/logging.py +0 -0
  29. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/__init__.py +0 -0
  30. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/binned_fitting.py +0 -0
  31. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/distributions.py +0 -0
  32. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/__init__.py +0 -0
  33. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/crystal_ball.py +0 -0
  34. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/error_function.py +0 -0
  35. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/exgauss.py +0 -0
  36. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/exponential.py +0 -0
  37. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss.py +0 -0
  38. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss_on_exgauss.py +0 -0
  39. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss_on_exponential.py +0 -0
  40. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss_on_linear.py +0 -0
  41. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss_on_step.py +0 -0
  42. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/gauss_on_uniform.py +0 -0
  43. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/hpge_peak.py +0 -0
  44. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/linear.py +0 -0
  45. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/moyal.py +0 -0
  46. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/poisson.py +0 -0
  47. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/polynomial.py +0 -0
  48. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/pygama_continuous.py +0 -0
  49. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/step.py +0 -0
  50. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/sum_dists.py +0 -0
  51. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/triple_gauss_on_double_step.py +0 -0
  52. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/functions/uniform.py +0 -0
  53. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/histogram.py +0 -0
  54. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/hpge_peak_fitting.py +0 -0
  55. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/least_squares.py +0 -0
  56. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/unbinned_fitting.py +0 -0
  57. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/units.py +0 -0
  58. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/math/utils.py +0 -0
  59. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/AoE_cal.py +0 -0
  60. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/__init__.py +0 -0
  61. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/data_cleaning.py +0 -0
  62. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/dplms_ge_dict.py +0 -0
  63. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/dsp_optimize.py +0 -0
  64. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/energy_cal.py +0 -0
  65. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/energy_optimisation.py +0 -0
  66. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/lq_cal.py +0 -0
  67. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/noise_optimization.py +0 -0
  68. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/pz_correct.py +0 -0
  69. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/survival_fractions.py +0 -0
  70. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/pargen/utils.py +0 -0
  71. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama/utils.py +0 -0
  72. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/SOURCES.txt +0 -0
  73. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/dependency_links.txt +0 -0
  74. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/entry_points.txt +0 -0
  75. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/not-zip-safe +0 -0
  76. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/requires.txt +0 -0
  77. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/src/pygama.egg-info/top_level.txt +0 -0
  78. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/configs/icpc-dsp-config.json +0 -0
  79. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/configs/sipm-dplms-config.json +0 -0
  80. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/configs/sipm-dsp-config.json +0 -0
  81. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/conftest.py +0 -0
  82. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/configs/basic-evt-config.yaml +0 -0
  83. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/configs/query-test-evt-config.json +0 -0
  84. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/configs/spms-module-config.yaml +0 -0
  85. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/configs/spms-p13-config.yaml +0 -0
  86. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/configs/vov-test-evt-config.json +0 -0
  87. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/modules/larveto.py +0 -0
  88. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/test_build_evt.py +0 -0
  89. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/test_build_tcm.py +0 -0
  90. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/test_evt_utils.py +0 -0
  91. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/test_geds.py +0 -0
  92. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/evt/test_xtalk.py +0 -0
  93. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/configs/config.json +0 -0
  94. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/configs/data-loader-config.json +0 -0
  95. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/configs/filedb-config.json +0 -0
  96. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/configs/nested/config.json +0 -0
  97. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/configs/nested/data-loader-config-nested.json +0 -0
  98. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/conftest.py +0 -0
  99. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/test_data_loader.py +0 -0
  100. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/test_filedb.py +0 -0
  101. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/flow/test_flow_utils.py +0 -0
  102. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/hit/configs/aggregations-hit-config.json +0 -0
  103. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/hit/configs/basic-hit-config.json +0 -0
  104. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/hit/configs/hit-multi-config.json +0 -0
  105. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/hit/test_build_hit.py +0 -0
  106. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_crystal_ball.py +0 -0
  107. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_error_function.py +0 -0
  108. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_exgauss.py +0 -0
  109. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_exponential.py +0 -0
  110. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss.py +0 -0
  111. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss_on_exgauss.py +0 -0
  112. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss_on_exponential.py +0 -0
  113. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss_on_linear.py +0 -0
  114. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss_on_step.py +0 -0
  115. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_gauss_on_uniform.py +0 -0
  116. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_hpge_peak.py +0 -0
  117. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_linear.py +0 -0
  118. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_moyal.py +0 -0
  119. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_numba_frozen.py +0 -0
  120. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_poisson.py +0 -0
  121. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_polynomial.py +0 -0
  122. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_step.py +0 -0
  123. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_sum_dists.py +0 -0
  124. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_triple_gauss_on_double_step.py +0 -0
  125. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/functions/test_uniform.py +0 -0
  126. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_binned_fitting.py +0 -0
  127. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_distribution_selector_in_sum_dists.py +0 -0
  128. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_hpge_peak_fitting.py +0 -0
  129. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_iminuit_integration.py +0 -0
  130. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_least_squares.py +0 -0
  131. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_math_histogram.py +0 -0
  132. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_math_utils.py +0 -0
  133. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/math/test_unbinned_fitting.py +0 -0
  134. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_aoecal.py +0 -0
  135. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_datacleaning.py +0 -0
  136. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_dsp_optimize.py +0 -0
  137. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_ecal.py +0 -0
  138. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_energy_optimization.py +0 -0
  139. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_lqcal.py +0 -0
  140. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/pargen/test_pz_correct.py +0 -0
  141. {pygama-2.3.8a2 → pygama-2.3.8.dev2}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygama
3
- Version: 2.3.8a2
3
+ Version: 2.3.8.dev2
4
4
  Summary: Python package for data processing and analysis
5
5
  Author: The LEGEND collaboration
6
6
  Maintainer: The LEGEND collaboration
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '2.3.8a2'
22
- __version_tuple__ = version_tuple = (2, 3, 8, 'a2')
21
+ __version__ = version = '2.3.8.dev2'
22
+ __version_tuple__ = version_tuple = (2, 3, 8, 'dev2')
23
23
 
24
24
  __commit_id__ = commit_id = 'g13d41716a'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygama
3
- Version: 2.3.8a2
3
+ Version: 2.3.8.dev2
4
4
  Summary: Python package for data processing and analysis
5
5
  Author: The LEGEND collaboration
6
6
  Maintainer: The LEGEND collaboration
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes