Skip to content

Releases: bp/resqpy

GitHub actions updates

11 Sep 15:10
a7e8c2e
Compare
Choose a tag to compare

This patch does not affect resqpy functionality. It is an update of the publish pipeline to use the latest version of GitHub actions.

Fix of minor bug affecting GridConnectionSet.grid_face_arrays()

08 Sep 13:51
18d53cb
Compare
Choose a tag to compare

This patch fixes a bug affecting the active_only option in GridConnectionSet.grid_face_arrays() method.

boolean property packing improvements

06 Sep 14:39
3ac8230
Compare
Choose a tag to compare

This patch includes:

  • use of numpy.uint8 as the dtype for surface extrapolation flange boolean properties
  • exposure of dtype argument in GridConnectionSet.grid_face_arrays() function

Reworking of GridConnectionSet.grid_face_arrays() method

05 Sep 10:09
36b8078
Compare
Choose a tag to compare

This patch is a reworking of the GridConnectionSet.grid_face_arrays() method, including minor bug fixes and unit tests.

hdf5 full array overwrite method

27 Aug 12:55
adef702
Compare
Choose a tag to compare

This patch introduces a Model method for overwriting an entire hdf5 dataset (array). (There was already a method for overwriting a slice.)

Further optimisation of points in triangles aligned

26 Aug 13:06
8d87f0e
Compare
Choose a tag to compare

This patch further optimises the points in triangles aligned function that is at the core of find faces functionality.

Removes unintended print statement

20 Aug 15:14
58e44ac
Compare
Choose a tag to compare

This patch removes an unintended print statement (used for debugging) from the PropertyCollection code.

Various minor issues resolved

20 Aug 09:30
b90b650
Compare
Choose a tag to compare

This patch resolves various minor issues including:

  • handling of constant boolean properties
  • addition of missing 'soft' xml relationships during consolidation
  • better support for time dependent blocked well connection open properties
  • easier access to a standardised 'source' extra metadata item
  • minor improvements to the AttributePropertySet class

This patch inadvertently included a print statement (used during debugging) in the PropertyCollection code. Please use the next release to avoid unwanted print output.

AttributePropertySet handling of key clashes

24 Jul 20:47
68976a6
Compare
Choose a tag to compare

This patch improves the handling of key clashes in the AttributePropertySet class.

optimisation of combined_tr_mult_from_gcs_mults

22 Jul 17:24
8394bb0
Compare
Choose a tag to compare

This patch does not change functionality but speeds up the combined_tr_mult_from_gcs_mults() function and the underlying grid_face_arrays() function.