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.
- {nmma-0.0.16 → nmma-0.0.17}/MANIFEST.in +2 -0
- {nmma-0.0.16/nmma.egg-info → nmma-0.0.17}/PKG-INFO +1 -1
- nmma-0.0.17/doc_requirements.txt +7 -0
- nmma-0.0.17/grb_requirements.txt +2 -0
- nmma-0.0.17/nmma/.version +1 -0
- nmma-0.0.17/nmma/_version.py +1 -0
- {nmma-0.0.16 → nmma-0.0.17/nmma.egg-info}/PKG-INFO +1 -1
- {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/SOURCES.txt +2 -0
- {nmma-0.0.16 → nmma-0.0.17}/setup.py +1 -1
- nmma-0.0.16/nmma/.version +0 -1
- nmma-0.0.16/nmma/_version.py +0 -1
- {nmma-0.0.16 → nmma-0.0.17}/LICENSE +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/README.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/Cluster_Resources.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/GW-EM-resampling.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/Makefile +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/combined_analysis.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/conf.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/contributing.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/data_inj_obs.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/fitting.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/gw_inference.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/gwemopt_light_curves_detection.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/Corner_narrow_Bulla.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF21abjvfbc_corner.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF21abjvfbc_lightcurves.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF_corner.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/ZTF_lightcurves.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/corner_samples.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/dark-logo.svg +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/injection_corner.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/injection_lightcurves.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/light-logo.svg +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/images/training_lightcurves.png +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/index.rst +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/installation.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/joint_inference.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/models.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/doc/training.md +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/analysis.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/analysis_condor.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/combine_EOS.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_injection_condor.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_injection_slurm.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves_condor.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_lightcurves_slurm.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/create_svdmodel.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_revisit_kde_i.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_revisit_kde_public.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_sampling_public.pkl +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/ZTF_uncer_params.pkl +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_180_g.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_180_r.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_300_g.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_ToO_300_r.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_i.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_public_g.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/lims_public_r.joblib +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/sampling_ToO_180.pkl +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/data/sampling_ToO_300.pkl +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/detect_lightcurves.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_Hubble_estimate.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling_condor.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwem_resampling_utils.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/gwsamples_creation.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/injection.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/injection_summary.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/io.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/lightcurve_marginalization.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/likelihood.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/manual.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/model.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/model_parameters.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/prior.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/svdmodel_benchmark.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/training.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/em/utils.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/create_injection.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/eos.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/tov.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/eos/utils.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/gw/likelihood.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/constraints.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/conversion.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/joint/likelihood.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/analysis_run.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/likelihood.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/analysis/main.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/generation.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/analysis.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/generation.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/pbilby/parser/shared.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/utils/__init__.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma/utils/models.py +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/dependency_links.txt +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/entry_points.txt +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/requires.txt +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/nmma.egg-info/top_level.txt +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/production_requirements.txt +0 -0
- {nmma-0.0.16 → nmma-0.0.17}/requirements.txt +0 -0
- {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.
|
|
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 @@
|
|
|
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.
|
|
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
|
nmma-0.0.16/nmma/.version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.0.16: (CLEAN) 3147ceb 2023-07-24 11:07:00 -0500
|
nmma-0.0.16/nmma/_version.py
DELETED
|
@@ -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
|
|
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
|