Skip to content

Releases: bp/resqpy

Fix of bug regarding leaky surface assertion for packed bisectors

30 Oct 11:12
e3d0c2a
Compare
Choose a tag to compare

This patch fixes a bug occasionally affecting packed grid bisector generation which caused an erroneous assertion failure regarding leaky surfaces.

PropertyCollection handling pre-packed boolean arrays

29 Oct 20:52
f63314c
Compare
Choose a tag to compare

This patch enhances the PropertyCollection class to allow boolean arrays that have already been packed to be added to the imported list and processed.

Packed grid bisectors

29 Oct 10:38
f7bfd31
Compare
Choose a tag to compare

This release introduces the option of generating grid bisector arrays in packed form, reducing the memory requirement when working with large grids.

Fix of bug affecting find faces bounding box from indices

01 Oct 15:00
6acbf9d
Compare
Choose a tag to compare

This patch fixes a bug affecting the bounding box used for bisector generation when finding faces using indices.

Handling zero length face indices in find faces

01 Oct 13:14
4bfcd94
Compare
Choose a tag to compare
Merge pull request #839 from bp/none_faces_issues

handling zero length face indices arrays

Further improvements to find faces for curtains

01 Oct 11:44
9b92741
Compare
Choose a tag to compare

This patch adds further robustness to the find faces functionality when applied to curtains and to surfaces which do not intersect the grid.

Fix of bug affecting find faces for curtain boundaries

01 Oct 08:55
0417977
Compare
Choose a tag to compare

This patch fixes a bug affecting the find faces regular optimised functionality when applied to a curtain boundary.

Resolves njit issue

30 Sep 19:57
74da51f
Compare
Choose a tag to compare

Resolves a bug affecting find faces regular optimised. Random data without a seed was also leading to inconsistent unit test failures, which were affecting the publishing pipeline.

Resolved build issues

30 Sep 14:53
2929791
Compare
Choose a tag to compare

This release resolves build issues with v4.17.3, which includes improved handling and testing of surfaces that do not intersect any faces in one axis, when intersecting with a grid in find faces regular optimised.

Resolving build failure

30 Sep 14:23
fb0283c
Compare
Choose a tag to compare

This patch attempts to resolve the build failure seen with v4.17.3. That failure is believed to have been a difference of behaviour in an integration test, when using the older versions of the python and/or numpy dependencies.