From 74ff0c5f1c24f2ce6db7fabb8cbe38c938bc4d0c Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 9 May 2026 06:20:33 -0500 Subject: [PATCH] Update to v1.0.0-alpha.7 and mpas_tools 1.6.0 The new mpas_tools brings in major performance improvements to mask generation on MPAS meshes. --- deploy/pins.cfg | 2 +- polaris/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/pins.cfg b/deploy/pins.cfg index 829d9d2b17..fb954c9c79 100644 --- a/deploy/pins.cfg +++ b/deploy/pins.cfg @@ -4,7 +4,7 @@ bootstrap_python = 3.14 python = 3.14 geometric_features = 1.6.3 mache = 3.6.0 -mpas_tools = 1.5.1 +mpas_tools = 1.6.0 otps = 2021.10 parallelio = 2.6.9 diff --git a/polaris/version.py b/polaris/version.py index f9cc6674a0..32cb1d9fd8 100644 --- a/polaris/version.py +++ b/polaris/version.py @@ -1 +1 @@ -__version__ = '1.0.0-alpha.6' +__version__ = '1.0.0-alpha.7'