rock-physics-open 0.1.2__tar.gz → 0.2.0__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.

Potentially problematic release.


This version of rock-physics-open might be problematic. Click here for more details.

Files changed (291) hide show
  1. rock_physics_open-0.2.0/.github/release-please-manifest.json +1 -0
  2. rock_physics_open-0.1.2/.github/workflows/publish-pypi.yaml → rock_physics_open-0.2.0/.github/workflows/on-push-main.yaml +28 -12
  3. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/release-please.yaml +3 -0
  4. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/test.yaml +3 -2
  5. rock_physics_open-0.2.0/CHANGELOG.md +45 -0
  6. {rock_physics_open-0.1.2/src/rock_physics_open.egg-info → rock_physics_open-0.2.0}/PKG-INFO +8 -6
  7. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/README.md +5 -5
  8. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/pyproject.toml +2 -0
  9. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/compare_snapshots.py +5 -4
  10. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/snapshots.py +17 -9
  11. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/oil_properties.py +13 -11
  12. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/co2_properties.py +11 -5
  13. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/version.py +2 -2
  14. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0/src/rock_physics_open.egg-info}/PKG-INFO +8 -6
  15. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/SOURCES.txt +2 -3
  16. rock_physics_open-0.1.2/.github/workflows/on-push-main.yaml +0 -22
  17. rock_physics_open-0.1.2/.release-please-manifest.json +0 -1
  18. rock_physics_open-0.1.2/CHANGELOG.md +0 -24
  19. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/CODEOWNERS +0 -0
  20. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/dependabot.yaml +0 -0
  21. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0/.github}/release-please-config.json +0 -0
  22. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/lint-and-format.yaml +0 -0
  23. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/on-pull-request.yaml +0 -0
  24. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.gitignore +0 -0
  25. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.pre-commit-config.yaml +0 -0
  26. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/CONTRIBUTING.md +0 -0
  27. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/LICENSE +0 -0
  28. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/SECURITY.md +0 -0
  29. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/pytest.ini +0 -0
  30. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/setup.cfg +0 -0
  31. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/__init__.py +0 -0
  32. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/__init__.py +0 -0
  33. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/__init__.py +0 -0
  34. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/anisotropy.py +0 -0
  35. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/__init__.py +0 -0
  36. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/class_stats.py +0 -0
  37. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/lin_class.py +0 -0
  38. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/mahal_class.py +0 -0
  39. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/norm_class.py +0 -0
  40. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/poly_class.py +0 -0
  41. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/post_prob.py +0 -0
  42. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/two_step_classification.py +0 -0
  43. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/conversions.py +0 -0
  44. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/__init__.py +0 -0
  45. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/dict_to_float.py +0 -0
  46. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/dim_check_vector.py +0 -0
  47. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/filter_input.py +0 -0
  48. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/filter_output.py +0 -0
  49. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/__init__.py +0 -0
  50. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/dummy_vars.py +0 -0
  51. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/exponential_model.py +0 -0
  52. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/import_ml_models.py +0 -0
  53. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/run_regression.py +0 -0
  54. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/sigmoidal_model.py +0 -0
  55. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/__init__.py +0 -0
  56. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/__init__.py +0 -0
  57. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/backus_ave.py +0 -0
  58. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/dvorkin_nur.py +0 -0
  59. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/gassmann.py +0 -0
  60. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/hashin_shtrikman.py +0 -0
  61. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/hertz_mindlin.py +0 -0
  62. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/moduli_velocity.py +0 -0
  63. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/reflection_eq.py +0 -0
  64. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/rho.py +0 -0
  65. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/voigt_reuss_hill.py +0 -0
  66. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/walton.py +0 -0
  67. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/wood_brie.py +0 -0
  68. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/Equinor_logo.gif +0 -0
  69. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/Equinor_logo.ico +0 -0
  70. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/__init__.py +0 -0
  71. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/display_result_statistics.py +0 -0
  72. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_dry_mod.py +0 -0
  73. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_mod.py +0 -0
  74. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_sub_mod.py +0 -0
  75. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/hs_average.py +0 -0
  76. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/pressure.py +0 -0
  77. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/reflectivity.py +0 -0
  78. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/timeshift.py +0 -0
  79. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/vp_vs_rho_set_statistics.py +0 -0
  80. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/vrh_3_min.py +0 -0
  81. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/__init__.py +0 -0
  82. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/brine_model/__init__.py +0 -0
  83. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/brine_model/brine_properties.py +0 -0
  84. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/gas_model/__init__.py +0 -0
  85. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/gas_model/gas_properties.py +0 -0
  86. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/__init__.py +0 -0
  87. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/dead_oil_density.py +0 -0
  88. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/dead_oil_velocity.py +0 -0
  89. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/live_oil_density.py +0 -0
  90. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/live_oil_velocity.py +0 -0
  91. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/oil_bubble_point.py +0 -0
  92. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/__init__.py +0 -0
  93. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/cemented_shalysand_sandyshale_models.py +0 -0
  94. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/constant_cement_models.py +0 -0
  95. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/constant_cement_optimisation.py +0 -0
  96. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/contact_cement_model.py +0 -0
  97. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/curvefit_sandstone_models.py +0 -0
  98. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/friable_models.py +0 -0
  99. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/friable_optimisation.py +0 -0
  100. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/friable_shalysand_sandyshale_models.py +0 -0
  101. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/patchy_cement_fluid_substitution_model.py +0 -0
  102. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/patchy_cement_model.py +0 -0
  103. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/patchy_cement_optimisation.py +0 -0
  104. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/unresolved_cemented_sandshale_models.py +0 -0
  105. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/unresolved_friable_sandshale_models.py +0 -0
  106. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/__init__.py +0 -0
  107. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/dem.py +0 -0
  108. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/dem_dual_por.py +0 -0
  109. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/kus_tok.py +0 -0
  110. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/multi_sca.py +0 -0
  111. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/pq.py +0 -0
  112. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/sca.py +0 -0
  113. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/shale4_mineral.py +0 -0
  114. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/shale4_mineral_dem_overlay.py +0 -0
  115. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/__init__.py +0 -0
  116. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/coefficients.py +0 -0
  117. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/equations.py +0 -0
  118. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/tables/__init__.py +0 -0
  119. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/tables/carbon_dioxide_density.npz +0 -0
  120. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/tables/lookup_table.py +0 -0
  121. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/Equinor_logo.ico +0 -0
  122. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/__init__.py +0 -0
  123. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/carbonate_pressure_substitution.py +0 -0
  124. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/curvefit_t_matrix_exp.py +0 -0
  125. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/curvefit_t_matrix_min.py +0 -0
  126. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/opt_subst_utilities.py +0 -0
  127. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/parse_t_matrix_inputs.py +0 -0
  128. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/run_t_matrix.py +0 -0
  129. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_C.py +0 -0
  130. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_opt_fluid_sub_exp.py +0 -0
  131. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_opt_fluid_sub_petec.py +0 -0
  132. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_opt_forward_model_exp.py +0 -0
  133. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_opt_forward_model_min.py +0 -0
  134. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_parameter_optimisation_exp.py +0 -0
  135. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_parameter_optimisation_min.py +0 -0
  136. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/__init__.py +0 -0
  137. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/array_functions.py +0 -0
  138. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_c_eff.py +0 -0
  139. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_isolated.py +0 -0
  140. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd.py +0 -0
  141. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd_eff.py +0 -0
  142. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd_uuv.py +0 -0
  143. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_pressure.py +0 -0
  144. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_t.py +0 -0
  145. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_td.py +0 -0
  146. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_theta.py +0 -0
  147. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_x.py +0 -0
  148. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_z.py +0 -0
  149. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/check_and_tile.py +0 -0
  150. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/g_tensor.py +0 -0
  151. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/iso_av.py +0 -0
  152. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/iso_ave_all.py +0 -0
  153. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/pressure_input.py +0 -0
  154. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/t_matrix_vec.py +0 -0
  155. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/t_matrix_vector/velocity_vti_angles.py +0 -0
  156. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/tmatrix_python.dll +0 -0
  157. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/tmatrix_python.so +0 -0
  158. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/__init__.py +0 -0
  159. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/gen_ternary_plot.py +0 -0
  160. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/shale_prop_ternary.py +0 -0
  161. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/ternary_patches.py +0 -0
  162. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/ternary_plot_utilities.py +0 -0
  163. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/unconventionals_ternary.py +0 -0
  164. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/dependency_links.txt +0 -0
  165. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/requires.txt +0 -0
  166. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/top_level.txt +0 -0
  167. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/__init__.py +0 -0
  168. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/__init__.py +0 -0
  169. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_class_stats.py +0 -0
  170. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_lin_class.py +0 -0
  171. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_mahal_class.py +0 -0
  172. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_norm_class.py +0 -0
  173. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_poly_class.py +0 -0
  174. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_two_step_class.py +0 -0
  175. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/config.py +0 -0
  176. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/conftest.py +0 -0
  177. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/.gitattributes +0 -0
  178. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/exp_opt_param.pkl +0 -0
  179. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/exp_opt_param_test.pkl +0 -0
  180. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/petec_opt_param.pkl +0 -0
  181. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/petec_opt_param_test.pkl +0 -0
  182. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/sandstone_optimisation.csv +0 -0
  183. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/test_well.csv +0 -0
  184. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/tmatrix_test_data.csv +0 -0
  185. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/__init__.py +0 -0
  186. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_density.npz +0 -0
  187. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_properties.npz +0 -0
  188. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_velocity.npz +0 -0
  189. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_density.npz +0 -0
  190. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_properties.npz +0 -0
  191. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_velocity.npz +0 -0
  192. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_gas_properties_test_gas_properties.npz +0 -0
  193. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_oil_properties_test_live_oil_density.npz +0 -0
  194. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_oil_properties_test_live_oil_velocity.npz +0 -0
  195. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/snapshots/test_oil_properties_test_oil_prop.npz +0 -0
  196. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_brine_properties.py +0 -0
  197. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_gas_properties.py +0 -0
  198. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_oil_properties.py +0 -0
  199. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/__init__.py +0 -0
  200. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_dict_to_float.py +0 -0
  201. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_dim_check_vector.py +0 -0
  202. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_filter_input.py +0 -0
  203. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_filter_output.py +0 -0
  204. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/__init__.py +0 -0
  205. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model.npz +0 -0
  206. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_dry.npz +0 -0
  207. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_high_phi.npz +0 -0
  208. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_high_phi_extrapolate.npz +0 -0
  209. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_contact_cement_model_test_contact_cement_model.npz +0 -0
  210. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_friable_models_test_friable_model.npz +0 -0
  211. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_friable_models_test_friable_model_dry.npz +0 -0
  212. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_cem_frac.npz +0 -0
  213. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_cem_frac_snap.npz +0 -0
  214. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_no_change.npz +0 -0
  215. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_weight.npz +0 -0
  216. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_weight_snap.npz +0 -0
  217. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_cem_frac.npz +0 -0
  218. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_exceed_phi_extrapolate.npz +0 -0
  219. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_weight.npz +0 -0
  220. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_constant_cement_optimisation.npz +0 -0
  221. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_friable_optimisation.npz +0 -0
  222. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_patchy_cement_optimisation.npz +0 -0
  223. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_sandy_shale_models_test_cemented_sandy_shale_model.npz +0 -0
  224. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_sandy_shale_models_test_friable_sandy_shale_model.npz +0 -0
  225. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_unresolved_models_test_unresolved_cemented_sand_shale_model.npz +0 -0
  226. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/snapshots/test_unresolved_models_test_unresolved_friable_sand_shale_model.npz +0 -0
  227. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_constant_cement_model.py +0 -0
  228. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_contact_cement_model.py +0 -0
  229. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_friable_models.py +0 -0
  230. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_patchy_cement_fluid_sub_model.py +0 -0
  231. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_sandstone_optimisation.py +0 -0
  232. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_sandy_shale_models.py +0 -0
  233. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_unresolved_models.py +0 -0
  234. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/__init__.py +0 -0
  235. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_4_min_model.npz +0 -0
  236. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_4_min_overlay_model.npz +0 -0
  237. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_dual_por_model.npz +0 -0
  238. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_model.npz +0 -0
  239. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_kus_tok_model_test_kus_tok_model.npz +0 -0
  240. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_sca_models_test_multi_sca_model.npz +0 -0
  241. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_sca_models_test_sca_model.npz +0 -0
  242. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/snapshots/test_ternary_plots_test_ternary.npz +0 -0
  243. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_dem_models.py +0 -0
  244. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_kus_tok_model.py +0 -0
  245. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_sca_models.py +0 -0
  246. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_ternary_plots.py +0 -0
  247. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/span_wagner/__init__.py +0 -0
  248. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/span_wagner/snapshots/test_co2_properties_test_co2_properties.npz +0 -0
  249. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/span_wagner/test_co2_properties.py +0 -0
  250. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/__init__.py +0 -0
  251. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_backus_average.py +0 -0
  252. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_dvorkin_nur.py +0 -0
  253. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_gassmann.py +0 -0
  254. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_hashin_shtrikman.py +0 -0
  255. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_hertz_mindlin.py +0 -0
  256. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_moduli_velocity.py +0 -0
  257. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_reflectivity.py +0 -0
  258. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_rho.py +0 -0
  259. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_voigt_reuss_hill.py +0 -0
  260. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_walton.py +0 -0
  261. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_wood_brie.py +0 -0
  262. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/__init__.py +0 -0
  263. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_test_run_t_matrix.npz +0 -0
  264. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_test_run_t_matrix_porosity_vectorised.npz +0 -0
  265. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_opt_forward_model_exp.npz +0 -0
  266. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_opt_forward_model_petec.npz +0 -0
  267. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_with_opt_params_exp.npz +0 -0
  268. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_with_opt_params_petec.npz +0 -0
  269. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_t_matrix_c_test_t_matrix_c.npz +0 -0
  270. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_t_matrix_c_test_t_matrix_vectorised.npz +0 -0
  271. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_optimisation_part.npz +0 -0
  272. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_t_matrix_opt_params_exp.npz +0 -0
  273. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_t_matrix_opt_params_petec.npz +0 -0
  274. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_opt_param_to_ascii.py +0 -0
  275. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_run_t_matrix.py +0 -0
  276. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_run_t_matrix_with_opt_params.py +0 -0
  277. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_t_matrix_c.py +0 -0
  278. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_t_matrix_optimisation.py +0 -0
  279. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/__init__.py +0 -0
  280. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/multi_vp_vs_rho_stats.csv +0 -0
  281. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann.npz +0 -0
  282. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann_dry.npz +0 -0
  283. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann_sub.npz +0 -0
  284. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/vp_vs_rho_stats.csv +0 -0
  285. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_gassmann.py +0 -0
  286. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_hs_average.py +0 -0
  287. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_pressure.py +0 -0
  288. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_reflectivity.py +0 -0
  289. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_time_shift.py +0 -0
  290. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_vp_vs_rho_stats.py +0 -0
  291. {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_vrh_3_min.py +0 -0
@@ -0,0 +1 @@
1
+ {".":"0.2.0"}
@@ -1,35 +1,50 @@
1
- name: Publish to PyPI
1
+ name: push to main branch
2
+
2
3
  on:
3
- workflow_call:
4
- workflow_dispatch:
4
+ push:
5
+ branches:
6
+ - main
5
7
 
6
8
  jobs:
9
+ lint-and-format:
10
+ uses: ./.github/workflows/lint-and-format.yaml
11
+
12
+ test:
13
+ uses: ./.github/workflows/test.yaml
14
+
15
+ release-please:
16
+ needs: test
17
+ uses: ./.github/workflows/release-please.yaml
18
+
7
19
  build:
8
- name: Build wheels
20
+ name: Build for publishing
21
+ if: ${{ needs.release-please.outputs.release_created }}
22
+ needs: release-please
9
23
  runs-on: ubuntu-latest
10
-
11
24
  steps:
12
- - uses: actions/checkout@v4
25
+ - name: Checkout
26
+ uses: actions/checkout@v4
13
27
  with:
14
28
  fetch-depth: 0
15
29
 
16
- - uses: actions/setup-python@v5
30
+ - name: Setup Python
31
+ uses: actions/setup-python@v5
17
32
  with:
18
33
  python-version: 3.11
19
34
 
20
- - name: Build wheels
35
+ - name: Build
21
36
  run: |
22
37
  pip install build
23
38
  python -m build
24
39
 
25
- - name: Upload wheels to workflow assets
40
+ - name: Upload Artifact
26
41
  uses: actions/upload-artifact@v4
27
42
  with:
28
43
  name: distribution
29
44
  path: dist/
30
45
 
31
46
  publish:
32
- name: Publish release to PyPI
47
+ name: Publish to PyPI
33
48
  needs: build
34
49
  runs-on: ubuntu-latest
35
50
  environment:
@@ -39,11 +54,12 @@ jobs:
39
54
  id-token: write # required for Trusted Publishing to PyPI
40
55
 
41
56
  steps:
42
- - uses: actions/download-artifact@v4
57
+ - name: Download Artifact
58
+ uses: actions/download-artifact@v4
43
59
  with:
44
60
  name: distribution
45
61
  path: dist/
46
62
  merge-multiple: true
47
63
 
48
- - name: Publish package distributions to PyPI
64
+ - name: Publish to PyPI
49
65
  uses: pypa/gh-action-pypi-publish@release/v1
@@ -18,5 +18,8 @@ jobs:
18
18
  steps:
19
19
  - uses: googleapis/release-please-action@v4
20
20
  id: release
21
+ with:
22
+ config-file: .github/release-please-config.json
23
+ manifest-file: .github/release-please-manifest.json
21
24
  outputs:
22
25
  release_created: ${{ steps.release.outputs.release_created }}
@@ -9,6 +9,7 @@ jobs:
9
9
  strategy:
10
10
  fail-fast: false
11
11
  matrix:
12
+ python-version: ["3.11", "3.12"]
12
13
  config:
13
14
  - {
14
15
  artifact: "Windows-MSVC",
@@ -32,7 +33,7 @@ jobs:
32
33
  }
33
34
 
34
35
  runs-on: ${{ matrix.config.os }}
35
- name: ${{ matrix.config.artifact }} (${{ matrix.config.os }}, ${{ matrix.config.cc }}/${{ matrix.config.cxx }})
36
+ name: ${{ matrix.config.artifact }} (${{ matrix.config.os }}, ${{ matrix.config.cc }}/${{ matrix.config.cxx }}) - ${{ matrix.python-version }}
36
37
  steps:
37
38
  - name: Checkout
38
39
  uses: actions/checkout@v4
@@ -40,7 +41,7 @@ jobs:
40
41
  - name: Setup Python
41
42
  uses: actions/setup-python@v5
42
43
  with:
43
- python-version: 3.11
44
+ python-version: ${{ matrix.python-version }}
44
45
 
45
46
  - name: Upgrade Pip
46
47
  run: pip install --upgrade pip
@@ -0,0 +1,45 @@
1
+ # Changelog
2
+
3
+ ## [0.2.0](https://github.com/equinor/rock-physics-open/compare/v0.1.3...v0.2.0) (2025-06-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * add support for Python 3.12 ([1de7cb3](https://github.com/equinor/rock-physics-open/commit/1de7cb318cbd0b8e01e54de1f8e9842ae32a4e17))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * make get_snapshot_name more robust in search for calling function ([#31](https://github.com/equinor/rock-physics-open/issues/31)) ([e9e9ebd](https://github.com/equinor/rock-physics-open/commit/e9e9ebd8d9d101fa2a2bdd924f6f12be73476de7))
14
+
15
+ ## [0.1.3](https://github.com/equinor/rock-physics-open/compare/v0.1.2...v0.1.3) (2025-05-13)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * remove local version for scm ([d299b64](https://github.com/equinor/rock-physics-open/commit/d299b64c6cc6a75e0a17dabf105e0446be42a81d))
21
+ * initiate standardization of names for input parameters ([#25](https://github.com/equinor/rock-physics-open/issues/25)) ([3d505e3](https://github.com/equinor/rock-physics-open/commit/3d505e39e5e8130dcb9a16bf67fa22c96d47768a))
22
+ * standardize names of input parameters ([#27](https://github.com/equinor/rock-physics-open/issues/27)) ([55126fd](https://github.com/equinor/rock-physics-open/commit/55126fd8e2f3d51c9baad3fb5f55a6a2e0499c38))
23
+
24
+ ## [0.1.2](https://github.com/equinor/rock-physics-open/compare/v0.1.1...v0.1.2) (2025-05-09)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * avoid building deps wheels ([e188e9d](https://github.com/equinor/rock-physics-open/commit/e188e9d84d95bad08040dff5411b020c0af1426d))
30
+ * check release please output ([275f13e](https://github.com/equinor/rock-physics-open/commit/275f13e018af560d5459e8ac779825de517f0feb))
31
+ * use id for step to catch output value ([681c5e3](https://github.com/equinor/rock-physics-open/commit/681c5e3e36fd90dfc43c704a3298688ea6745e05))
32
+
33
+ ## [0.1.1](https://github.com/equinor/rock-physics-open/compare/v0.1.0...v0.1.1) (2025-05-09)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * use pip wheel to build wheels ([7c7b9f4](https://github.com/equinor/rock-physics-open/commit/7c7b9f405309ad8be3c76f91028260936d842b05))
39
+
40
+ ## 0.1.0 (2025-05-08)
41
+
42
+
43
+ ### Features
44
+
45
+ * initial release ([1ecc1c2](https://github.com/equinor/rock-physics-open/commit/1ecc1c2f0bff534bcdc007d4951865c4c37d5435))
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rock_physics_open
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: Equinor Rock Physics Module
5
5
  Author-email: Harald Flesche <hfle@equinor.com>, Eivind Jahren <ejah@equinor.com>, Jimmy Zurcher <jiz@equinor.com>
6
6
  Maintainer-email: Harald Flesche <hfle@equinor.com>, Eirik Ola Aksnes <eoaksnes@equinor.com>, Christopher Collin Løkken <chcl@equinor.com>, Sivert Utne <sutn@equinor.com>
7
7
  Project-URL: Repository, https://github.com/equinor/rock-physics-open
8
8
  Project-URL: Homepage, https://github.com/equinor/rock-physics-open
9
+ Project-URL: Changelog, https://github.com/equinor/rock-physics-open/blob/main/CHANGELOG.md
9
10
  Keywords: energy,subsurface,seismic,rock physics,scientific,engineering
10
11
  Classifier: Intended Audience :: Science/Research
11
12
  Classifier: Topic :: Scientific/Engineering
@@ -14,6 +15,7 @@ Classifier: Topic :: Software Development :: Libraries
14
15
  Classifier: Topic :: Utilities
15
16
  Classifier: Operating System :: POSIX :: Linux
16
17
  Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
17
19
  Classifier: Natural Language :: English
18
20
  Requires-Python: >=3.11
19
21
  Description-Content-Type: text/markdown
@@ -34,7 +36,7 @@ Dynamic: license-file
34
36
 
35
37
  <div align="center">
36
38
 
37
- # rock_physics_open
39
+ # rock-physics-open
38
40
 
39
41
  [![License: LGPL v3][license-badge]][license]
40
42
  [![SCM Compliance][scm-compliance-badge]][scm-compliance]
@@ -67,10 +69,10 @@ definition of equations and other utilities.
67
69
 
68
70
  ## Installation
69
71
 
70
- This module can be installed through PyPi with:
72
+ This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
71
73
 
72
74
  ```sh
73
- pip install rock_physics_open
75
+ pip install rock-physics-open
74
76
  ```
75
77
 
76
78
  Alternatively, you can update the dependencies in your `pyproject.toml` file:
@@ -78,14 +80,14 @@ Alternatively, you can update the dependencies in your `pyproject.toml` file:
78
80
  <!-- x-release-please-start-version -->
79
81
  ```toml
80
82
  dependencies = [
81
- "rock_physics_open == 0.1.2",
83
+ "rock-physics-open == 0.2.0",
82
84
  ]
83
85
  ```
84
86
  <!-- x-release-please-end-version -->
85
87
 
86
88
  <!-- External Links -->
87
89
  [scm-compliance]: https://developer.equinor.com/governance/scm-policy/
88
- [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/7ace9d61-dd9d-46b6-901d-f0f008fef142/badge
90
+ [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/rock-physics-open/badge
89
91
  [license]: https://www.gnu.org/licenses/lgpl-3.0
90
92
  [license-badge]: https://img.shields.io/badge/License-LGPL_v3-blue.svg
91
93
  [on-push-main-action]: https://github.com/equinor/rock-physics-open/actions/workflows/on-push-main.yaml
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- # rock_physics_open
3
+ # rock-physics-open
4
4
 
5
5
  [![License: LGPL v3][license-badge]][license]
6
6
  [![SCM Compliance][scm-compliance-badge]][scm-compliance]
@@ -33,10 +33,10 @@ definition of equations and other utilities.
33
33
 
34
34
  ## Installation
35
35
 
36
- This module can be installed through PyPi with:
36
+ This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
37
37
 
38
38
  ```sh
39
- pip install rock_physics_open
39
+ pip install rock-physics-open
40
40
  ```
41
41
 
42
42
  Alternatively, you can update the dependencies in your `pyproject.toml` file:
@@ -44,14 +44,14 @@ Alternatively, you can update the dependencies in your `pyproject.toml` file:
44
44
  <!-- x-release-please-start-version -->
45
45
  ```toml
46
46
  dependencies = [
47
- "rock_physics_open == 0.1.2",
47
+ "rock-physics-open == 0.2.0",
48
48
  ]
49
49
  ```
50
50
  <!-- x-release-please-end-version -->
51
51
 
52
52
  <!-- External Links -->
53
53
  [scm-compliance]: https://developer.equinor.com/governance/scm-policy/
54
- [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/7ace9d61-dd9d-46b6-901d-f0f008fef142/badge
54
+ [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/rock-physics-open/badge
55
55
  [license]: https://www.gnu.org/licenses/lgpl-3.0
56
56
  [license-badge]: https://img.shields.io/badge/License-LGPL_v3-blue.svg
57
57
  [on-push-main-action]: https://github.com/equinor/rock-physics-open/actions/workflows/on-push-main.yaml
@@ -45,6 +45,7 @@ classifiers = [
45
45
  "Topic :: Utilities",
46
46
  "Operating System :: POSIX :: Linux",
47
47
  "Programming Language :: Python :: 3.11",
48
+ "Programming Language :: Python :: 3.12",
48
49
  "Natural Language :: English",
49
50
  ]
50
51
  dynamic = ["version"]
@@ -69,6 +70,7 @@ tests = [
69
70
  [project.urls]
70
71
  Repository = "https://github.com/equinor/rock-physics-open"
71
72
  Homepage = "https://github.com/equinor/rock-physics-open"
73
+ Changelog = "https://github.com/equinor/rock-physics-open/blob/main/CHANGELOG.md"
72
74
 
73
75
  [tool.ruff]
74
76
  lint.select = [
@@ -11,18 +11,19 @@ from rock_physics_open.equinor_utilities.various_utilities import disp_result_st
11
11
 
12
12
  from .snapshots import get_snapshot_name
13
13
 
14
- DISPLAY_RESULTS = False
15
-
16
14
 
17
15
  def compare_snapshots(
18
16
  test_results: Union[np.ndarray, tuple, DataFrame],
19
17
  saved_results: tuple,
18
+ name_arr=None,
19
+ display_results: bool = False,
20
20
  ) -> bool:
21
21
  test_results = _validate_input(test_results, saved_results)
22
22
 
23
- if DISPLAY_RESULTS:
23
+ if display_results:
24
24
  title = str(inspect.stack()[1].function)
25
- name_arr = [f"arr_{i}" for i in range(len(test_results))]
25
+ if not name_arr:
26
+ name_arr = [f"arr_{i}" for i in range(len(test_results))]
26
27
  disp_result_stats(title, test_results, name_arr)
27
28
 
28
29
  r_tol = 0.01
@@ -1,5 +1,4 @@
1
1
  import inspect
2
- import os
3
2
  from pathlib import Path
4
3
 
5
4
  import numpy as np
@@ -9,7 +8,6 @@ INITIATE = False
9
8
 
10
9
  def get_snapshot_name(step: int = 1, include_snapshot_dir=True) -> str:
11
10
  """
12
-
13
11
  Parameters
14
12
  ----------
15
13
  step: number of steps in the trace to collect information from
@@ -18,15 +16,25 @@ def get_snapshot_name(step: int = 1, include_snapshot_dir=True) -> str:
18
16
  Returns
19
17
  -------
20
18
  name of snapshot file
21
-
22
19
  """
23
- # Get filename and function name of calling function
24
20
  trace = inspect.stack()
25
- dir_name = Path(trace[step].filename).parent.joinpath("snapshots")
26
- file_name = "_".join(
27
- (Path(trace[step].filename).stem, trace[step].function + ".npz")
28
- )
29
- return os.path.join(dir_name, file_name) if include_snapshot_dir else file_name
21
+ for frame in trace[step:]:
22
+ if not any(
23
+ keyword in frame.filename
24
+ for keyword in [
25
+ "pydev",
26
+ "ipython-input",
27
+ "interactiveshell",
28
+ "async_helpers",
29
+ ]
30
+ ):
31
+ break
32
+ else:
33
+ frame = trace[step]
34
+
35
+ dir_name = Path(frame.filename).parent / "snapshots"
36
+ file_name = f"{Path(frame.filename).stem}_{frame.function}.npz"
37
+ return str(dir_name / file_name) if include_snapshot_dir else file_name
30
38
 
31
39
 
32
40
  def store_snapshot(snapshot_name: str, *args: np.ndarray) -> bool:
@@ -10,19 +10,19 @@ from .oil_bubble_point import bp_standing
10
10
 
11
11
 
12
12
  def oil_properties(
13
- temp: np.ndarray | float,
14
- pres: np.ndarray | float,
13
+ temperature: np.ndarray | float,
14
+ pressure: np.ndarray | float,
15
15
  rho0: np.ndarray | float,
16
- gor: np.ndarray | float,
17
- gr: np.ndarray | float,
16
+ gas_oil_ratio: np.ndarray | float,
17
+ gas_gravity: np.ndarray | float,
18
18
  ) -> np.ndarray | float:
19
19
  """
20
- :param temp: Temperature (Celsius) of oil.
21
- :param pres: Pressure (Pa) of oil
20
+ :param temperature: Temperature (Celsius) of oil.
21
+ :param pressure: Pressure (Pa) of oil
22
22
  :param rho0: Density of the oil without dissolved gas at 15.6 degrees Celsius and
23
23
  atmospheric pressure. (kg/m^3)
24
- :param gor: The volume ratio of gas to oil [l/l]
25
- :param gr: Gas Gravity, molar mass of gas relative to air molar mas.
24
+ :param gas_oil_ratio: The volume ratio of gas to oil [l/l]
25
+ :param gas_gravity: Gas Gravity, molar mass of gas relative to air molar mas.
26
26
  :return: vel_oil, den_oil, k_oil
27
27
  """
28
28
  # Since live_oil with gas_oil_ratio=0.0 is not equal to dead oil
@@ -41,9 +41,11 @@ def oil_properties(
41
41
  window = np.clip((np.abs(x) - length / 2) / (length / 2), 0, 1)
42
42
  return 1 - window
43
43
 
44
- loil_den, loil_vel = live_oil(temp, pres, rho0, gor, gr)
45
- doil_den, doil_vel = dead_oil(temp, pres, rho0)
46
- window = triangular_window(gor)
44
+ loil_den, loil_vel = live_oil(
45
+ temperature, pressure, rho0, gas_oil_ratio, gas_gravity
46
+ )
47
+ doil_den, doil_vel = dead_oil(temperature, pressure, rho0)
48
+ window = triangular_window(gas_oil_ratio)
47
49
  den_oil = doil_den * window + (1 - window) * loil_den
48
50
  vel_oil = doil_vel * window + (1 - window) * loil_vel
49
51
  k_oil = vel_oil**2 * den_oil
@@ -1,5 +1,6 @@
1
+ import importlib
2
+
1
3
  import numpy as np
2
- import pkg_resources
3
4
  import scipy.optimize
4
5
  from scipy.interpolate import RegularGridInterpolator
5
6
 
@@ -420,11 +421,16 @@ def carbon_dioxide_density(absolute_temperature, pressure, interpolate=False, **
420
421
  absolute_temperature, pressure, **kwargs
421
422
  )
422
423
  assert interpolate is True
423
- fp = pkg_resources.resource_filename(
424
- "rock_physics.fluid_models.gas_model.span_wagner.tables",
425
- "carbon_dioxide_density.npz",
424
+
425
+ ref = (
426
+ importlib.resources.files(
427
+ "rock_physics.fluid_models.gas_model.span_wagner.tables"
428
+ )
429
+ / "carbon_dioxide_density.npz"
426
430
  )
427
- interpolator = load_lookup_table_interpolator(fp)
431
+ with importlib.resources.as_file(ref) as fp:
432
+ interpolator = load_lookup_table_interpolator(fp)
433
+
428
434
  return interpolator(absolute_temperature, pressure)
429
435
 
430
436
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.2'
21
- __version_tuple__ = version_tuple = (0, 1, 2)
20
+ __version__ = version = '0.2.0'
21
+ __version_tuple__ = version_tuple = (0, 2, 0)
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rock_physics_open
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: Equinor Rock Physics Module
5
5
  Author-email: Harald Flesche <hfle@equinor.com>, Eivind Jahren <ejah@equinor.com>, Jimmy Zurcher <jiz@equinor.com>
6
6
  Maintainer-email: Harald Flesche <hfle@equinor.com>, Eirik Ola Aksnes <eoaksnes@equinor.com>, Christopher Collin Løkken <chcl@equinor.com>, Sivert Utne <sutn@equinor.com>
7
7
  Project-URL: Repository, https://github.com/equinor/rock-physics-open
8
8
  Project-URL: Homepage, https://github.com/equinor/rock-physics-open
9
+ Project-URL: Changelog, https://github.com/equinor/rock-physics-open/blob/main/CHANGELOG.md
9
10
  Keywords: energy,subsurface,seismic,rock physics,scientific,engineering
10
11
  Classifier: Intended Audience :: Science/Research
11
12
  Classifier: Topic :: Scientific/Engineering
@@ -14,6 +15,7 @@ Classifier: Topic :: Software Development :: Libraries
14
15
  Classifier: Topic :: Utilities
15
16
  Classifier: Operating System :: POSIX :: Linux
16
17
  Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
17
19
  Classifier: Natural Language :: English
18
20
  Requires-Python: >=3.11
19
21
  Description-Content-Type: text/markdown
@@ -34,7 +36,7 @@ Dynamic: license-file
34
36
 
35
37
  <div align="center">
36
38
 
37
- # rock_physics_open
39
+ # rock-physics-open
38
40
 
39
41
  [![License: LGPL v3][license-badge]][license]
40
42
  [![SCM Compliance][scm-compliance-badge]][scm-compliance]
@@ -67,10 +69,10 @@ definition of equations and other utilities.
67
69
 
68
70
  ## Installation
69
71
 
70
- This module can be installed through PyPi with:
72
+ This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
71
73
 
72
74
  ```sh
73
- pip install rock_physics_open
75
+ pip install rock-physics-open
74
76
  ```
75
77
 
76
78
  Alternatively, you can update the dependencies in your `pyproject.toml` file:
@@ -78,14 +80,14 @@ Alternatively, you can update the dependencies in your `pyproject.toml` file:
78
80
  <!-- x-release-please-start-version -->
79
81
  ```toml
80
82
  dependencies = [
81
- "rock_physics_open == 0.1.2",
83
+ "rock-physics-open == 0.2.0",
82
84
  ]
83
85
  ```
84
86
  <!-- x-release-please-end-version -->
85
87
 
86
88
  <!-- External Links -->
87
89
  [scm-compliance]: https://developer.equinor.com/governance/scm-policy/
88
- [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/7ace9d61-dd9d-46b6-901d-f0f008fef142/badge
90
+ [scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/rock-physics-open/badge
89
91
  [license]: https://www.gnu.org/licenses/lgpl-3.0
90
92
  [license-badge]: https://img.shields.io/badge/License-LGPL_v3-blue.svg
91
93
  [on-push-main-action]: https://github.com/equinor/rock-physics-open/actions/workflows/on-push-main.yaml
@@ -1,6 +1,5 @@
1
1
  .gitignore
2
2
  .pre-commit-config.yaml
3
- .release-please-manifest.json
4
3
  CHANGELOG.md
5
4
  CONTRIBUTING.md
6
5
  LICENSE
@@ -8,13 +7,13 @@ README.md
8
7
  SECURITY.md
9
8
  pyproject.toml
10
9
  pytest.ini
11
- release-please-config.json
12
10
  .github/CODEOWNERS
13
11
  .github/dependabot.yaml
12
+ .github/release-please-config.json
13
+ .github/release-please-manifest.json
14
14
  .github/workflows/lint-and-format.yaml
15
15
  .github/workflows/on-pull-request.yaml
16
16
  .github/workflows/on-push-main.yaml
17
- .github/workflows/publish-pypi.yaml
18
17
  .github/workflows/release-please.yaml
19
18
  .github/workflows/test.yaml
20
19
  src/__init__.py
@@ -1,22 +0,0 @@
1
- name: push to main branch
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
-
8
- jobs:
9
- lint-and-format:
10
- uses: ./.github/workflows/lint-and-format.yaml
11
-
12
- test:
13
- uses: ./.github/workflows/test.yaml
14
-
15
- release-please:
16
- needs: test
17
- uses: ./.github/workflows/release-please.yaml
18
-
19
- publish-latest:
20
- needs: release-please
21
- if: ${{ needs.release-please.outputs.release_created }}
22
- uses: ./.github/workflows/publish-pypi.yaml
@@ -1 +0,0 @@
1
- {".":"0.1.2"}
@@ -1,24 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.1.2](https://github.com/equinor/rock-physics-open/compare/v0.1.1...v0.1.2) (2025-05-09)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * avoid building deps wheels ([e188e9d](https://github.com/equinor/rock-physics-open/commit/e188e9d84d95bad08040dff5411b020c0af1426d))
9
- * check release please output ([275f13e](https://github.com/equinor/rock-physics-open/commit/275f13e018af560d5459e8ac779825de517f0feb))
10
- * use id for step to catch output value ([681c5e3](https://github.com/equinor/rock-physics-open/commit/681c5e3e36fd90dfc43c704a3298688ea6745e05))
11
-
12
- ## [0.1.1](https://github.com/equinor/rock-physics-open/compare/v0.1.0...v0.1.1) (2025-05-09)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * use pip wheel to build wheels ([7c7b9f4](https://github.com/equinor/rock-physics-open/commit/7c7b9f405309ad8be3c76f91028260936d842b05))
18
-
19
- ## 0.1.0 (2025-05-08)
20
-
21
-
22
- ### Features
23
-
24
- * initial release ([1ecc1c2](https://github.com/equinor/rock-physics-open/commit/1ecc1c2f0bff534bcdc007d4951865c4c37d5435))