Skip to content

Commit 8441353

Browse files
thisiscamclaude
andcommitted
README: refresh Limitations section
Two stale bullets: - "currently targets JAX 0.8.x" — now tested on 0.8.x, 0.9.x, and 0.10.x; pin is jax>=0.8,<0.11. - "effective_order is a hint, not a guarantee" — was true before the cross-jit propagation fix; now it's a real contract (correct prefix below the threshold, unspecified above), uniform across all aware primitives. Pytree-primal limitation is still accurate; kept. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e3ce5b5 commit 8441353

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,8 @@ The full correctness suite checks every supported primitive against
279279
## Limitations
280280

281281
- Pytree primal inputs are not supported (each primal must be a leaf).
282-
- The package depends on `jax._src` internals and currently targets
283-
JAX 0.8.x.
284-
- `effective_order` is a hint, not a guarantee — see the caveats above.
282+
- The package depends on `jax._src` internals; currently tested on
283+
JAX 0.8.x, 0.9.x, and 0.10.x.
285284

286285
## Citation
287286

0 commit comments

Comments
 (0)