-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate jax.tree_map in favor of jax.tree.map #19930
Conversation
Why are we deprecating it? I thought the plan was too support both? |
Nope, the plan is to just have |
The plan is to support both |
728c1af
to
e59a050
Compare
…https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-26-april-3-2024), `jax.tree_map` is deprecated. We should switch to `jax.tree.map` if/when the JAX minimum version is >=0.4.26. Additional context: * JAX PR that added the `jax.tree` module: jax-ml/jax#19588 * JAX PR that deprecated `jax.tree_map`: jax-ml/jax#19930 PiperOrigin-RevId: 621905494
…https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-26-april-3-2024), `jax.tree_map` is deprecated. We should switch to `jax.tree.map` if/when the JAX minimum version is >=0.4.26 for CLU. Additional context: * JAX PR that added the `jax.tree` module: jax-ml/jax#19588 * JAX PR that deprecated `jax.tree_map`: jax-ml/jax#19930 PiperOrigin-RevId: 621905494
…https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-26-april-3-2024), `jax.tree_map` is deprecated. We should switch to `jax.tree.map` if/when the JAX minimum version is >=0.4.26 for CLU. Additional context: * JAX PR that added the `jax.tree` module: jax-ml/jax#19588 * JAX PR that deprecated `jax.tree_map`: jax-ml/jax#19930 PiperOrigin-RevId: 621905494
…https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-26-april-3-2024), `jax.tree_map` is deprecated. We should switch to `jax.tree.map` if/when the JAX minimum version is >=0.4.26 for CLU. Additional context: * JAX PR that added the `jax.tree` module: jax-ml/jax#19588 * JAX PR that deprecated `jax.tree_map`: jax-ml/jax#19930 PiperOrigin-RevId: 622092167
jax-ml/jax#19930 deprecated `jax.tree_map` in favor of `jax.tree.map`. Additionally, this adds some configuration to skip tests that depend on `sys.executable` in environments where it is not set.
jax-ml/jax#19930 deprecated `jax.tree_map` in favor of `jax.tree.map`. Additionally, this adds some configuration to skip tests that depend on `sys.executable` in environments where it is not set.
No description provided.