Releases: Aquaveo/xmsgrid
Releases · Aquaveo/xmsgrid
7.7.2
7.7.1
Added get_cell_point_count binding
- Wrapped GetCellPointCount for Python.
- Fixed a bug where the face point order was incorrect for XmUGrid wedge cells.
gmIntersectLineSegments bugfixes
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
This bugfix ensures that gmIntersectLineSegments will return endpoints on the segments in the event that the segments share an endpoint.
Add new intersection function
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
8.0.2: Fix tests to work with numpy 1.24.0.
(cherry picked from commit 4c8f5955a37ba6863c91880e25593066b2452bc7)
7.5.5
7.5.4
-update version number