nested-fit 5.6.8.dev125__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 (228) hide show
  1. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/.gitignore +3 -0
  2. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/PKG-INFO +7 -4
  3. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/README.md +6 -3
  4. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/PKG-INFO +7 -4
  5. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/__init__.py +1 -1
  6. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/metadata.py +8 -2
  7. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pyproject.toml +2 -2
  8. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/funceval/latex_parser.cpp +1 -0
  9. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/.github/dependabot.yml +0 -0
  10. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/.github/workflows/build_wheels.yml +0 -0
  11. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/CMakeLists.txt +0 -0
  12. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/LICENSE +0 -0
  13. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/STEPBYSTEP_INSTALL.md +0 -0
  14. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/ThirdParty.md +0 -0
  15. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/benchmarks_and_tests/benchmarks_and_tests.ipynb +0 -0
  16. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/benchmarks_and_tests/test_01_gauss_bg/he-histo.dat +0 -0
  17. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/benchmarks_and_tests/test_01_gauss_bg/nf_input.yaml +0 -0
  18. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/benchmarks_and_tests/test_03_4gauss_bg/he-histo.dat +0 -0
  19. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/benchmarks_and_tests/test_03_4gauss_bg/nf_input.yaml +0 -0
  20. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/cmake/resman.cmake +0 -0
  21. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/cmake/write_manifest.cmake +0 -0
  22. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/README.md +0 -0
  23. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK/he-histo.dat +0 -0
  24. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK/nf_input.yaml +0 -0
  25. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/he-histo.dat +0 -0
  26. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/nf_input.yaml +0 -0
  27. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/he-histo.dat +0 -0
  28. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/nf_input.yaml +0 -0
  29. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/README.txt +0 -0
  30. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_hard_writing/he-histo.dat +0 -0
  31. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_hard_writing/nf_input.yaml +0 -0
  32. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_input/he-histo.dat +0 -0
  33. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_input/nf_input.yaml +0 -0
  34. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_points_file/he-histo.dat +0 -0
  35. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_points_file/nf_input.yaml +0 -0
  36. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_stat/he-histo.dat +0 -0
  37. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/internal_func_no_stat/nf_input.yaml +0 -0
  38. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/latex_func_input/he-histo.dat +0 -0
  39. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/latex_func_input/nf_input.yaml +0 -0
  40. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/legacy_func_input/he-histo.dat +0 -0
  41. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/01_simple_example/legacy_func_input/nf_input.yaml +0 -0
  42. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/README.txt +0 -0
  43. {nested_fit-5.6.8.dev125 → 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
  44. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/02_error_bars_data/nf_input.yaml +0 -0
  45. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/he-histo.dat +0 -0
  46. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
  47. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/he-histo.dat +0 -0
  48. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/nf_input.yaml +0 -0
  49. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/he-histo.dat +0 -0
  50. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
  51. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/he-histo.dat +0 -0
  52. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/nf_input.yaml +0 -0
  53. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/README.txt +0 -0
  54. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/he-histo.dat +0 -0
  55. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/nf_input.yaml +0 -0
  56. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/he-histo.dat +0 -0
  57. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/nf_input.yaml +0 -0
  58. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/he-histo.dat +0 -0
  59. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/nf_input.yaml +0 -0
  60. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/he-histo.dat +0 -0
  61. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/nf_input.yaml +0 -0
  62. {nested_fit-5.6.8.dev125 → 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
  63. {nested_fit-5.6.8.dev125 → 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
  64. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/latex_func_input/nf_input.yaml +0 -0
  65. {nested_fit-5.6.8.dev125 → 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
  66. {nested_fit-5.6.8.dev125 → 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
  67. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/nf_input.yaml +0 -0
  68. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/README.txt +0 -0
  69. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/nf_input.yaml +0 -0
  70. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/05_data_2D/test_matrix.dat +0 -0
  71. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/ginterp.csv +0 -0
  72. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/interp.csv +0 -0
  73. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/nf_input.yaml +0 -0
  74. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/data_analysis/06_interpolation_function/pynf_interp.ipynb +0 -0
  75. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/function_integration/07_func_GAUSS/hard_writing/nf_input.yaml +0 -0
  76. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/function_integration/07_func_GAUSS/no_hard_writing/nf_input.yaml +0 -0
  77. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/function_integration/08_func_EGGBOX/nf_input.yaml +0 -0
  78. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/pandas_extended_analysis-checkpoint.ipynb +0 -0
  79. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/.ipynb_checkpoints/simple_analysis_visu-checkpoint.ipynb +0 -0
  80. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ17/nf_input.yaml +0 -0
  81. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ3/nf_input.yaml +0 -0
  82. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7/nf_input.yaml +0 -0
  83. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/LJ7_norm/nf_input.yaml +0 -0
  84. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/exploring_potentials.ipynb +0 -0
  85. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pandas_extended_analysis.ipynb +0 -0
  86. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/pynf_interp.ipynb +0 -0
  87. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb +0 -0
  88. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_1gauss_bg/he-histo.dat +0 -0
  89. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_1gauss_bg/nf_input.yaml +0 -0
  90. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_2gauss_bg/he-histo.dat +0 -0
  91. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_2gauss_bg/nf_input.yaml +0 -0
  92. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/he-histo-checkpoint.dat +0 -0
  93. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.dat +0 -0
  94. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.yaml +0 -0
  95. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/he-histo.dat +0 -0
  96. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_3gauss_bg/nf_input.yaml +0 -0
  97. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_4gauss_bg/he-histo.dat +0 -0
  98. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/res_4gauss_bg/nf_input.yaml +0 -0
  99. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/README.txt +0 -0
  100. {nested_fit-5.6.8.dev125 → 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
  101. {nested_fit-5.6.8.dev125 → 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
  102. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_datafiles/nf_input.yaml +0 -0
  103. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/set_of_files_analysis.ipynb +0 -0
  104. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_analysis_visu.ipynb +0 -0
  105. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/jupyter_notebooks/simple_visualisation.ipynb +0 -0
  106. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/native_functions/example.cpp +0 -0
  107. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/native_functions/example.f90 +0 -0
  108. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_energy.txt +0 -0
  109. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
  110. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_energy.txt +0 -0
  111. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
  112. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
  113. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
  114. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/.DS_Store +0 -0
  115. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/ICFO2024_nested_fit_tutorial.ipynb +0 -0
  116. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/res_1gauss_bg/he-histo.dat +0 -0
  117. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercices_ICFO/res_1gauss_bg/nf_input.yaml +0 -0
  118. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/exercises_quantitative_xray_spectroscopy.ipynb +0 -0
  119. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1000_counts/c_U_1000_counts.dat +0 -0
  120. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_100s/c_U_100s.dat +0 -0
  121. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/c_U_1s.dat +0 -0
  122. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/with_U_1s/nf_input.dat +0 -0
  123. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_100k_counts/s_U_100000_counts.dat +0 -0
  124. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_1M_counts/nf_input.dat +0 -0
  125. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/exercises_QXRA/without_U_1M_counts/s_U_1000000_counts.dat +0 -0
  126. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/README.txt +0 -0
  127. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/nf_input.dat +0 -0
  128. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise1_piN_sampling/piN-sum.dat +0 -0
  129. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/README.txt +0 -0
  130. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/nf_input.dat +0 -0
  131. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/piN-sum.dat +0 -0
  132. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise2_pN_evidence/results_2000lp.txt +0 -0
  133. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise3_He-like_U_from_scratch/README.txt +0 -0
  134. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise3_He-like_U_from_scratch/he-histo.dat +0 -0
  135. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/README.txt +0 -0
  136. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/he-histo.dat +0 -0
  137. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise4_He-like_U_clusters/nf_input.dat +0 -0
  138. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/README.txt +0 -0
  139. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/he-histo.dat +0 -0
  140. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/install.sh +0 -0
  141. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/SOURCES.txt +0 -0
  142. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/dependency_links.txt +0 -0
  143. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/entry_points.txt +0 -0
  144. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/requires.txt +0 -0
  145. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nested_fit.egg-info/top_level.txt +0 -0
  146. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/nf_input.yaml +0 -0
  147. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/cliw.py +0 -0
  148. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/evaluator.py +0 -0
  149. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/nested_res.py +0 -0
  150. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/nested_run.py +0 -0
  151. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/utils.py +0 -0
  152. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/__init__.py +0 -0
  153. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/bar.py +0 -0
  154. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/errorui.py +0 -0
  155. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/hfinder.py +0 -0
  156. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/plot.py +0 -0
  157. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/timer.py +0 -0
  158. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/pynested_fit/widgets/var.py +0 -0
  159. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/setup.cfg +0 -0
  160. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/setup.py +0 -0
  161. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/curfit.f +0 -0
  162. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpback.f +0 -0
  163. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpbspl.f +0 -0
  164. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpchec.f +0 -0
  165. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpcurf.f +0 -0
  166. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpdisc.f +0 -0
  167. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpgivs.f +0 -0
  168. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fpknot.f +0 -0
  169. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprati.f +0 -0
  170. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/fprota.f +0 -0
  171. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/DIERCKX/splev.f +0 -0
  172. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Makefile +0 -0
  173. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_array_tries.f90 +0 -0
  174. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_cluster_analysis.f90 +0 -0
  175. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_covariance_matrix.f90 +0 -0
  176. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_input_parse.f90 +0 -0
  177. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_integrated_func.f90 +0 -0
  178. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_interpolate.f90 +0 -0
  179. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_jsonio.f90 +0 -0
  180. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_likelihood.f90 +0 -0
  181. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_likelihood_gen.f90 +0 -0
  182. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_logger.f90 +0 -0
  183. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_math.f90 +0 -0
  184. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_metadata.f90.in +0 -0
  185. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_options.f90 +0 -0
  186. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_parameters.f90 +0 -0
  187. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_perfprof.f90 +0 -0
  188. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_potentials.f90 +0 -0
  189. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_search_new_point.f90 +0 -0
  190. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_timestamp.f90 +0 -0
  191. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/Mod_userfcn.f90 +0 -0
  192. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/dpsort.f +0 -0
  193. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/fdump.f +0 -0
  194. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/i1mach.f +0 -0
  195. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/j4save.f +0 -0
  196. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xercnt.f +0 -0
  197. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xerhlt.f +0 -0
  198. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xermsg.f +0 -0
  199. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xerprn.f +0 -0
  200. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xersve.f +0 -0
  201. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/SLATEC/xgetua.f +0 -0
  202. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/USERFCN.f +0 -0
  203. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/USERFCN_2D.f90 +0 -0
  204. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/USERFCN_SET.f +0 -0
  205. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/cli/argparse.f90 +0 -0
  206. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/funceval/auto_func.f90 +0 -0
  207. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/funceval/native_parser.cpp +0 -0
  208. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/functions/WOFZ.f +0 -0
  209. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/functions/internal.tex +0 -0
  210. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/functions/internal_funcs.f90 +0 -0
  211. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/console.cpp +0 -0
  212. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/halt.f90 +0 -0
  213. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/hash.f90 +0 -0
  214. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/int_stack.f90 +0 -0
  215. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/resman.cpp.in +0 -0
  216. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/rmhex.cpp +0 -0
  217. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/strutil.f90 +0 -0
  218. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/helper/utils.cpp +0 -0
  219. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/init_interpolation.f +0 -0
  220. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/nested_fit.f90 +0 -0
  221. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/nested_sampling.f90 +0 -0
  222. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/rinteg.f +0 -0
  223. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/src/shirley_fitpack.f90 +0 -0
  224. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/test/CMakeLists.txt +0 -0
  225. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/test/README.md +0 -0
  226. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/test/str.f90 +0 -0
  227. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/test/test.f90 +0 -0
  228. {nested_fit-5.6.8.dev125 → nested_fit-5.6.8.dev127}/tmp/.nf_input.yaml.~6ff749be +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.8.dev125
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
@@ -447,6 +448,8 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
447
448
 
448
449
  The present version is 5.6.8\
449
450
  New features:
451
+ - New 2D Lennard-Jones functions added
452
+ - New benchmark notebook available
450
453
  - New function to visualizing the capacty heat for POTENTIAL calculations
451
454
  - Latex input support for compound variable names (i.e. x_{sub})
452
455
  - PyPI available development builds
@@ -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
@@ -422,6 +423,8 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
422
423
 
423
424
  The present version is 5.6.8\
424
425
  New features:
426
+ - New 2D Lennard-Jones functions added
427
+ - New benchmark notebook available
425
428
  - New function to visualizing the capacty heat for POTENTIAL calculations
426
429
  - Latex input support for compound variable names (i.e. x_{sub})
427
430
  - PyPI available development builds
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nested_fit
3
- Version: 5.6.8.dev125
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
@@ -447,6 +448,8 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
447
448
 
448
449
  The present version is 5.6.8\
449
450
  New features:
451
+ - New 2D Lennard-Jones functions added
452
+ - New benchmark notebook available
450
453
  - New function to visualizing the capacty heat for POTENTIAL calculations
451
454
  - Latex input support for compound variable names (i.e. x_{sub})
452
455
  - PyPI available development builds
@@ -84,11 +84,11 @@ if get_env_type() == 'IPython':
84
84
  vgrid.add_row(ipython_header_grid)
85
85
  vgrid.add_row(ipython_header)
86
86
  rprint(RPanel(vgrid, title=f'Welcome to {__package__}', expand=False))
87
+ del ipython_header
87
88
 
88
89
  # Clean the namespace
89
90
  del get_env_type
90
91
  del logging
91
92
  del RichHandler
92
93
  del rich_traceback
93
- # del ipython_header
94
94
  del rprint
@@ -2,6 +2,7 @@ from importlib.metadata import version as imp_version
2
2
  from configparser import ConfigParser
3
3
  from subprocess import check_output
4
4
  import sys
5
+ import os
5
6
 
6
7
  __version__ = imp_version('nested_fit')
7
8
 
@@ -10,8 +11,13 @@ __version__ = imp_version('nested_fit')
10
11
  # Other wise default to unknown features status
11
12
  def parse_features():
12
13
  try:
13
- nf_cache_folder = check_output([f'nested_fit{__version__}', '--cache-location'])
14
- except Exception:
14
+ exe = os.path.join(os.path.dirname(__file__), f'nested_fit{__version__}')
15
+ print(__version__)
16
+ print(exe)
17
+ nf_cache_folder = check_output([f'{exe}', '--cache-location'])
18
+ print(nf_cache_folder)
19
+ except Exception as e:
20
+ print(e)
15
21
  return ('Unknown', 'Unknown')
16
22
  nf_cache_folder = nf_cache_folder.decode('utf-8').strip()
17
23
  config = ConfigParser()
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nested_fit"
7
- version = "5.6.8.dev125"
7
+ version = "5.6.8.dev127"
8
8
  description = "The nested_fit package."
9
9
  readme = "README.md"
10
10
 
@@ -65,7 +65,7 @@ archs = ["x86_64", "arm64"]
65
65
  archs = ["x86_64"]
66
66
 
67
67
  [tool.setuptools_scm]
68
- fallback_version = "5.6.8.dev125"
68
+ fallback_version = "5.6.8.dev127"
69
69
 
70
70
  [options]
71
71
  python_requires = ">=3.8"
@@ -23,6 +23,7 @@
23
23
  #include <cassert>
24
24
  #include <fstream>
25
25
  #include <sstream>
26
+ #include <functional>
26
27
 
27
28
  #ifdef PPROF
28
29
  #include <public/tracy/Tracy.hpp>