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.
Files changed (230) hide show
  1. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.gitignore +3 -0
  2. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/PKG-INFO +15 -10
  3. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/README.md +14 -9
  4. nested_fit-5.6.8.dev127/benchmarks_and_tests/benchmarks_and_tests.ipynb +920 -0
  5. nested_fit-5.6.8.dev127/benchmarks_and_tests/test_01_gauss_bg/nf_input.yaml +54 -0
  6. nested_fit-5.6.8.dev127/benchmarks_and_tests/test_03_4gauss_bg/nf_input.yaml +84 -0
  7. nested_fit-5.6.8.dev127/exercises/old_exercices/exercise4_He-like_U_clusters/he-histo.dat +1024 -0
  8. nested_fit-5.6.8.dev127/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/he-histo.dat +1024 -0
  9. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/PKG-INFO +15 -10
  10. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/SOURCES.txt +7 -1
  11. nested_fit-5.6.8.dev127/pynested_fit/__init__.py +94 -0
  12. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/metadata.py +8 -2
  13. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/nested_res.py +1 -1
  14. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/nested_run.py +4 -4
  15. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pyproject.toml +2 -2
  16. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_math.f90 +3 -2
  17. nested_fit-5.6.8.dev127/src/Mod_options.f90 +45 -0
  18. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/latex_parser.cpp +1 -0
  19. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/nested_fit.f90 +7 -0
  20. nested_fit-5.6.8.dev127/tmp/.nf_input.yaml.~6ff749be +59 -0
  21. nested_fit-5.6.7.dev124/pynested_fit/__init__.py +0 -98
  22. nested_fit-5.6.7.dev124/src/Mod_options.f90 +0 -17
  23. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.github/dependabot.yml +0 -0
  24. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/.github/workflows/build_wheels.yml +0 -0
  25. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/CMakeLists.txt +0 -0
  26. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/LICENSE +0 -0
  27. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/STEPBYSTEP_INSTALL.md +0 -0
  28. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/ThirdParty.md +0 -0
  29. {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
  30. {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
  31. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/cmake/resman.cmake +0 -0
  32. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/cmake/write_manifest.cmake +0 -0
  33. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/README.md +0 -0
  34. {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
  35. {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
  36. {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
  37. {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
  38. {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
  39. {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
  40. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/README.txt +0 -0
  41. {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
  42. {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
  43. {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
  44. {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
  45. {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
  46. {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
  47. {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
  48. {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
  49. {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
  50. {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
  51. {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
  52. {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
  53. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/README.txt +0 -0
  54. {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
  55. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/nf_input.yaml +0 -0
  56. {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
  57. {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
  58. {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
  59. {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
  60. {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
  61. {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
  62. {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
  63. {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
  64. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/README.txt +0 -0
  65. {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
  66. {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
  67. {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
  68. {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
  69. {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
  70. {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
  71. {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
  72. {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
  73. {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
  74. {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
  75. {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
  76. {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
  77. {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
  78. {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
  79. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/README.txt +0 -0
  80. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/nf_input.yaml +0 -0
  81. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/test_matrix.dat +0 -0
  82. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/ginterp.csv +0 -0
  83. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/interp.csv +0 -0
  84. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/nf_input.yaml +0 -0
  85. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/pynf_interp.ipynb +0 -0
  86. {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
  87. {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
  88. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/function_integration/08_func_EGGBOX/nf_input.yaml +0 -0
  89. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/pandas_extended_analysis-checkpoint.ipynb +0 -0
  90. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/simple_analysis_visu-checkpoint.ipynb +0 -0
  91. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ17/nf_input.yaml +0 -0
  92. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ3/nf_input.yaml +0 -0
  93. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7/nf_input.yaml +0 -0
  94. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7_norm/nf_input.yaml +0 -0
  95. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/exploring_potentials.ipynb +0 -0
  96. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pandas_extended_analysis.ipynb +0 -0
  97. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pynf_interp.ipynb +0 -0
  98. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb +0 -0
  99. {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
  100. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_1gauss_bg/nf_input.yaml +0 -0
  101. {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
  102. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_2gauss_bg/nf_input.yaml +0 -0
  103. {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
  104. {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
  105. {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
  106. {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
  107. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/nf_input.yaml +0 -0
  108. {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
  109. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_4gauss_bg/nf_input.yaml +0 -0
  110. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/README.txt +0 -0
  111. {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
  112. {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
  113. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/nf_input.yaml +0 -0
  114. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_files_analysis.ipynb +0 -0
  115. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_analysis_visu.ipynb +0 -0
  116. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_visualisation.ipynb +0 -0
  117. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/native_functions/example.cpp +0 -0
  118. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/examples/native_functions/example.f90 +0 -0
  119. {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
  120. {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
  121. {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
  122. {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
  123. {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
  124. {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
  125. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/.DS_Store +0 -0
  126. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/ICFO2024_nested_fit_tutorial.ipynb +0 -0
  127. {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
  128. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/res_1gauss_bg/nf_input.yaml +0 -0
  129. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/exercises_quantitative_xray_spectroscopy.ipynb +0 -0
  130. {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
  131. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_100s/c_U_100s.dat +0 -0
  132. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/c_U_1s.dat +0 -0
  133. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/nf_input.dat +0 -0
  134. {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
  135. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_1M_counts/nf_input.dat +0 -0
  136. {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
  137. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/README.txt +0 -0
  138. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/nf_input.dat +0 -0
  139. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/piN-sum.dat +0 -0
  140. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/README.txt +0 -0
  141. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/nf_input.dat +0 -0
  142. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/piN-sum.dat +0 -0
  143. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/results_2000lp.txt +0 -0
  144. {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
  145. {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
  146. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/README.txt +0 -0
  147. {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
  148. {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
  149. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/install.sh +0 -0
  150. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/dependency_links.txt +0 -0
  151. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/entry_points.txt +0 -0
  152. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/requires.txt +0 -0
  153. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/top_level.txt +0 -0
  154. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/nf_input.yaml +0 -0
  155. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/cliw.py +0 -0
  156. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/evaluator.py +0 -0
  157. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/utils.py +0 -0
  158. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/__init__.py +0 -0
  159. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/bar.py +0 -0
  160. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/errorui.py +0 -0
  161. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/hfinder.py +0 -0
  162. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/plot.py +0 -0
  163. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/timer.py +0 -0
  164. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/var.py +0 -0
  165. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/setup.cfg +0 -0
  166. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/setup.py +0 -0
  167. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/curfit.f +0 -0
  168. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpback.f +0 -0
  169. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpbspl.f +0 -0
  170. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpchec.f +0 -0
  171. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpcurf.f +0 -0
  172. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpdisc.f +0 -0
  173. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpgivs.f +0 -0
  174. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpknot.f +0 -0
  175. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprati.f +0 -0
  176. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprota.f +0 -0
  177. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/DIERCKX/splev.f +0 -0
  178. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Makefile +0 -0
  179. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_array_tries.f90 +0 -0
  180. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_cluster_analysis.f90 +0 -0
  181. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_covariance_matrix.f90 +0 -0
  182. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_input_parse.f90 +0 -0
  183. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_integrated_func.f90 +0 -0
  184. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_interpolate.f90 +0 -0
  185. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_jsonio.f90 +0 -0
  186. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_likelihood.f90 +0 -0
  187. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_likelihood_gen.f90 +0 -0
  188. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_logger.f90 +0 -0
  189. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_metadata.f90.in +0 -0
  190. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_parameters.f90 +0 -0
  191. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_perfprof.f90 +0 -0
  192. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_potentials.f90 +0 -0
  193. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_search_new_point.f90 +0 -0
  194. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_timestamp.f90 +0 -0
  195. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/Mod_userfcn.f90 +0 -0
  196. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/dpsort.f +0 -0
  197. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/fdump.f +0 -0
  198. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/i1mach.f +0 -0
  199. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/j4save.f +0 -0
  200. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xercnt.f +0 -0
  201. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xerhlt.f +0 -0
  202. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xermsg.f +0 -0
  203. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xerprn.f +0 -0
  204. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xersve.f +0 -0
  205. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/SLATEC/xgetua.f +0 -0
  206. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN.f +0 -0
  207. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN_2D.f90 +0 -0
  208. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/USERFCN_SET.f +0 -0
  209. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/cli/argparse.f90 +0 -0
  210. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/auto_func.f90 +0 -0
  211. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/funceval/native_parser.cpp +0 -0
  212. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/WOFZ.f +0 -0
  213. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/internal.tex +0 -0
  214. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/functions/internal_funcs.f90 +0 -0
  215. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/console.cpp +0 -0
  216. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/halt.f90 +0 -0
  217. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/hash.f90 +0 -0
  218. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/int_stack.f90 +0 -0
  219. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/resman.cpp.in +0 -0
  220. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/rmhex.cpp +0 -0
  221. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/strutil.f90 +0 -0
  222. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/helper/utils.cpp +0 -0
  223. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/init_interpolation.f +0 -0
  224. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/nested_sampling.f90 +0 -0
  225. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/rinteg.f +0 -0
  226. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/src/shirley_fitpack.f90 +0 -0
  227. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/CMakeLists.txt +0 -0
  228. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/README.md +0 -0
  229. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/str.f90 +0 -0
  230. {nested_fit-5.6.7.dev124 → nested_fit-5.6.8.dev127}/test/test.f90 +0 -0
@@ -50,3 +50,6 @@ wheelhouse/
50
50
 
51
51
  # FBuild config file
52
52
  .fbuild.lua
53
+
54
+ # Temporary files
55
+ tmp/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nested_fit
3
- Version: 5.6.7.dev124
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), [ 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)\
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
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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
- mkdir -p nested_fit/build
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 nested_fit/build -DOPENMP=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_path>
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 nested_fit/build --config Release
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 nested_fit/build --target install
165
+ cmake --build build --target install
164
166
 
165
167
  # Now install the python library in editable mode skipping compilation
166
- pip install -e ./nested_fit -v
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.4\
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), [ 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)\
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
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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
- mkdir -p nested_fit/build
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 nested_fit/build -DOPENMP=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_path>
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 nested_fit/build --config Release
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 nested_fit/build --target install
140
+ cmake --build build --target install
139
141
 
140
142
  # Now install the python library in editable mode skipping compilation
141
- pip install -e ./nested_fit -v
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.4\
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: