Releases: equinor/subscript
Releases · equinor/subscript
v0.10.0
v0.9.0
Breaking changes:
- Deprecated spelling
csvStack
has been removed. Onlycsv_stack
works now. - Deprecated tool
pvt2csv
has been removed. Useecl2csv pvt
.'
Bugfixes:
- Regular output from scripts is printed to stdout instead of stderr.
New tools:
- New tool
welltest_dpds
for well test analysis.
Improvements:
prtvol2csv
can accept the same yaml file as a Webviz plugin.
v0.8.0
Breaking changes:
- sunsch will no longer accept v1 configuration files, but will as before print out an autoconverted yaml configuration.
- csvMergeEnsembles has been removed, it has been a pointer to csv_merge. Use only csv_merge from now on.
- prtvol2csv column name changes: WATER_PORV -> WATPV_TOTAL, and WATER_TOTAL -> WIIP_TOTAL.
Bugfixes:
- csv_merge allows files to be empty without crashing
- csv_merge removed nonfunctional quiet option, which triggered a bug if used.
Improvements:
- summaryplot supports parameters.txt in the same directory as the DATA file.
v0.7.5
Bugfixes:
- runrms' option testpylib now works
- ertwatch only displays the tail of stderr files
- Better formatting for help text for runrms
- summaryplot can plot restart vectors again
- prtvol2csv will not crash when non-existing FIPNUMs are mentioned in yaml file.
New features:
- ofmvol2csv supports the OFM-format with well-name as a table attribute.
- runrms supports RMS plugin path.
v0.7.4
Bugfixes:
- presentvalue works when there is no gas injection
New features:
- CSV_STACK available as ERT workflow and forward model, including bugfix.
- merge_rft_ertobs will try to detect report step from observation file filename. Defaults to report step 1.
- prtvol2csv supports merging zone information.
Other:
- Special case handling in csv_stack for legacy column names removed.
- prtvol2csv introduces deprecation for export of data grouped by regions, and for implicit directory creation.
v0.7.3
v0.7.2
Changes:
- Source code license has change from proprietary to open source (GPLv3)
- pvt2csv now error hard if called, following a deprecation period
- runrms updated and adapted to changing environments and RMS versions
- fmuobs is a new script to convert between observations formats for assisted history match: ERT observations, Webviz and ResInsight.
Bugfixes:
- casegen_upcars, fixed crash due to np.int8 being too small.
- prtvol2csv crashed on integer region names in yaml files
- Ensure Eclipse include files from sunsch can never extend Eclipse's 128 characters pr. line limit.
v0.7.1
v0.7.0
- New scripts: merge_rft_ertobs, ofmvol2csv, including corresponding ERT forward models.
- Bugfixed and refactored csv2ofmvol, added corresponding ERT forward model.
- runrms more intelligent on new RMS versions, and adapted to disabled komodo environment for RMS.
- presentvalue refactored. Text output to terminal (stdout) changed.
- csv_merge integrated as ERT workflow.