rock-physics-open 0.1.2__tar.gz → 0.1.3__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.
- rock_physics_open-0.1.3/.github/release-please-manifest.json +1 -0
- rock_physics_open-0.1.2/.github/workflows/publish-pypi.yaml → rock_physics_open-0.1.3/.github/workflows/on-push-main.yaml +29 -12
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/workflows/release-please.yaml +3 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/CHANGELOG.md +9 -0
- {rock_physics_open-0.1.2/src/rock_physics_open.egg-info → rock_physics_open-0.1.3}/PKG-INFO +6 -6
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/README.md +5 -5
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/oil_properties.py +13 -11
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/version.py +2 -2
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3/src/rock_physics_open.egg-info}/PKG-INFO +6 -6
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open.egg-info/SOURCES.txt +2 -3
- rock_physics_open-0.1.2/.github/workflows/on-push-main.yaml +0 -22
- rock_physics_open-0.1.2/.release-please-manifest.json +0 -1
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/CODEOWNERS +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/dependabot.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3/.github}/release-please-config.json +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/workflows/lint-and-format.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/workflows/on-pull-request.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.github/workflows/test.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.gitignore +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/.pre-commit-config.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/CONTRIBUTING.md +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/LICENSE +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/SECURITY.md +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/pyproject.toml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/pytest.ini +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/setup.cfg +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/anisotropy.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/class_stats.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/lin_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/mahal_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/norm_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/poly_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/post_prob.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/classification_functions/two_step_classification.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/conversions.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/gen_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/gen_utilities/dict_to_float.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/gen_utilities/dim_check_vector.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/gen_utilities/filter_input.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/gen_utilities/filter_output.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/dummy_vars.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/exponential_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/import_ml_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/run_regression.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/machine_learning_utilities/sigmoidal_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/compare_snapshots.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/snapshot_test_utilities/snapshots.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/backus_ave.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/dvorkin_nur.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/gassmann.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/hashin_shtrikman.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/hertz_mindlin.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/moduli_velocity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/reflection_eq.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/rho.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/voigt_reuss_hill.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/walton.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/std_functions/wood_brie.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/Equinor_logo.gif +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/Equinor_logo.ico +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/display_result_statistics.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_dry_mod.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_mod.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/gassmann_sub_mod.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/hs_average.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/pressure.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/timeshift.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/vp_vs_rho_set_statistics.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/equinor_utilities/various_utilities/vrh_3_min.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/brine_model/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/brine_model/brine_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/gas_model/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/gas_model/gas_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/dead_oil_density.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/dead_oil_velocity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/live_oil_density.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/live_oil_velocity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/oil_model/oil_bubble_point.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/cemented_shalysand_sandyshale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/constant_cement_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/constant_cement_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/contact_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/curvefit_sandstone_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/friable_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/friable_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/friable_shalysand_sandyshale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/patchy_cement_fluid_substitution_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/patchy_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/patchy_cement_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/unresolved_cemented_sandshale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/sandstone_models/unresolved_friable_sandshale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/dem.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/dem_dual_por.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/kus_tok.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/multi_sca.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/pq.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/sca.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/shale4_mineral.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/shale4_mineral_dem_overlay.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/co2_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/coefficients.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/equations.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/tables/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/tables/carbon_dioxide_density.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/tables/lookup_table.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/Equinor_logo.ico +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/carbonate_pressure_substitution.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/curvefit_t_matrix_exp.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/curvefit_t_matrix_min.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/opt_subst_utilities.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/parse_t_matrix_inputs.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/run_t_matrix.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_C.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_opt_fluid_sub_exp.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_opt_fluid_sub_petec.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_opt_forward_model_exp.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_opt_forward_model_min.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_parameter_optimisation_exp.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_parameter_optimisation_min.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/array_functions.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_c_eff.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_isolated.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd_eff.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_kd_uuv.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_pressure.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_t.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_td.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_theta.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_x.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/calc_z.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/check_and_tile.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/g_tensor.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/iso_av.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/iso_ave_all.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/pressure_input.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/t_matrix_vec.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/t_matrix_vector/velocity_vti_angles.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/tmatrix_python.dll +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/t_matrix_models/tmatrix_python.so +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/gen_ternary_plot.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/shale_prop_ternary.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/ternary_patches.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/ternary_plot_utilities.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/ternary_plots/unconventionals_ternary.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open.egg-info/dependency_links.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open.egg-info/requires.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open.egg-info/top_level.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_class_stats.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_lin_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_mahal_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_norm_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_poly_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/classification_functions_tests/test_two_step_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/config.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/conftest.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/.gitattributes +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/exp_opt_param.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/exp_opt_param_test.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/petec_opt_param.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/petec_opt_param_test.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/sandstone_optimisation.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/test_well.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/data/tmatrix_test_data.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_density.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_properties.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_brine_velocity.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_density.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_properties.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_brine_properties_test_water_velocity.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_gas_properties_test_gas_properties.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_oil_properties_test_live_oil_density.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_oil_properties_test_live_oil_velocity.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/snapshots/test_oil_properties_test_oil_prop.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/test_brine_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/test_gas_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/fluid_model_tests/test_oil_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/gen_utilities_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/gen_utilities_tests/test_dict_to_float.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/gen_utilities_tests/test_dim_check_vector.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/gen_utilities_tests/test_filter_input.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/gen_utilities_tests/test_filter_output.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_dry.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_high_phi.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_constant_cement_model_test_constant_cement_model_high_phi_extrapolate.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_contact_cement_model_test_contact_cement_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_friable_models_test_friable_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_friable_models_test_friable_model_dry.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_cem_frac.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_cem_frac_snap.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_no_change.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_weight.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_fluid_sub_model_weight_snap.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_cem_frac.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_exceed_phi_extrapolate.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_patchy_cement_fluid_sub_model_test_patchy_cement_model_weight.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_constant_cement_optimisation.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_friable_optimisation.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_sandstone_optimisation_test_patchy_cement_optimisation.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_sandy_shale_models_test_cemented_sandy_shale_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_sandy_shale_models_test_friable_sandy_shale_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_unresolved_models_test_unresolved_cemented_sand_shale_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/snapshots/test_unresolved_models_test_unresolved_friable_sand_shale_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_constant_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_contact_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_friable_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_patchy_cement_fluid_sub_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_sandstone_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_sandy_shale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/sandstone_model_tests/test_unresolved_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_4_min_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_4_min_overlay_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_dual_por_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_dem_models_test_dem_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_kus_tok_model_test_kus_tok_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_sca_models_test_multi_sca_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_sca_models_test_sca_model.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/snapshots/test_ternary_plots_test_ternary.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/test_dem_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/test_kus_tok_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/test_sca_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/shale_model_tests/test_ternary_plots.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/span_wagner/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/span_wagner/snapshots/test_co2_properties_test_co2_properties.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/span_wagner/test_co2_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_backus_average.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_dvorkin_nur.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_gassmann.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_hashin_shtrikman.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_hertz_mindlin.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_moduli_velocity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_rho.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_voigt_reuss_hill.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_walton.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/std_functions_tests/test_wood_brie.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_test_run_t_matrix.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_test_run_t_matrix_porosity_vectorised.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_opt_forward_model_exp.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_opt_forward_model_petec.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_with_opt_params_exp.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_run_t_matrix_with_opt_params_test_run_t_matrix_with_opt_params_petec.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_t_matrix_c_test_t_matrix_c.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_t_matrix_c_test_t_matrix_vectorised.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_optimisation_part.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_t_matrix_opt_params_exp.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/snapshots/test_t_matrix_optimisation_test_t_matrix_opt_params_petec.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/test_opt_param_to_ascii.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/test_run_t_matrix.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/test_run_t_matrix_with_opt_params.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/test_t_matrix_c.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/t_matrix_model_tests/test_t_matrix_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/snapshots/multi_vp_vs_rho_stats.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann_dry.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann_sub.npz +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/snapshots/vp_vs_rho_stats.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_gassmann.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_hs_average.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_pressure.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_time_shift.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_vp_vs_rho_stats.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/tests/various_utilities_tests/test_vrh_3_min.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{".":"0.1.3"}
|
|
@@ -1,35 +1,51 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: push to main branch
|
|
2
|
+
|
|
2
3
|
on:
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
pull_request:
|
|
5
|
+
push:
|
|
6
|
+
branches:
|
|
7
|
+
- main
|
|
5
8
|
|
|
6
9
|
jobs:
|
|
10
|
+
lint-and-format:
|
|
11
|
+
uses: ./.github/workflows/lint-and-format.yaml
|
|
12
|
+
|
|
13
|
+
test:
|
|
14
|
+
uses: ./.github/workflows/test.yaml
|
|
15
|
+
|
|
16
|
+
release-please:
|
|
17
|
+
needs: test
|
|
18
|
+
uses: ./.github/workflows/release-please.yaml
|
|
19
|
+
|
|
7
20
|
build:
|
|
8
|
-
name: Build
|
|
21
|
+
name: Build for publishing
|
|
22
|
+
if: true
|
|
23
|
+
needs: release-please
|
|
9
24
|
runs-on: ubuntu-latest
|
|
10
|
-
|
|
11
25
|
steps:
|
|
12
|
-
-
|
|
26
|
+
- name: Checkout
|
|
27
|
+
uses: actions/checkout@v4
|
|
13
28
|
with:
|
|
14
29
|
fetch-depth: 0
|
|
15
30
|
|
|
16
|
-
-
|
|
31
|
+
- name: Setup Python
|
|
32
|
+
uses: actions/setup-python@v5
|
|
17
33
|
with:
|
|
18
34
|
python-version: 3.11
|
|
19
35
|
|
|
20
|
-
- name: Build
|
|
36
|
+
- name: Build
|
|
21
37
|
run: |
|
|
22
38
|
pip install build
|
|
23
39
|
python -m build
|
|
24
40
|
|
|
25
|
-
- name: Upload
|
|
41
|
+
- name: Upload Artifact
|
|
26
42
|
uses: actions/upload-artifact@v4
|
|
27
43
|
with:
|
|
28
44
|
name: distribution
|
|
29
45
|
path: dist/
|
|
30
46
|
|
|
31
47
|
publish:
|
|
32
|
-
name: Publish
|
|
48
|
+
name: Publish to PyPI
|
|
33
49
|
needs: build
|
|
34
50
|
runs-on: ubuntu-latest
|
|
35
51
|
environment:
|
|
@@ -39,11 +55,12 @@ jobs:
|
|
|
39
55
|
id-token: write # required for Trusted Publishing to PyPI
|
|
40
56
|
|
|
41
57
|
steps:
|
|
42
|
-
-
|
|
58
|
+
- name: Download Artifact
|
|
59
|
+
uses: actions/download-artifact@v4
|
|
43
60
|
with:
|
|
44
61
|
name: distribution
|
|
45
62
|
path: dist/
|
|
46
63
|
merge-multiple: true
|
|
47
64
|
|
|
48
|
-
- name: Publish
|
|
65
|
+
- name: Publish to PyPI
|
|
49
66
|
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 }}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.3](https://github.com/equinor/rock-physics-open/compare/v0.1.2...v0.1.3) (2025-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove local version for scm ([d299b64](https://github.com/equinor/rock-physics-open/commit/d299b64c6cc6a75e0a17dabf105e0446be42a81d))
|
|
9
|
+
* 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))
|
|
10
|
+
* 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))
|
|
11
|
+
|
|
3
12
|
## [0.1.2](https://github.com/equinor/rock-physics-open/compare/v0.1.1...v0.1.2) (2025-05-09)
|
|
4
13
|
|
|
5
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rock_physics_open
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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>
|
|
@@ -34,7 +34,7 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
36
|
|
|
37
|
-
#
|
|
37
|
+
# rock-physics-open
|
|
38
38
|
|
|
39
39
|
[![License: LGPL v3][license-badge]][license]
|
|
40
40
|
[![SCM Compliance][scm-compliance-badge]][scm-compliance]
|
|
@@ -67,10 +67,10 @@ definition of equations and other utilities.
|
|
|
67
67
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
|
-
This module can be installed through
|
|
70
|
+
This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
|
|
71
71
|
|
|
72
72
|
```sh
|
|
73
|
-
pip install
|
|
73
|
+
pip install rock-physics-open
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
Alternatively, you can update the dependencies in your `pyproject.toml` file:
|
|
@@ -78,14 +78,14 @@ Alternatively, you can update the dependencies in your `pyproject.toml` file:
|
|
|
78
78
|
<!-- x-release-please-start-version -->
|
|
79
79
|
```toml
|
|
80
80
|
dependencies = [
|
|
81
|
-
"
|
|
81
|
+
"rock-physics-open == 0.1.3",
|
|
82
82
|
]
|
|
83
83
|
```
|
|
84
84
|
<!-- x-release-please-end-version -->
|
|
85
85
|
|
|
86
86
|
<!-- External Links -->
|
|
87
87
|
[scm-compliance]: https://developer.equinor.com/governance/scm-policy/
|
|
88
|
-
[scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/
|
|
88
|
+
[scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/rock-physics-open/badge
|
|
89
89
|
[license]: https://www.gnu.org/licenses/lgpl-3.0
|
|
90
90
|
[license-badge]: https://img.shields.io/badge/License-LGPL_v3-blue.svg
|
|
91
91
|
[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
|
-
#
|
|
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
|
|
36
|
+
This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
|
-
pip install
|
|
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
|
-
"
|
|
47
|
+
"rock-physics-open == 0.1.3",
|
|
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/
|
|
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
|
|
@@ -10,19 +10,19 @@ from .oil_bubble_point import bp_standing
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def oil_properties(
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
temperature: np.ndarray | float,
|
|
14
|
+
pressure: np.ndarray | float,
|
|
15
15
|
rho0: np.ndarray | float,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
gas_oil_ratio: np.ndarray | float,
|
|
17
|
+
gas_gravity: np.ndarray | float,
|
|
18
18
|
) -> np.ndarray | float:
|
|
19
19
|
"""
|
|
20
|
-
:param
|
|
21
|
-
:param
|
|
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
|
|
25
|
-
:param
|
|
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(
|
|
45
|
-
|
|
46
|
-
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rock_physics_open
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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>
|
|
@@ -34,7 +34,7 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
36
|
|
|
37
|
-
#
|
|
37
|
+
# rock-physics-open
|
|
38
38
|
|
|
39
39
|
[![License: LGPL v3][license-badge]][license]
|
|
40
40
|
[![SCM Compliance][scm-compliance-badge]][scm-compliance]
|
|
@@ -67,10 +67,10 @@ definition of equations and other utilities.
|
|
|
67
67
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
|
-
This module can be installed through
|
|
70
|
+
This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
|
|
71
71
|
|
|
72
72
|
```sh
|
|
73
|
-
pip install
|
|
73
|
+
pip install rock-physics-open
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
Alternatively, you can update the dependencies in your `pyproject.toml` file:
|
|
@@ -78,14 +78,14 @@ Alternatively, you can update the dependencies in your `pyproject.toml` file:
|
|
|
78
78
|
<!-- x-release-please-start-version -->
|
|
79
79
|
```toml
|
|
80
80
|
dependencies = [
|
|
81
|
-
"
|
|
81
|
+
"rock-physics-open == 0.1.3",
|
|
82
82
|
]
|
|
83
83
|
```
|
|
84
84
|
<!-- x-release-please-end-version -->
|
|
85
85
|
|
|
86
86
|
<!-- External Links -->
|
|
87
87
|
[scm-compliance]: https://developer.equinor.com/governance/scm-policy/
|
|
88
|
-
[scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/
|
|
88
|
+
[scm-compliance-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/rock-physics-open/badge
|
|
89
89
|
[license]: https://www.gnu.org/licenses/lgpl-3.0
|
|
90
90
|
[license-badge]: https://img.shields.io/badge/License-LGPL_v3-blue.svg
|
|
91
91
|
[on-push-main-action]: https://github.com/equinor/rock-physics-open/actions/workflows/on-push-main.yaml
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open.egg-info/SOURCES.txt
RENAMED
|
@@ -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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/fluid_models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/__init__.py
RENAMED
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/dem.py
RENAMED
|
File without changes
|
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/kus_tok.py
RENAMED
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/multi_sca.py
RENAMED
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/pq.py
RENAMED
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/shale_models/sca.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rock_physics_open-0.1.2 → rock_physics_open-0.1.3}/src/rock_physics_open/span_wagner/equations.py
RENAMED
|
File without changes
|
|
File without changes
|