Resqpy

Latest version: v4.14.4

Safety actively analyzes 622015 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 25 of 29

1.5.1

This release adds a tutorial page listing the attributes for each of the main RESQML 2.0.1 obj_* classes.

There is also a related python module: /docs/scripts/schema.py which contains functions for working with the schema programmatically, as well as generating a text file containing the tables of the tutorial page (when run as a script).

1.5.0

By popular request, this release changes the yapf auto-formatting indentation from 3 to 4 spaces.

1.4.0

This release adds functionality in two areas:

- creating a vertical prism grid from a re-triangulation of a Voronoi diagram
- creating a grid connection set property for transmissibility multiplier when initialising from a simulator input file

Previously, only a constant extra metadata item per named fault was used for the simulator transmissibility multipliers.

The release also includes minor bug fixes and further unit tests.

1.3.7

This release includes a function for generating a Voronoi diagram from a Delauney triangulation.

Both the (pre-existing) Delauney triangulation and the (new) Voronoi diagram functions are in the resqpy.olio.triangulation module. They both work in 2D, in the xy plane. Note that both the functions are quite computationally intensive and are therefore probably not usable for large sets of seed points.

The release also adds an area() method to the Polyline class for closed, convex polylines when projected onto the xy plane.


v.1.3.6
This release includes the option of writing constant property arrays out in a fully expanded form (to hdf5). The default is still to use the more efficient xml representation. Calling code must set the new expand_const_arrays argument to True in appropriate calls to write hdf5 and create xml methods in order to override the default.

This functionality is mostly to allow resqpy to generate datasets that are readable by non-resqpy RESQML readers that do not support the xml representation of constant property arrays.

1.3.5

This release improves the functionality of IJK grid geometry being loaded from points properties.

In particular:

- grid's time index and time series uuid can be set with nodes points, stored and retrieved
- derived model function for adding a grid property can now support points properties
- a parallel set of active cell (boolean) properties can be used with a set of nodes points properties

1.3.4

This patch fixes a bug (issue 222) which caused an exception when instantiating a resqpy RegularGrid for an existing RESQML grid that had been stored without cell length properties.

Page 25 of 29

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.