pyrestoolbox 3.6.0__tar.gz → 3.7.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.
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.github/workflows/build-wheels.yml +15 -15
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.github/workflows/tests.yml +4 -4
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.gitignore +7 -6
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/Cargo.lock +1 -1
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/Cargo.toml +1 -1
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/PKG-INFO +1 -1
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyproject.toml +1 -1
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/dca/dca.py +575 -19
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/changelist.rst +14 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/dca.rst +372 -8
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/LICENSE +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/MANIFEST.in +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/README.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/ResToolbox/privacy_policy.md +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/benchmark_rust_vs_python.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/build_pure_python.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/_accelerator.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/_lib_salting_library.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/_lib_vle_engine.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/brine.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/classes/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/classes/classes.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/constants/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/constants/constants.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/dca/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/brine.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/examples.ipynb +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/gas.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot_PVTO.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot_img.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/dry_gas.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/grid_sat_df.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/influence.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/properties_df.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/sgof.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/swof.png +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/layer.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/library.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/matbal.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal_examples.ipynb +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal_hydrate_demo.ipynb +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/oil.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/recommend.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/sensitivity.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/simtools.rst +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/_hydrate.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/gas.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/layer/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/layer/layer.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/component_library.xlsx +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/library.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/matbal/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/matbal/matbal.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/nodal/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/nodal/nodal.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_compressibility.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_constants.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_correlations.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_density.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_harmonize.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_pvt_class.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_rate.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_separator.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_tables.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_utils.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/iapws_if97.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/plyasunov_model.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/water_properties.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/recommend/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/recommend/recommend.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/sensitivity/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/sensitivity/sensitivity.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/shared_fns/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/shared_fns/shared_fns.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_aquifer.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_decks.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_pvt_tables.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_relperm.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_vfp.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/simtools.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/validate/__init__.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/validate/validate.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/setup.cfg +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/setup.py +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/bessel.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/critical_properties/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/hyperbolic.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/ransac.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/gas_viscosity/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/gwr.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/lib.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/matbal/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/matbal/objective.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/oil/density.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/oil/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/pseudopressure.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/spycher_pruess/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/spycher_pruess/solubility.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/alpha.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/bip.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/components.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/eos.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/flash.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/fugacity.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/k_init.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/rachford_rice.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/constants.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/friction.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_bb.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_gray.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_wg.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/ift.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/march.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/mod.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/pvt_helpers.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/static_column.rs +0 -0
- {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/zfactor/mod.rs +0 -0
|
@@ -20,9 +20,9 @@ jobs:
|
|
|
20
20
|
matrix:
|
|
21
21
|
os: [ubuntu-latest, macos-14, windows-latest]
|
|
22
22
|
steps:
|
|
23
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@v5
|
|
24
24
|
|
|
25
|
-
- uses: actions/setup-python@
|
|
25
|
+
- uses: actions/setup-python@v6
|
|
26
26
|
with:
|
|
27
27
|
python-version: "3.12"
|
|
28
28
|
|
|
@@ -84,7 +84,7 @@ jobs:
|
|
|
84
84
|
# ilt-inversion may not have matching wheels on PyPI yet).
|
|
85
85
|
CIBW_TEST_SKIP: "*-manylinux* *-macosx* cp38-* cp39-*"
|
|
86
86
|
|
|
87
|
-
- uses: actions/upload-artifact@
|
|
87
|
+
- uses: actions/upload-artifact@v6
|
|
88
88
|
with:
|
|
89
89
|
name: wheels-${{ matrix.os }}
|
|
90
90
|
path: ./wheelhouse/*.whl
|
|
@@ -95,9 +95,9 @@ jobs:
|
|
|
95
95
|
runs-on: macos-13
|
|
96
96
|
if: false # Enable when macos-13 runners are available, or use cross-compilation
|
|
97
97
|
steps:
|
|
98
|
-
- uses: actions/checkout@
|
|
98
|
+
- uses: actions/checkout@v5
|
|
99
99
|
|
|
100
|
-
- uses: actions/setup-python@
|
|
100
|
+
- uses: actions/setup-python@v6
|
|
101
101
|
with:
|
|
102
102
|
python-version: "3.12"
|
|
103
103
|
|
|
@@ -114,7 +114,7 @@ jobs:
|
|
|
114
114
|
python -c "from pyrestoolbox._accelerator import get_status; s = get_status(); print(s); assert s['rust_available'], f'Rust not loaded: {s}'"
|
|
115
115
|
CIBW_TEST_REQUIRES: "numpy"
|
|
116
116
|
|
|
117
|
-
- uses: actions/upload-artifact@
|
|
117
|
+
- uses: actions/upload-artifact@v6
|
|
118
118
|
with:
|
|
119
119
|
name: wheels-macos-x86
|
|
120
120
|
path: ./wheelhouse/*.whl
|
|
@@ -124,9 +124,9 @@ jobs:
|
|
|
124
124
|
name: Build pure-Python wheel
|
|
125
125
|
runs-on: ubuntu-latest
|
|
126
126
|
steps:
|
|
127
|
-
- uses: actions/checkout@
|
|
127
|
+
- uses: actions/checkout@v5
|
|
128
128
|
|
|
129
|
-
- uses: actions/setup-python@
|
|
129
|
+
- uses: actions/setup-python@v6
|
|
130
130
|
with:
|
|
131
131
|
python-version: "3.12"
|
|
132
132
|
|
|
@@ -136,7 +136,7 @@ jobs:
|
|
|
136
136
|
- name: Build pure-Python wheel
|
|
137
137
|
run: python build_pure_python.py
|
|
138
138
|
|
|
139
|
-
- uses: actions/upload-artifact@
|
|
139
|
+
- uses: actions/upload-artifact@v6
|
|
140
140
|
with:
|
|
141
141
|
name: wheels-pure-python
|
|
142
142
|
path: ./dist/*.whl
|
|
@@ -146,9 +146,9 @@ jobs:
|
|
|
146
146
|
name: Build source distribution
|
|
147
147
|
runs-on: ubuntu-latest
|
|
148
148
|
steps:
|
|
149
|
-
- uses: actions/checkout@
|
|
149
|
+
- uses: actions/checkout@v5
|
|
150
150
|
|
|
151
|
-
- uses: actions/setup-python@
|
|
151
|
+
- uses: actions/setup-python@v6
|
|
152
152
|
with:
|
|
153
153
|
python-version: "3.12"
|
|
154
154
|
|
|
@@ -161,7 +161,7 @@ jobs:
|
|
|
161
161
|
- name: Build sdist
|
|
162
162
|
run: maturin sdist --out dist
|
|
163
163
|
|
|
164
|
-
- uses: actions/upload-artifact@
|
|
164
|
+
- uses: actions/upload-artifact@v6
|
|
165
165
|
with:
|
|
166
166
|
name: sdist
|
|
167
167
|
path: ./dist/*.tar.gz
|
|
@@ -179,7 +179,7 @@ jobs:
|
|
|
179
179
|
id-token: write # trusted publishing
|
|
180
180
|
contents: write # create the GitHub Release
|
|
181
181
|
steps:
|
|
182
|
-
- uses: actions/download-artifact@
|
|
182
|
+
- uses: actions/download-artifact@v7
|
|
183
183
|
with:
|
|
184
184
|
path: dist
|
|
185
185
|
merge-multiple: true
|
|
@@ -190,7 +190,7 @@ jobs:
|
|
|
190
190
|
packages-dir: dist/
|
|
191
191
|
|
|
192
192
|
# ── Create a notes-only GitHub Release (no binaries; PyPI is canonical) ──
|
|
193
|
-
- uses: actions/checkout@
|
|
193
|
+
- uses: actions/checkout@v5
|
|
194
194
|
|
|
195
195
|
- name: Extract release notes from changelist
|
|
196
196
|
run: |
|
|
@@ -218,7 +218,7 @@ jobs:
|
|
|
218
218
|
PY
|
|
219
219
|
|
|
220
220
|
- name: Create GitHub Release
|
|
221
|
-
uses: softprops/action-gh-release@
|
|
221
|
+
uses: softprops/action-gh-release@v3
|
|
222
222
|
with:
|
|
223
223
|
name: ${{ github.ref_name }}
|
|
224
224
|
body_path: release_notes.md
|
|
@@ -15,9 +15,9 @@ jobs:
|
|
|
15
15
|
name: Pure Python (PYRESTOOLBOX_NO_RUST=1)
|
|
16
16
|
runs-on: ubuntu-latest
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@v5
|
|
19
19
|
|
|
20
|
-
- uses: actions/setup-python@
|
|
20
|
+
- uses: actions/setup-python@v6
|
|
21
21
|
with:
|
|
22
22
|
python-version: "3.10"
|
|
23
23
|
|
|
@@ -34,9 +34,9 @@ jobs:
|
|
|
34
34
|
name: Rust-accelerated (parity tests)
|
|
35
35
|
runs-on: ubuntu-latest
|
|
36
36
|
steps:
|
|
37
|
-
- uses: actions/checkout@
|
|
37
|
+
- uses: actions/checkout@v5
|
|
38
38
|
|
|
39
|
-
- uses: actions/setup-python@
|
|
39
|
+
- uses: actions/setup-python@v6
|
|
40
40
|
with:
|
|
41
41
|
python-version: "3.10"
|
|
42
42
|
|
|
@@ -18,6 +18,7 @@ __pycache__/
|
|
|
18
18
|
# Claude Code
|
|
19
19
|
.claude/
|
|
20
20
|
CLAUDE.md
|
|
21
|
+
HANDOFF.md
|
|
21
22
|
|
|
22
23
|
# Jupyter checkpoints
|
|
23
24
|
.ipynb_checkpoints/
|
|
@@ -36,9 +37,9 @@ target/
|
|
|
36
37
|
*.rtf
|
|
37
38
|
*.VFP
|
|
38
39
|
*.png
|
|
39
|
-
|
|
40
|
-
# Standalone ILT development (lives in ilt-inversion repo)
|
|
41
|
-
ilt/
|
|
42
|
-
benchmark_ilt.py
|
|
43
|
-
benchmark_rust.py
|
|
44
|
-
BUILD_INSTRUCTIONS.txt
|
|
40
|
+
|
|
41
|
+
# Standalone ILT development (lives in ilt-inversion repo)
|
|
42
|
+
ilt/
|
|
43
|
+
benchmark_ilt.py
|
|
44
|
+
benchmark_rust.py
|
|
45
|
+
BUILD_INSTRUCTIONS.txt
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyrestoolbox"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.7.0"
|
|
8
8
|
description = "pyResToolbox - A collection of Reservoir Engineering Utilities"
|
|
9
9
|
license = {text = "GPL-3.0-or-later"}
|
|
10
10
|
authors = [{name = "Mark W. Burgoyne", email = "mark.w.burgoyne@gmail.com"}]
|