Commit 59a7802
fix: pin tfp-nightly for the JAX Matern-kernel path (tfp 0.25.0 × jax 0.10.2 crash) (#386)
The last stable tensorflow-probability (0.25.0) references
jax.interpreters.xla.pytype_aval_mappings, removed from modern JAX, so it
crashes at import under the resolved jax>=0.7 stack — breaking every
Matern-kernel pixelization on the JAX backend (release-validation run
29266305445). Swap the pin to tfp-nightly==0.26.0.dev20260713 (verified to
compute bessel_kve on jax 0.10.2) and correct the kv_xp docstring/ImportError.
Fixes #385
Claude-Session: https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt
Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7ff0b1e commit 59a7802
2 files changed
Lines changed: 19 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
43 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
0 commit comments