nmma 0.0.16__tar.gz → 0.0.17__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 (110) hide show
  1. {nmma-0.0.16 → nmma-0.0.17}/MANIFEST.in +2 -0
  2. {nmma-0.0.16/nmma.egg-info → nmma-0.0.17}/PKG-INFO +1 -1
  3. nmma-0.0.17/doc_requirements.txt +7 -0
  4. nmma-0.0.17/grb_requirements.txt +2 -0
  5. nmma-0.0.17/nmma/.version +1 -0
  6. nmma-0.0.17/nmma/_version.py +1 -0
  7. {nmma-0.0.16 → nmma-0.0.17/nmma.egg-info}/PKG-INFO +1 -1
  8. {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/SOURCES.txt +2 -0
  9. {nmma-0.0.16 → nmma-0.0.17}/setup.py +1 -1
  10. nmma-0.0.16/nmma/.version +0 -1
  11. nmma-0.0.16/nmma/_version.py +0 -1
  12. {nmma-0.0.16 → nmma-0.0.17}/LICENSE +0 -0
  13. {nmma-0.0.16 → nmma-0.0.17}/README.md +0 -0
  14. {nmma-0.0.16 → nmma-0.0.17}/doc/Cluster_Resources.md +0 -0
  15. {nmma-0.0.16 → nmma-0.0.17}/doc/GW-EM-resampling.md +0 -0
  16. {nmma-0.0.16 → nmma-0.0.17}/doc/Makefile +0 -0
  17. {nmma-0.0.16 → nmma-0.0.17}/doc/combined_analysis.md +0 -0
  18. {nmma-0.0.16 → nmma-0.0.17}/doc/conf.py +0 -0
  19. {nmma-0.0.16 → nmma-0.0.17}/doc/contributing.md +0 -0
  20. {nmma-0.0.16 → nmma-0.0.17}/doc/data_inj_obs.md +0 -0
  21. {nmma-0.0.16 → nmma-0.0.17}/doc/fitting.md +0 -0
  22. {nmma-0.0.16 → nmma-0.0.17}/doc/gw_inference.md +0 -0
  23. {nmma-0.0.16 → nmma-0.0.17}/doc/gwemopt_light_curves_detection.md +0 -0
  24. {nmma-0.0.16 → nmma-0.0.17}/doc/images/Corner_narrow_Bulla.png +0 -0
  25. {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF21abjvfbc_corner.png +0 -0
  26. {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF21abjvfbc_lightcurves.png +0 -0
  27. {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF_corner.png +0 -0
  28. {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF_lightcurves.png +0 -0
  29. {nmma-0.0.16 → nmma-0.0.17}/doc/images/corner_samples.png +0 -0
  30. {nmma-0.0.16 → nmma-0.0.17}/doc/images/dark-logo.svg +0 -0
  31. {nmma-0.0.16 → nmma-0.0.17}/doc/images/injection_corner.png +0 -0
  32. {nmma-0.0.16 → nmma-0.0.17}/doc/images/injection_lightcurves.png +0 -0
  33. {nmma-0.0.16 → nmma-0.0.17}/doc/images/light-logo.svg +0 -0
  34. {nmma-0.0.16 → nmma-0.0.17}/doc/images/training_lightcurves.png +0 -0
  35. {nmma-0.0.16 → nmma-0.0.17}/doc/index.rst +0 -0
  36. {nmma-0.0.16 → nmma-0.0.17}/doc/installation.md +0 -0
  37. {nmma-0.0.16 → nmma-0.0.17}/doc/joint_inference.md +0 -0
  38. {nmma-0.0.16 → nmma-0.0.17}/doc/models.md +0 -0
  39. {nmma-0.0.16 → nmma-0.0.17}/doc/training.md +0 -0
  40. {nmma-0.0.16 → nmma-0.0.17}/nmma/__init__.py +0 -0
  41. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/__init__.py +0 -0
  42. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/analysis.py +0 -0
  43. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/analysis_condor.py +0 -0
  44. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/combine_EOS.py +0 -0
  45. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_injection_condor.py +0 -0
  46. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_injection_slurm.py +0 -0
  47. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves.py +0 -0
  48. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves_condor.py +0 -0
  49. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves_slurm.py +0 -0
  50. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_svdmodel.py +0 -0
  51. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_revisit_kde_i.joblib +0 -0
  52. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_revisit_kde_public.joblib +0 -0
  53. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_sampling_public.pkl +0 -0
  54. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_uncer_params.pkl +0 -0
  55. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/__init__.py +0 -0
  56. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_180_g.joblib +0 -0
  57. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_180_r.joblib +0 -0
  58. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_300_g.joblib +0 -0
  59. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_300_r.joblib +0 -0
  60. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_i.joblib +0 -0
  61. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_public_g.joblib +0 -0
  62. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_public_r.joblib +0 -0
  63. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/sampling_ToO_180.pkl +0 -0
  64. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/sampling_ToO_300.pkl +0 -0
  65. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/detect_lightcurves.py +0 -0
  66. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_Hubble_estimate.py +0 -0
  67. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling.py +0 -0
  68. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling_condor.py +0 -0
  69. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling_utils.py +0 -0
  70. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwsamples_creation.py +0 -0
  71. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/injection.py +0 -0
  72. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/injection_summary.py +0 -0
  73. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/io.py +0 -0
  74. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/lightcurve_marginalization.py +0 -0
  75. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/likelihood.py +0 -0
  76. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/manual.py +0 -0
  77. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/model.py +0 -0
  78. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/model_parameters.py +0 -0
  79. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/prior.py +0 -0
  80. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/svdmodel_benchmark.py +0 -0
  81. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/training.py +0 -0
  82. {nmma-0.0.16 → nmma-0.0.17}/nmma/em/utils.py +0 -0
  83. {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/__init__.py +0 -0
  84. {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/create_injection.py +0 -0
  85. {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/eos.py +0 -0
  86. {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/tov.py +0 -0
  87. {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/utils.py +0 -0
  88. {nmma-0.0.16 → nmma-0.0.17}/nmma/gw/likelihood.py +0 -0
  89. {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/__init__.py +0 -0
  90. {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/constraints.py +0 -0
  91. {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/conversion.py +0 -0
  92. {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/likelihood.py +0 -0
  93. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/__init__.py +0 -0
  94. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/analysis_run.py +0 -0
  95. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/likelihood.py +0 -0
  96. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/main.py +0 -0
  97. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/generation.py +0 -0
  98. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/__init__.py +0 -0
  99. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/analysis.py +0 -0
  100. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/generation.py +0 -0
  101. {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/shared.py +0 -0
  102. {nmma-0.0.16 → nmma-0.0.17}/nmma/utils/__init__.py +0 -0
  103. {nmma-0.0.16 → nmma-0.0.17}/nmma/utils/models.py +0 -0
  104. {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/dependency_links.txt +0 -0
  105. {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/entry_points.txt +0 -0
  106. {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/requires.txt +0 -0
  107. {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/top_level.txt +0 -0
  108. {nmma-0.0.16 → nmma-0.0.17}/production_requirements.txt +0 -0
  109. {nmma-0.0.16 → nmma-0.0.17}/requirements.txt +0 -0
  110. {nmma-0.0.16 → nmma-0.0.17}/setup.cfg +0 -0
@@ -6,6 +6,8 @@ include TODO.rst
6
6
  include requirements.in
7
7
  include requirements.txt
8
8
  include production_requirements.txt
9
+ include doc_requirements.txt
10
+ include grb_requirements.txt
9
11
 
10
12
  include doc/*.rst doc/*.md doc/images/*.png doc/images/*.svg
11
13
  include doc/conf.py doc/Makefile
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nmma
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: A nuclear physics multi-messenger Bayesian inference library
5
5
  Home-page: https://github.com/nuclear-multimessenger-astronomy/nmma
6
6
  Author: Peter Tsun Ho Pang, Michael Coughlin, Tim Dietrich, Ingo Tews
@@ -0,0 +1,7 @@
1
+ sphinx==4.4.0
2
+ sphinx_math_dollar
3
+ recommonmark
4
+ numpydoc
5
+ sphinx-rtd-theme
6
+ notedown
7
+ jsx-lexer
@@ -0,0 +1,2 @@
1
+ afterglowpy>=0.7.3
2
+ wrapt_timeout_decorator
@@ -0,0 +1 @@
1
+ 0.0.17: (CLEAN) a12e989 2023-07-24 11:22:42 -0500
@@ -0,0 +1 @@
1
+ __version__ = "0.0.17"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nmma
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: A nuclear physics multi-messenger Bayesian inference library
5
5
  Home-page: https://github.com/nuclear-multimessenger-astronomy/nmma
6
6
  Author: Peter Tsun Ho Pang, Michael Coughlin, Tim Dietrich, Ingo Tews
@@ -1,6 +1,8 @@
1
1
  LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
+ doc_requirements.txt
5
+ grb_requirements.txt
4
6
  production_requirements.txt
5
7
  requirements.txt
6
8
  setup.py
@@ -75,7 +75,7 @@ def readfile(filename):
75
75
  return filecontents
76
76
 
77
77
 
78
- VERSION = "0.0.16"
78
+ VERSION = "0.0.17"
79
79
  version_file = write_version_file(VERSION)
80
80
  long_description = get_long_description()
81
81
 
nmma-0.0.16/nmma/.version DELETED
@@ -1 +0,0 @@
1
- 0.0.16: (CLEAN) 3147ceb 2023-07-24 11:07:00 -0500
@@ -1 +0,0 @@
1
- __version__ = "0.0.16"
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