sympy2jax icon indicating copy to clipboard operation
sympy2jax copied to clipboard

DeprecationWarning: jax.tree_map is deprecated: use jax.tree.map (jax v0.4.25 or newer) or jax.tree_util.tree_map (any JAX version).

Open APN-Pucky opened this issue 1 year ago • 0 comments

Using:

[[package]]
name = "jax"
version = "0.4.26"

[[package]]
name = "equinox"
version = "0.11.3"
../../.cache/pypoetry/virtualenvs/matrixelement-WHObBYqn-py3.11/lib/python3.11/site-packages/sympy2jax/sympy_module.py:310: in __init__
    self.nodes = jax.tree_map(_convert, expressions)

APN-Pucky avatar Apr 07 '24 16:04 APN-Pucky