Skip to content

Releases: equinor/pyscal

v0.9.2

27 May 10:05
c8b6e10
Compare
Choose a tag to compare
Upload docs after upload to PyPI (#366)

v0.9.1

10 Feb 11:44
Compare
Choose a tag to compare

Fix shell bug in komodo test script for pyscal.

v0.9.0

22 Oct 08:52
4c62c84
Compare
Choose a tag to compare

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

24 Jun 10:50
da1b1a0
Compare
Choose a tag to compare

New features

  • New saturation endpoint for gas condensate modelling sgro, and
    reintroduced kromax endpoint when sgro > 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

24 Feb 07:52
18db81e
Compare
Choose a tag to compare

Bugfix release, for compatibility with semeio.

v0.7.6

23 Feb 14:42
b28b183
Compare
Choose a tag to compare

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.

v0.7.5

11 Feb 11:35
cae7fe9
Compare
Choose a tag to compare

Compatibility release for Pandas 1.2.2

v0.7.4

02 Feb 15:04
d9c49c6
Compare
Choose a tag to compare

Changes:

  • Restrict CSV file parsing to UTF-8 encoding only.

Enhancements:

  • PyscalFactory can create objects with fast mode enabled.

v0.7.3

26 Jan 14:27
65a9486
Compare
Choose a tag to compare

Enhancements:

  • When errors in parameter tables are detected, hint the user of which SATNUM and/or which low/base/high case has errors.
  • Skip monotonocity enforcement in fast mode.

v0.7.2

06 Jan 08:51
4ff1230
Compare
Choose a tag to compare

Compatibility release, works with xlrd 1 and 2, and pandas versions 0.25 to 1.2