Skip to content

Releases: Aquaveo/xmsgrid

7.7.2

15 May 19:47
Compare
Choose a tag to compare
Changed CI to use macos-latest because 10.15 is no longer available.

7.7.1

15 May 14:13
Compare
Choose a tag to compare
Changed CI to use macos-latest because 10.15 is no longer available.

Added get_cell_point_count binding

17 Apr 23:43
Compare
Choose a tag to compare
  • Wrapped GetCellPointCount for Python.
  • Fixed a bug where the face point order was incorrect for XmUGrid wedge cells.

gmIntersectLineSegments bugfixes

30 Mar 15:15
Compare
Choose a tag to compare

Bug fixes for gmIntersectLineSegments:

  • The points of intersection could have different X and/or Y coordinates due to roundoff error. This can no longer happen.
  • The intersection test was inadvertently rejecting both parallel and short segments. Now it only rejects parallel ones.
  • Improvement to documentation of the function.

gmIntersectLineSegments bugfix

13 Feb 19:24
Compare
Choose a tag to compare

This bugfix ensures that gmIntersectLineSegments will return endpoints on the segments in the event that the segments share an endpoint.

Add new intersection function

30 Jan 21:21
Compare
Choose a tag to compare

This release adds a new overload of gmIntersectLineSegments.

The new overload has a more modern interface, taking Pt3d references rather than double pointers.

7.5.6

19 Jan 23:08
Compare
Choose a tag to compare
Fixed incorrect order when getting wedge face points.

8.0.2: Fix tests to work with numpy 1.24.0.

21 Dec 21:03
Compare
Choose a tag to compare
(cherry picked from commit 4c8f5955a37ba6863c91880e25593066b2452bc7)

7.5.5

21 Dec 17:43
Compare
Choose a tag to compare
Bumped up version.

7.5.4

02 Nov 23:01
Compare
Choose a tag to compare
-update version number