nested-fit 5.6.7.dev124__tar.gz → 5.6.8.dev127__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.
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.gitignore +3 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/PKG-INFO +15 -10
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/README.md +14 -9
- nested_fit-5.6.8.dev127/benchmarks_and_tests/benchmarks_and_tests.ipynb +920 -0
- nested_fit-5.6.8.dev127/benchmarks_and_tests/test_01_gauss_bg/nf_input.yaml +54 -0
- nested_fit-5.6.8.dev127/benchmarks_and_tests/test_03_4gauss_bg/nf_input.yaml +84 -0
- nested_fit-5.6.8.dev127/exercises/old_exercices/exercise4_He-like_U_clusters/he-histo.dat +1024 -0
- nested_fit-5.6.8.dev127/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/he-histo.dat +1024 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/PKG-INFO +15 -10
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/SOURCES.txt +7 -1
- nested_fit-5.6.8.dev127/pynested_fit/__init__.py +94 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/metadata.py +8 -2
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/nested_res.py +1 -1
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/nested_run.py +4 -4
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pyproject.toml +2 -2
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_math.f90 +3 -2
- nested_fit-5.6.8.dev127/src/Mod_options.f90 +45 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/latex_parser.cpp +1 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/nested_fit.f90 +7 -0
- nested_fit-5.6.8.dev127/tmp/.nf_input.yaml.~6ff749be +59 -0
- nested_fit-5.6.7.dev124/pynested_fit/__init__.py +0 -98
- nested_fit-5.6.7.dev124/src/Mod_options.f90 +0 -17
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.github/dependabot.yml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.github/workflows/build_wheels.yml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/CMakeLists.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/LICENSE +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/STEPBYSTEP_INSTALL.md +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/ThirdParty.md +0 -0
- {nested_fit-5.6.7.dev124/examples/jupyter_notebooks/res_1gauss_bg → nested_fit-5.6.8.dev127/benchmarks_and_tests/test_01_gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124/examples/jupyter_notebooks/res_2gauss_bg → nested_fit-5.6.8.dev127/benchmarks_and_tests/test_03_4gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/cmake/resman.cmake +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/cmake/write_manifest.cmake +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/README.md +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_hard_writing/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_points_file/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_points_file/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_stat/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_stat/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/latex_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/legacy_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/eb_gauss_bg-x0_300-sigma_20-A_20000-p_to_bg_0.05-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/latex_func_input/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/latex_func_input/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/test_matrix.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/ginterp.csv +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/interp.csv +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/function_integration/07_func_GAUSS/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/function_integration/07_func_GAUSS/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/function_integration/08_func_EGGBOX/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/pandas_extended_analysis-checkpoint.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/simple_analysis_visu-checkpoint.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ17/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ3/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7_norm/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/exploring_potentials.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pandas_extended_analysis.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb +0 -0
- {nested_fit-5.6.7.dev124/examples/jupyter_notebooks/res_3gauss_bg → nested_fit-5.6.8.dev127/examples/jupyter_notebooks/res_1gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_1gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124/examples/jupyter_notebooks/res_4gauss_bg → nested_fit-5.6.8.dev127/examples/jupyter_notebooks/res_2gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_2gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/he-histo-checkpoint.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.yaml +0 -0
- {nested_fit-5.6.7.dev124/exercises/exercices_ICFO/res_1gauss_bg → nested_fit-5.6.8.dev127/examples/jupyter_notebooks/res_3gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124/exercises/old_exercices/exercise3_He-like_U_from_scratch → nested_fit-5.6.8.dev127/examples/jupyter_notebooks/res_4gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_4gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_files_analysis.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_analysis_visu.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_visualisation.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/native_functions/example.cpp +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/native_functions/example.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/.DS_Store +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/ICFO2024_nested_fit_tutorial.ipynb +0 -0
- {nested_fit-5.6.7.dev124/exercises/old_exercices/exercise4_He-like_U_clusters → nested_fit-5.6.8.dev127/exercises/exercices_ICFO/res_1gauss_bg}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/res_1gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/exercises_quantitative_xray_spectroscopy.ipynb +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1000_counts/c_U_1000_counts.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_100s/c_U_100s.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/c_U_1s.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/nf_input.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_100k_counts/s_U_100000_counts.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_1M_counts/nf_input.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_1M_counts/s_U_1000000_counts.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/nf_input.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/piN-sum.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/nf_input.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/piN-sum.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/results_2000lp.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise3_He-like_U_from_scratch/README.txt +0 -0
- {nested_fit-5.6.7.dev124/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods → nested_fit-5.6.8.dev127/exercises/old_exercices/exercise3_He-like_U_from_scratch}/he-histo.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/nf_input.dat +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/README.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/install.sh +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/dependency_links.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/entry_points.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/requires.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/top_level.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nf_input.yaml +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/cliw.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/evaluator.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/utils.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/__init__.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/bar.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/errorui.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/hfinder.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/plot.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/timer.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/var.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/setup.cfg +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/setup.py +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/curfit.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpback.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpbspl.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpchec.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpcurf.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpdisc.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpgivs.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpknot.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprati.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprota.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/splev.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Makefile +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_array_tries.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_cluster_analysis.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_covariance_matrix.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_input_parse.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_integrated_func.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_interpolate.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_jsonio.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_likelihood.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_likelihood_gen.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_logger.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_metadata.f90.in +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_parameters.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_perfprof.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_potentials.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_search_new_point.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_timestamp.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_userfcn.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/dpsort.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/fdump.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/i1mach.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/j4save.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xercnt.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xerhlt.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xermsg.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xerprn.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xersve.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xgetua.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN_2D.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN_SET.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/cli/argparse.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/auto_func.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/native_parser.cpp +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/WOFZ.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/internal.tex +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/internal_funcs.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/console.cpp +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/halt.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/hash.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/int_stack.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/resman.cpp.in +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/rmhex.cpp +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/strutil.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/utils.cpp +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/init_interpolation.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/nested_sampling.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/rinteg.f +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/shirley_fitpack.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/CMakeLists.txt +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/README.md +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/str.f90 +0 -0
- {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/test.f90 +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nested_fit
|
|
3
|
-
Version: 5.6.
|
|
3
|
+
Version: 5.6.8.dev127
|
|
4
4
|
Summary: The nested_fit package.
|
|
5
5
|
Author: Martino Trassinelli, Lune Maillard, César Godinho
|
|
6
6
|
Project-URL: Homepage, https://github.com/martinit18/nested_fit
|
|
@@ -41,10 +41,9 @@ Users are also required to cite the Nested Fit papers here below in their public
|
|
|
41
41
|
|
|
42
42
|
**Reference articles of nested_fit**:
|
|
43
43
|
- [A] M. Trassinelli, *Bayesian data analysis tools for atomic physics*, Nucl. Instrum. Methods B **408**, 301-312 (2017),
|
|
44
|
-
[doi:10.1016/j.nimb.2017.05.030](http://dx.doi.org/10.1016/j.nimb.2017.05.030), [
|
|
45
|
-
- [B] M. Trassinelli, *The Nested_fit Data Analysis Program*, Proceedings **33**, 14 (2019), [doi:10.3390/proceedings2019033014](https://doi.org/10.3390/proceedings2019033014)
|
|
44
|
+
[doi:10.1016/j.nimb.2017.05.030](http://dx.doi.org/10.1016/j.nimb.2017.05.030), [arXiv:1611.10189](https://arxiv.org/abs/1611.10189)
|
|
45
|
+
- [B] M. Trassinelli, *The Nested_fit Data Analysis Program*, Proceedings **33**, 14 (2019), [doi:10.3390/proceedings2019033014](https://doi.org/10.3390/proceedings2019033014)
|
|
46
46
|
- [C] M. Trassinelli, P. Ciccodicola *Mean Shift Cluster Recognition Method Implementation in the Nested Sampling Algorithm*, Entropy **22**, 185 (2020), [doi:10.3390/e22020185](https://doi.org/10.3390/e22020185)
|
|
47
|
-
\
|
|
48
47
|
- [D] L. Maillard, F. Finocchi, M. Trassinelli * *Assessing Search and Unsupervised Clustering Algorithms in Nested Sampling*, Entropy **25**, 347 (2023), [doi:10.3390/e25020347](https://doi.org/10.3390/e25020347)
|
|
49
48
|
|
|
50
49
|
### Authors
|
|
@@ -67,6 +66,8 @@ email: c.godinho AT campus.fct.unl.pt
|
|
|
67
66
|
[Download](https://github.com/martinit18/nested_fit/blob/dev/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb)
|
|
68
67
|
[](https://colab.research.google.com/github/martinit18/nested_fit/blob/dev/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb)
|
|
69
68
|
|
|
69
|
+
If you want to start to use a program in the jupyter environment, start with `examples/jupyter_notebooks/simple_analysis_visu.ipynb`
|
|
70
|
+
|
|
70
71
|
Other jupyter notebook examples can be found in `examples/jupyter_notebooks`.
|
|
71
72
|
|
|
72
73
|
## Installation instructions
|
|
@@ -148,22 +149,23 @@ This 'hack' is done via the editable installation mode:
|
|
|
148
149
|
git clone https://github.com/martinit18/nested_fit.git
|
|
149
150
|
|
|
150
151
|
# Make build directory
|
|
151
|
-
|
|
152
|
+
cd nested_fit
|
|
153
|
+
mkdir -p build
|
|
152
154
|
|
|
153
155
|
# Configure (and specify install prefix if required)
|
|
154
|
-
cmake -S nested_fit -B
|
|
156
|
+
cmake -S nested_fit -B build -DOPENMP=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_path>
|
|
155
157
|
|
|
156
158
|
# Compile and install
|
|
157
|
-
cmake --build
|
|
159
|
+
cmake --build build --config Release
|
|
158
160
|
|
|
159
161
|
# Now you will have the nested_fit binary available at nested_fit/bin/nested_fit_xxx
|
|
160
162
|
export PATH=$PATH:<your_clone_path>/nested_fit/bin
|
|
161
163
|
|
|
162
164
|
# Or alternatively install from within your build tool
|
|
163
|
-
cmake --build
|
|
165
|
+
cmake --build build --target install
|
|
164
166
|
|
|
165
167
|
# Now install the python library in editable mode skipping compilation
|
|
166
|
-
pip install -e
|
|
168
|
+
pip install -e . -v
|
|
167
169
|
```
|
|
168
170
|
|
|
169
171
|
:warning: If you have further issues please refer to the file *STEPBYSTEP_INSTALL.md*.
|
|
@@ -444,8 +446,10 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
444
446
|
|
|
445
447
|
## Present version and history of the past versions
|
|
446
448
|
|
|
447
|
-
The present version is 5.6.
|
|
449
|
+
The present version is 5.6.8\
|
|
448
450
|
New features:
|
|
451
|
+
- New 2D Lennard-Jones functions added
|
|
452
|
+
- New benchmark notebook available
|
|
449
453
|
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
450
454
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
451
455
|
- PyPI available development builds
|
|
@@ -453,6 +457,7 @@ New features:
|
|
|
453
457
|
- Optional management of memory of dead points (in RAM or file)
|
|
454
458
|
- Optional writing of dead points information
|
|
455
459
|
- Optional writing of parameter statistics (mean, standard deviation, etc.)
|
|
460
|
+
- Persistent option commands cache
|
|
456
461
|
|
|
457
462
|
|
|
458
463
|
Previous versions are:
|
|
@@ -16,10 +16,9 @@ Users are also required to cite the Nested Fit papers here below in their public
|
|
|
16
16
|
|
|
17
17
|
**Reference articles of nested_fit**:
|
|
18
18
|
- [A] M. Trassinelli, *Bayesian data analysis tools for atomic physics*, Nucl. Instrum. Methods B **408**, 301-312 (2017),
|
|
19
|
-
[doi:10.1016/j.nimb.2017.05.030](http://dx.doi.org/10.1016/j.nimb.2017.05.030), [
|
|
20
|
-
- [B] M. Trassinelli, *The Nested_fit Data Analysis Program*, Proceedings **33**, 14 (2019), [doi:10.3390/proceedings2019033014](https://doi.org/10.3390/proceedings2019033014)
|
|
19
|
+
[doi:10.1016/j.nimb.2017.05.030](http://dx.doi.org/10.1016/j.nimb.2017.05.030), [arXiv:1611.10189](https://arxiv.org/abs/1611.10189)
|
|
20
|
+
- [B] M. Trassinelli, *The Nested_fit Data Analysis Program*, Proceedings **33**, 14 (2019), [doi:10.3390/proceedings2019033014](https://doi.org/10.3390/proceedings2019033014)
|
|
21
21
|
- [C] M. Trassinelli, P. Ciccodicola *Mean Shift Cluster Recognition Method Implementation in the Nested Sampling Algorithm*, Entropy **22**, 185 (2020), [doi:10.3390/e22020185](https://doi.org/10.3390/e22020185)
|
|
22
|
-
\
|
|
23
22
|
- [D] L. Maillard, F. Finocchi, M. Trassinelli * *Assessing Search and Unsupervised Clustering Algorithms in Nested Sampling*, Entropy **25**, 347 (2023), [doi:10.3390/e25020347](https://doi.org/10.3390/e25020347)
|
|
24
23
|
|
|
25
24
|
### Authors
|
|
@@ -42,6 +41,8 @@ email: c.godinho AT campus.fct.unl.pt
|
|
|
42
41
|
[Download](https://github.com/martinit18/nested_fit/blob/dev/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb)
|
|
43
42
|
[](https://colab.research.google.com/github/martinit18/nested_fit/blob/dev/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb)
|
|
44
43
|
|
|
44
|
+
If you want to start to use a program in the jupyter environment, start with `examples/jupyter_notebooks/simple_analysis_visu.ipynb`
|
|
45
|
+
|
|
45
46
|
Other jupyter notebook examples can be found in `examples/jupyter_notebooks`.
|
|
46
47
|
|
|
47
48
|
## Installation instructions
|
|
@@ -123,22 +124,23 @@ This 'hack' is done via the editable installation mode:
|
|
|
123
124
|
git clone https://github.com/martinit18/nested_fit.git
|
|
124
125
|
|
|
125
126
|
# Make build directory
|
|
126
|
-
|
|
127
|
+
cd nested_fit
|
|
128
|
+
mkdir -p build
|
|
127
129
|
|
|
128
130
|
# Configure (and specify install prefix if required)
|
|
129
|
-
cmake -S nested_fit -B
|
|
131
|
+
cmake -S nested_fit -B build -DOPENMP=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_path>
|
|
130
132
|
|
|
131
133
|
# Compile and install
|
|
132
|
-
cmake --build
|
|
134
|
+
cmake --build build --config Release
|
|
133
135
|
|
|
134
136
|
# Now you will have the nested_fit binary available at nested_fit/bin/nested_fit_xxx
|
|
135
137
|
export PATH=$PATH:<your_clone_path>/nested_fit/bin
|
|
136
138
|
|
|
137
139
|
# Or alternatively install from within your build tool
|
|
138
|
-
cmake --build
|
|
140
|
+
cmake --build build --target install
|
|
139
141
|
|
|
140
142
|
# Now install the python library in editable mode skipping compilation
|
|
141
|
-
pip install -e
|
|
143
|
+
pip install -e . -v
|
|
142
144
|
```
|
|
143
145
|
|
|
144
146
|
:warning: If you have further issues please refer to the file *STEPBYSTEP_INSTALL.md*.
|
|
@@ -419,8 +421,10 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
419
421
|
|
|
420
422
|
## Present version and history of the past versions
|
|
421
423
|
|
|
422
|
-
The present version is 5.6.
|
|
424
|
+
The present version is 5.6.8\
|
|
423
425
|
New features:
|
|
426
|
+
- New 2D Lennard-Jones functions added
|
|
427
|
+
- New benchmark notebook available
|
|
424
428
|
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
425
429
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
426
430
|
- PyPI available development builds
|
|
@@ -428,6 +432,7 @@ New features:
|
|
|
428
432
|
- Optional management of memory of dead points (in RAM or file)
|
|
429
433
|
- Optional writing of dead points information
|
|
430
434
|
- Optional writing of parameter statistics (mean, standard deviation, etc.)
|
|
435
|
+
- Persistent option commands cache
|
|
431
436
|
|
|
432
437
|
|
|
433
438
|
Previous versions are:
|