From f00dcb9a87c62d2cd10032d8ebf4cc7ea457d06f Mon Sep 17 00:00:00 2001 From: Gage Larsen Date: Tue, 18 Aug 2026 08:20:11 -0600 Subject: [PATCH] Bump xmsgrid to 9.1.0 xmsgrid 9.1.0 carries the fix for issue 0015785 (HydroAS arcs snap weirdly), which changes GmMultiPolyIntersector output for some inputs, plus a new GmPtSearch::PtsInBoxInRtree entry point. xms_dependencies pins exact versions, so the bump is required for this library to build against it. 9.1.0 is published on both aquaveo-stable (msvc 194 / gcc / clang) and aquaveo-vs2019 (msvc 192) at recipe revision 42868225fabf6e51611e3926221e7a02, so the VS2019 track resolves it too. No source change; `xmsconan ci` regenerates byte-identical workflows because the generated pins already float on xmsconan>=2.18.0. --- build.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.toml b/build.toml index 48c976e7..cd07d86e 100644 --- a/build.toml +++ b/build.toml @@ -4,7 +4,7 @@ ci_type = "github" xms_dependencies = [ { name = "xmscore", version = "7.0.12" }, - { name = "xmsgrid", version = "9.0.11" }, + { name = "xmsgrid", version = "9.1.0" }, ] python_namespaced_dir = "interp"