This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Update dependency jax to v0.4.13#347
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/jax-0.x-lockfile
branch
from
June 9, 2023 01:53
14bbf32 to
ef30f7f
Compare
renovate
Bot
force-pushed
the
renovate/jax-0.x-lockfile
branch
from
June 23, 2023 01:26
ef30f7f to
597d653
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
0.4.10->0.4.13Release Notes
google/jax
v0.4.13Compare Source
Changes
jax.jitnow allowsNoneto be passed toin_shardingsandout_shardings. The semantics are as follows:can change in the future.
determine the output shardings.
jax.experimental.pjit.pjitalso allowsNoneto be passed toin_shardingsandout_shardings. The semantics are as follows:choose whatever sharding it wants.
can change in the future.
determine the output shardings.
will be replicated on all devices of the mesh.
jaxlibplugin is in use.jax.tree_util.tree_leaves_with_path.Bug fixes
is named
cudnn89instead ofcudnn88.Deprecations
native_serialization_strict_checksparameter to{func}
jax.experimental.jax2tf.convertis deprecated in favor of thenew
native_serializaation_disabled_checks({jax-issue}#16347).v0.4.12Compare Source
Changes
scipy.spatial.transform.Rotationand {class}scipy.spatial.transform.SlerpDeprecations
jax.abstract_arraysand its contents are now deprecated. See relatedfunctionality in :mod:
jax.core.jax.numpy.alltrue: usejax.numpy.all. This follows the deprecationof
numpy.alltruein NumPy version 1.25.0.jax.numpy.sometrue: usejax.numpy.any. This follows the deprecationof
numpy.sometruein NumPy version 1.25.0.jax.numpy.product: usejax.numpy.prod. This follows the deprecationof
numpy.productin NumPy version 1.25.0.jax.numpy.cumproduct: usejax.numpy.cumprod. This follows the deprecationof
numpy.cumproductin NumPy version 1.25.0.jax.sharding.OpShardingShardinghas been removed since it has been 3months since it was deprecated.
v0.4.11Compare Source
accordance with the {ref}
api-compatibilitypolicy:jax.experimental.PartitionSpec: usejax.sharding.PartitionSpec.jax.experimental.maps.Mesh: usejax.sharding.Meshjax.experimental.pjit.NamedSharding: usejax.sharding.NamedSharding.jax.experimental.pjit.PartitionSpec: usejax.sharding.PartitionSpec.jax.experimental.pjit.FROM_GDA. Instead pass shardedjax.Arrayobjectsas input and remove the optional
in_shardingsargument topjit.jax.interpreters.pxla.PartitionSpec: usejax.sharding.PartitionSpec.jax.interpreters.pxla.Mesh: usejax.sharding.Meshjax.interpreters.xla.Buffer: usejax.Array.jax.interpreters.xla.Device: usejax.Device.jax.interpreters.xla.DeviceArray: usejax.Array.jax.interpreters.xla.device_put: usejax.device_put.jax.interpreters.xla.xla_call_p: usejax.experimental.pjit.pjit_p.axis_resourcesargument ofwith_sharding_constraintis removed. Pleaseuse
shardingsinstead.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.