Releases: equinor/pyscal
Releases · equinor/pyscal
v0.9.2
Upload docs after upload to PyPI (#366)
v0.9.1
v0.9.0
New features:
- Documented usage of pyscal in various flooding scenarios
- New wateroil endpoint "socr" for usage in oil paleozone modelling
- New gaswater endpoint "sgl" for usage in gas paleozone modelling
- Pyscal is officially supported on Windows and Mac OSX, added to test matrix
Changes:
- Deprecated usage of krowend and krogend will now trigger a ValueError
- The deprecated kromax option in some functions in wateroil has been removed.
- The dump_family* functions in pyscallist have been deprecated
v0.8.0
New features
- New saturation endpoint for gas condensate modelling
sgro
, and
reintroducedkromax
endpoint whensgro > 0
. - sgrw can be used as an alias for sorw, relevant for gas-water problems
with condensate. - Pyscal is now type hinted.
Changes
- The internal dataframes now have their column names upper cased. This
is not part of the public API. - Deprecated API for monotonicity specification has been removed
- Deprecated interpolation code has been removed.
- Individual interpolation parameters pr SATNUM can no longer be given to
the command line tool.
Fixes
- Pyscallists had some initialization bugs that are now fixed for API users.
- Avoid bug when initializing from tabulated values with linear curves.
v0.7.7
v0.7.6
Changes:
- SATNUM-specific interpolation parameters are deprecated in the command line client. Use interp_relperm or the API for that.
- Ensure error messages are printed to the console from the command line client.
Enhancements:
- More robust towards NaN in spreadsheets. Will ignore columns/row with only NaNs.