Skip to content

dep-bump: quax to >=0.4.3 - #807

Merged
nstarman merged 1 commit into
mainfrom
claude/depbump-quax-unxt-equinox
Aug 14, 2026
Merged

dep-bump: quax to >=0.4.3#807
nstarman merged 1 commit into
mainfrom
claude/depbump-quax-unxt-equinox

Conversation

@nstarman

Copy link
Copy Markdown
Contributor

Summary

Bumps quax's floor from 0.3.2 to 0.4.3. No code changes needed — quax.quaxify's public signature is unchanged across this range, so this is a pure version-floor bump.

unxt>=2.0 and equinox>=0.13.8 were also considered as part of this sweep, but:

  • unxt>=2.0 is not usable yet. coordinax v0.23.3 (latest release, and the ceiling we're holding to for now) was never updated for unxt 2.0's Quantity/BareQuantity rename. Concretely: basic vector construction with range-checking crashes (eqx.error_if inside coordinax's check_polar_range receives a Quantity where it expects a raw JAX array → TypeError: ... is not a valid JAX type), and other codepaths hit AttributeError: type object 'Quantity' has no attribute 'type_parameter'. With unxt>=2.0 installed against coordinax 0.23.3: 154 doctests and 115 tests fail. I checked coordinax's GitHub — no open PR or unreleased work brings it up to unxt 2.0 yet. The existing unxt>=1.11.2,<2 cap (⬆️ dep-bump: cap unxt below 2.0 #800) stays until it does.
  • equinox was already at >=0.13.8 on main — nothing to bump.

Verification

  • Full test suite: 1080 passed, 0 new failures.
  • Doctests: 4964 passed.
  • pre-commit run on the changed files: clean.

🤖 Generated with Claude Code

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.73%. Comparing base (cb80a50) to head (e2cfe11).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #807   +/-   ##
=======================================
  Coverage   95.73%   95.73%           
=======================================
  Files         159      159           
  Lines        6089     6089           
=======================================
  Hits         5829     5829           
  Misses        260      260           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nstarman nstarman added this to the v0.1.0 milestone Aug 14, 2026
Bumps quax's floor from 0.3.2 to 0.4.3. No code changes needed --
quax.quaxify's public signature is unchanged across this range, so
this is a pure version-floor bump.

unxt>=2.0 and equinox>=0.13.8 were also considered as part of this
sweep, but:

- unxt 2.0 is not usable yet: coordinax v0.23.3 (latest, and the
  ceiling we're holding to) was never updated for unxt 2.0's
  Quantity/BareQuantity rename, so basic vector construction with
  range-checking crashes (`eqx.error_if` sees a `Quantity` where it
  expects a raw JAX array) and other codepaths hit
  `AttributeError: type object 'Quantity' has no attribute
  'type_parameter'`. 154 doctests and 115 tests fail with unxt>=2.0
  installed against coordinax 0.23.3. The existing `unxt>=1.11.2,<2`
  cap (#800) stays until coordinax ships unxt-2.0 support.
- equinox was already at >=0.13.8 on main; nothing to bump.

Verified: full test suite (1080 passed) and doctests (4964 passed)
pass with quax 0.4.3 alone.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@nstarman
nstarman force-pushed the claude/depbump-quax-unxt-equinox branch from 419a1bb to e2cfe11 Compare August 14, 2026 14:22
@nstarman
nstarman merged commit ab33b94 into main Aug 14, 2026
19 checks passed
@nstarman
nstarman deleted the claude/depbump-quax-unxt-equinox branch August 14, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant