Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CalVer, `<year>.<month>.<patch>`, mirroring the `uxarray` release they were
built against; see `docs/release.md`. Versions through `0.3.1` were SemVer.

## Unreleased

## 2026.9.0 — 2026-09-12
### Added
- YAC remapping is reachable. `docs/ucar.md` has said since the endpoint was
named `ucar-uxarray-yac` that YAC "enables conservative remapping", and the
Expand Down
4 changes: 2 additions & 2 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "uxarray-mcp" %}
{% set version = "0.3.1" %}
{% set version = "2026.9.0" %}
{% set python_min = "3.12" %}

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.org/packages/source/u/uxarray-mcp/uxarray_mcp-{{ version }}.tar.gz
sha256: 4331dbd8b1577b596391fdfe74f81d617898ecea13ae168f06e44f5e970a598f
sha256: 1c2ab5cc9c40f51acacbfea65667050478816ebdc5768c98cfd2c3f570cb5093

build:
noarch: python
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uxarray-mcp"
version = "0.3.1"
version = "2026.9.0"
description = "MCP server for analyzing unstructured meshes with UXarray"
readme = "README.md"
keywords = ["uxarray", "mcp", "unstructured grids", "scientific computing", "globus compute"]
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies = [
# floor we actually declare, and had failed on it every run since
# 2026-08-10.
"pyyaml>=6.0.1",
"uxarray>=2026.9.0",
"uxarray>=2026.9.0,<2026.10",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/uxarray_mcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from uxarray_mcp.tools import inspect_mesh

__all__ = ["inspect_mesh"]
__version__ = "0.3.1"
__version__ = "2026.9.0"
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading