reboost 0.5.2__tar.gz → 0.5.3__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. {reboost-0.5.2 → reboost-0.5.3}/PKG-INFO +2 -2
  2. {reboost-0.5.2 → reboost-0.5.3}/pyproject.toml +1 -1
  3. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/_version.py +2 -2
  4. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/PKG-INFO +2 -2
  5. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/requires.txt +1 -1
  6. {reboost-0.5.2 → reboost-0.5.3}/LICENSE +0 -0
  7. {reboost-0.5.2 → reboost-0.5.3}/README.md +0 -0
  8. {reboost-0.5.2 → reboost-0.5.3}/setup.cfg +0 -0
  9. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/__init__.py +0 -0
  10. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/build_evt.py +0 -0
  11. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/build_glm.py +0 -0
  12. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/build_hit.py +0 -0
  13. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/cli.py +0 -0
  14. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/core.py +0 -0
  15. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/hpge/__init__.py +0 -0
  16. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/hpge/psd.py +0 -0
  17. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/hpge/surface.py +0 -0
  18. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/hpge/utils.py +0 -0
  19. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/iterator.py +0 -0
  20. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/log_utils.py +0 -0
  21. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/math/__init__.py +0 -0
  22. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/math/functions.py +0 -0
  23. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/math/stats.py +0 -0
  24. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/__init__.py +0 -0
  25. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/cli.py +0 -0
  26. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/convolve.py +0 -0
  27. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/create.py +0 -0
  28. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/evt.py +0 -0
  29. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/mapview.py +0 -0
  30. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/numba_pdg.py +0 -0
  31. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/optmap/optmap.py +0 -0
  32. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/profile.py +0 -0
  33. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/shape/__init__.py +0 -0
  34. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/shape/cluster.py +0 -0
  35. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/shape/group.py +0 -0
  36. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/shape/reduction.py +0 -0
  37. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/units.py +0 -0
  38. {reboost-0.5.2 → reboost-0.5.3}/src/reboost/utils.py +0 -0
  39. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/SOURCES.txt +0 -0
  40. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/dependency_links.txt +0 -0
  41. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/entry_points.txt +0 -0
  42. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/not-zip-safe +0 -0
  43. {reboost-0.5.2 → reboost-0.5.3}/src/reboost.egg-info/top_level.txt +0 -0
  44. {reboost-0.5.2 → reboost-0.5.3}/tests/conftest.py +0 -0
  45. {reboost-0.5.2 → reboost-0.5.3}/tests/glm/test_build_glm.py +0 -0
  46. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/args.yaml +0 -0
  47. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/basic.yaml +0 -0
  48. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/geom.gdml +0 -0
  49. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/hit_config.yaml +0 -0
  50. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/pars.yaml +0 -0
  51. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/configs/reshape.yaml +0 -0
  52. {reboost-0.5.2 → reboost-0.5.3}/tests/hit/test_build_hit.py +0 -0
  53. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/simulation/gammas.mac +0 -0
  54. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/simulation/geometry.gdml +0 -0
  55. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/simulation/make_dt_map.jl +0 -0
  56. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/simulation/make_geom.py +0 -0
  57. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_current.py +0 -0
  58. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_dt_heuristic.py +0 -0
  59. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_files/drift_time_maps.lh5 +0 -0
  60. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_files/internal_electron.lh5 +0 -0
  61. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_hpge_map.py +0 -0
  62. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_r90.py +0 -0
  63. {reboost-0.5.2 → reboost-0.5.3}/tests/hpge/test_surface.py +0 -0
  64. {reboost-0.5.2 → reboost-0.5.3}/tests/test_cli.py +0 -0
  65. {reboost-0.5.2 → reboost-0.5.3}/tests/test_core.py +0 -0
  66. {reboost-0.5.2 → reboost-0.5.3}/tests/test_math.py +0 -0
  67. {reboost-0.5.2 → reboost-0.5.3}/tests/test_optmap.py +0 -0
  68. {reboost-0.5.2 → reboost-0.5.3}/tests/test_profile.py +0 -0
  69. {reboost-0.5.2 → reboost-0.5.3}/tests/test_shape.py +0 -0
  70. {reboost-0.5.2 → reboost-0.5.3}/tests/test_units.py +0 -0
  71. {reboost-0.5.2 → reboost-0.5.3}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reboost
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: New LEGEND Monte-Carlo simulation post-processing
5
5
  Author-email: Manuel Huber <info@manuelhu.de>, Toby Dixon <toby.dixon.23@ucl.ac.uk>, Luigi Pertoldi <gipert@pm.me>
6
6
  Maintainer: The LEGEND Collaboration
@@ -700,7 +700,7 @@ Requires-Dist: colorlog
700
700
  Requires-Dist: numpy
701
701
  Requires-Dist: scipy
702
702
  Requires-Dist: numba
703
- Requires-Dist: legend-pydataobj>=1.12.0
703
+ Requires-Dist: legend-pydataobj>=1.14
704
704
  Requires-Dist: legend-pygeom-optics>=0.9.2
705
705
  Requires-Dist: hist
706
706
  Requires-Dist: dbetto
@@ -36,7 +36,7 @@ dependencies = [
36
36
  "numpy",
37
37
  "scipy",
38
38
  "numba",
39
- "legend-pydataobj>=1.12.0",
39
+ "legend-pydataobj>=1.14",
40
40
  "legend-pygeom-optics>=0.9.2",
41
41
  "hist",
42
42
  "dbetto",
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.5.2'
21
- __version_tuple__ = version_tuple = (0, 5, 2)
20
+ __version__ = version = '0.5.3'
21
+ __version_tuple__ = version_tuple = (0, 5, 3)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reboost
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: New LEGEND Monte-Carlo simulation post-processing
5
5
  Author-email: Manuel Huber <info@manuelhu.de>, Toby Dixon <toby.dixon.23@ucl.ac.uk>, Luigi Pertoldi <gipert@pm.me>
6
6
  Maintainer: The LEGEND Collaboration
@@ -700,7 +700,7 @@ Requires-Dist: colorlog
700
700
  Requires-Dist: numpy
701
701
  Requires-Dist: scipy
702
702
  Requires-Dist: numba
703
- Requires-Dist: legend-pydataobj>=1.12.0
703
+ Requires-Dist: legend-pydataobj>=1.14
704
704
  Requires-Dist: legend-pygeom-optics>=0.9.2
705
705
  Requires-Dist: hist
706
706
  Requires-Dist: dbetto
@@ -2,7 +2,7 @@ colorlog
2
2
  numpy
3
3
  scipy
4
4
  numba
5
- legend-pydataobj>=1.12.0
5
+ legend-pydataobj>=1.14
6
6
  legend-pygeom-optics>=0.9.2
7
7
  hist
8
8
  dbetto
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