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.
- rock_physics_open-0.2.0/.github/release-please-manifest.json +1 -0
- 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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/release-please.yaml +3 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/test.yaml +3 -2
- rock_physics_open-0.2.0/CHANGELOG.md +45 -0
- {rock_physics_open-0.1.2/src/rock_physics_open.egg-info → rock_physics_open-0.2.0}/PKG-INFO +8 -6
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/README.md +5 -5
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/pyproject.toml +2 -0
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/co2_properties.py +11 -5
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/version.py +2 -2
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0/src/rock_physics_open.egg-info}/PKG-INFO +8 -6
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/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/CHANGELOG.md +0 -24
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/CODEOWNERS +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/dependabot.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0/.github}/release-please-config.json +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/lint-and-format.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.github/workflows/on-pull-request.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.gitignore +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/.pre-commit-config.yaml +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/CONTRIBUTING.md +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/LICENSE +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/SECURITY.md +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/pytest.ini +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/setup.cfg +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/anisotropy.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/classification_functions/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/conversions.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/gen_utilities/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/__init__.py +0 -0
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/gassmann.py +0 -0
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/rho.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/std_functions/walton.py +0 -0
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/pressure.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/equinor_utilities/various_utilities/timeshift.py +0 -0
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/brine_model/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/gas_model/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/fluid_models/oil_model/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/constant_cement_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/constant_cement_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/contact_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/curvefit_sandstone_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/friable_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/friable_optimisation.py +0 -0
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/patchy_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/sandstone_models/patchy_cement_optimisation.py +0 -0
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/dem.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/dem_dual_por.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/kus_tok.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/multi_sca.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/pq.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/sca.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/shale_models/shale4_mineral.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/coefficients.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/equations.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/tables/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/span_wagner/tables/lookup_table.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/Equinor_logo.ico +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/tmatrix_python.dll +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/t_matrix_models/tmatrix_python.so +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/gen_ternary_plot.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/shale_prop_ternary.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/ternary_patches.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/ternary_plot_utilities.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open/ternary_plots/unconventionals_ternary.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/dependency_links.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/requires.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/src/rock_physics_open.egg-info/top_level.txt +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_class_stats.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_lin_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_mahal_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_norm_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_poly_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/classification_functions_tests/test_two_step_class.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/config.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/conftest.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/.gitattributes +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/exp_opt_param.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/exp_opt_param_test.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/petec_opt_param.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/petec_opt_param_test.pkl +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/sandstone_optimisation.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/test_well.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/data/tmatrix_test_data.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_brine_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_gas_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/fluid_model_tests/test_oil_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_dict_to_float.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_dim_check_vector.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_filter_input.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/gen_utilities_tests/test_filter_output.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_constant_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_contact_cement_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_friable_models.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_sandstone_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_sandy_shale_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/sandstone_model_tests/test_unresolved_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_dem_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_kus_tok_model.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_sca_models.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/shale_model_tests/test_ternary_plots.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/span_wagner/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/span_wagner/test_co2_properties.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/__init__.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_backus_average.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_dvorkin_nur.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_gassmann.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_hashin_shtrikman.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_hertz_mindlin.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_moduli_velocity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_rho.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_voigt_reuss_hill.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_walton.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/std_functions_tests/test_wood_brie.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_run_t_matrix.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_t_matrix_c.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/t_matrix_model_tests/test_t_matrix_optimisation.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/__init__.py +0 -0
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/test_gassmann_test_gassmann.npz +0 -0
- {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
- {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
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/snapshots/vp_vs_rho_stats.csv +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_gassmann.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_hs_average.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_pressure.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_reflectivity.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_time_shift.py +0 -0
- {rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/tests/various_utilities_tests/test_vp_vs_rho_stats.py +0 -0
- {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:
|
|
1
|
+
name: push to main branch
|
|
2
|
+
|
|
2
3
|
on:
|
|
3
|
-
|
|
4
|
-
|
|
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
|
|
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
|
-
-
|
|
25
|
+
- name: Checkout
|
|
26
|
+
uses: actions/checkout@v4
|
|
13
27
|
with:
|
|
14
28
|
fetch-depth: 0
|
|
15
29
|
|
|
16
|
-
-
|
|
30
|
+
- name: Setup Python
|
|
31
|
+
uses: actions/setup-python@v5
|
|
17
32
|
with:
|
|
18
33
|
python-version: 3.11
|
|
19
34
|
|
|
20
|
-
- name: Build
|
|
35
|
+
- name: Build
|
|
21
36
|
run: |
|
|
22
37
|
pip install build
|
|
23
38
|
python -m build
|
|
24
39
|
|
|
25
|
-
- name: Upload
|
|
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
|
|
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
|
-
-
|
|
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
|
|
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:
|
|
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.
|
|
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
|
-
#
|
|
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
|
|
72
|
+
This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
|
|
71
73
|
|
|
72
74
|
```sh
|
|
73
|
-
pip install
|
|
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
|
-
"
|
|
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/
|
|
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
|
-
#
|
|
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.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/
|
|
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
|
|
23
|
+
if display_results:
|
|
24
24
|
title = str(inspect.stack()[1].function)
|
|
25
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
|
|
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,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
|
-
|
|
424
|
-
|
|
425
|
-
|
|
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
|
-
|
|
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
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rock_physics_open
|
|
3
|
-
Version: 0.
|
|
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
|
-
#
|
|
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
|
|
72
|
+
This module can be installed through [PyPI](https://pypi.org/project/rock-physics-open/) with:
|
|
71
73
|
|
|
72
74
|
```sh
|
|
73
|
-
pip install
|
|
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
|
-
"
|
|
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/
|
|
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
|
{rock_physics_open-0.1.2 → rock_physics_open-0.2.0}/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"}
|
|
@@ -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))
|
|
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
|