Increment the version to 0.2.0.#40
Merged
Merged
Conversation
This release includes the following accumulated changes since v0.1.4: - **JAX Explicit Sharding Support**: Added compatibility with the explicit sharding model. - Primitives now propagate sharding annotations during abstract evaluation. - Replaced internal use of `jax.lax.with_sharding_constraints` with `jax.sharding.reshard`. - Added strict placement axis check for explicit sharding meshes, raising a ValueError on mismatch. - **API and Dependency Improvements**: - Replaced `jnp.tile` with `jnp.broadcast_to` in `single_arg_broadcast`. - Removed `jax.jit` from `single_arg_broadcast` to allow callers to control compilation. - Introduced support for JAX abstract meshes (`use_mesh(...)` pattern). - Migrated from deprecated `jax.tree_util.tree_map` to `jax.tree.map`. - Removed JAX version constraints from `pyproject.toml`. PiperOrigin-RevId: 932608109
7a627be to
6623aa0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increment the version to 0.2.0.
This release includes the following accumulated changes since v0.1.4:
jax.lax.with_sharding_constraintswithjax.sharding.reshard.jnp.tilewithjnp.broadcast_toinsingle_arg_broadcast.jax.jitfromsingle_arg_broadcastto allow callers to control compilation.use_mesh(...)pattern).jax.tree_util.tree_maptojax.tree.map.pyproject.toml.