chore(deps): update all non-major dependencies#145
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all non-major dependencies#145renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
9fc1b17 to
ee3ca9d
Compare
ee3ca9d to
5281043
Compare
15964bb to
19d6a5b
Compare
19d6a5b to
b8e794c
Compare
b8e794c to
4d97d84
Compare
6cc8f3c to
2522b02
Compare
3c94c39 to
74e953b
Compare
74e953b to
af586c8
Compare
af586c8 to
ea9955a
Compare
ea9955a to
b3829bf
Compare
cd58de4 to
69ccce4
Compare
f563a0b to
7e609d3
Compare
7e609d3 to
67ac441
Compare
15be8d1 to
146a5e7
Compare
31fcddb to
3417e82
Compare
3417e82 to
5e2b1bf
Compare
5e2b1bf to
396926b
Compare
396926b to
83229a5
Compare
f5f757f to
20842e6
Compare
ab0ec89 to
da0034d
Compare
da0034d to
68d8218
Compare
710682a to
3b5196b
Compare
4427280 to
c68db60
Compare
c68db60 to
bc37986
Compare
bc37986 to
8fb9564
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.
This PR contains the following updates:
>=3.25.0→>=3.29.0>=0.6.1→>=0.9.23.9.6→3.9.143.2.0→3.3.4==4.0.0→==4.0.1>=0.2.2→>=0.2.5==8.1.3→==8.2.3==3.0.2→==3.1.0==1.0.0→==1.2.33.7.1→3.8.03.1.0→3.6.33.6.1→3.6.23.12.1→3.15.03.2.0→3.3.41.5.20→1.5.32Release Notes
aneoconsulting/ArmoniK.Api (armonik)
v3.29.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v3.28.3Compare Source
🏎 Performance
View changes on GitHub
v3.28.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.28.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.28.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v3.27.0Compare Source
What's Changed
New Contributors
Full Changelog: aneoconsulting/ArmoniK.Api@3.26.1...3.27.0
v3.26.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v3.26.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
jax-ml/jax (jax)
v0.9.2Compare Source
jax._src.literals.TypedNdArrayis now a subclass ofnp.ndarray, rather than a duck type of it.jax.numpy.arangewithstepspecified no longer generates the arrayon host. The benefit is more efficient code, though this can lead to less
precise outputs for narrow-width floats (e.g. bfloat16). To recover the
previous behavior in this case, use
jnp.array(np.arange(...)).v0.9.1Compare Source
Changes:
Arraytype (e.g., ofReftype) will nolonger report themselves to be instances of
Array.jax.shard_mapin Explicit mode will raise an errorif the PartitionSpec of input does not match the PartitionSpec specified in
in_specs. In other words, it will act like an assert instead of animplicit reshard.
in_specsis an optional argument so you can omit specifying itand
shard_mapwill infer thePartitionSpecfrom the argument. If youwant to reshard your inputs, you can use
jax.reshardon the arguments andthen pass those args to shard_map.
New features:
jax_compilation_cache_check_contents. If set, we misswhen
get()is called on a value that has not beenput()by the currentprocess, even if the value is actually in the disk cache. When a value is
put(), we verify that its contents match.v0.9.0.1: JAX v0.9.0.1Compare Source
JAX v0.9.0.1 is identical to v0.9.0 with the commits from the following four PRs patched in:
v0.9.0Compare Source
New features:
jax.thread_guard, a context manager that detects when devicesare used by multiple threads in multi-controller JAX.
Bug fixes:
magma_zgeqp3_gpu)in MAGMA 2.9.0 when using
use_magma=Trueandpivoting=True.({jax-issue}
#34145).Deprecations:
jax_collectives_common_channel_idwas removed.jax_pmap_no_rank_reductionconfig state has been removed. Theno-rank-reduction behavior is now the only supported behavior: a
jax.pmapped functionfsees inputs of the same rank as the input tojax.pmap(f). For example, ifjax.pmap(f)receives shape(8, 128)on8 devices, then
freceives shape(1, 128).jax_pmap_shmap_mergeconfig state is deprecated in JAX v0.9.0and will be removed in JAX v0.10.0.
jax.numpy.fixis deprecated, anticipating the deprecation of{func}
numpy.fixin NumPy v2.5.0. {func}jax.numpy.truncis a drop-inreplacement.
Changes:
jax.exportnow supports explicit sharding. This required a newexport serialization format version that includes the NamedSharding,
including the abstract mesh, and the partition spec. As part of this
change we have added a restriction in the use of exported modules: when
calling them the abstract mesh must match the one used at export time,
including the axis names. Previously, only the number of the devices
mattered.
v0.8.3: JAX v0.8.3Compare Source
JAX v0.8.3 is identical to v0.8.2 with the following two bug fixes patched in:
4bc723d21552fdv0.8.2Compare Source
Deprecations
jax.lax.pvaryhas been deprecated.Please use
jax.lax.pcast(..., to='varying')as the replacement.jax.numpy.arangenow result in adeprecation warning, because the output is poorly-defined.
jax.corea number of symbols are newly deprecated including:call_impl,get_aval,mapped_aval,subjaxprs,set_current_trace,take_current_trace,traverse_jaxpr_params,unmapped_aval,AbstractToken, andTraceTag.jax.interpreters.pxlaare deprecated. These areprimarily JAX internal APIs, and users should not rely on them.
Changes:
jax's
Tracerno longer inherits fromjax.Arrayat runtime. However,jax.Arraynow uses a custom metaclass suchisinstance(x, Array)is trueif an object
xrepresents a tracedArray. Only someTracers representArrays, so it is not correct forTracerto inherit fromArray.For the moment, during Python type checking, we continue to declare
Traceras a subclass of
Array, however we expect to remove this in a futurerelease.
jax.experimental.si_vjphas been deleted.jax.vjpsubsumes it's functionality.v0.8.1Compare Source
New features:
jax.jitnow supports the decorator factory pattern; i.e instead ofwriting
Changes:
{func}
jax.lax.linalg.eighnow accepts animplementationargument toselect between QR (CPU/GPU), Jacobi (GPU/TPU), and QDWH (TPU)
implementations. The
EighImplementationenum is publicly exported from{mod}
jax.lax.linalg.{func}
jax.lax.linalg.svdnow implements analgorithmthat uses the polardecomposition on CUDA GPUs. This is also an alias for the existing algorithm
on TPUs.
Bug fixes:
GPU (({jax-issue}
#33062).Deprecations:
jax.sharding.PmapShardingis now deprecated. Please usejax.NamedShardinginstead.jx.device_put_replicatedis now deprecated. Please usejax.device_putwith the appropriate sharding instead.
jax.device_put_shardedis now deprecated. Please usejax.device_putwiththe appropriate sharding instead.
axis_typesofjax.make_meshwill change in JAX v0.9.0 to returnjax.sharding.AxisType.Explicit. Leaving axis_types unspecified will raise aDeprecationWarning.jax.cloud_tpu_initand its contents were deprecated. There is no reason for a user to import or use the contents of this module; JAX handles this for you automatically if needed.v0.8.0Compare Source
Breaking changes:
jax.pmapimplementation to one implemented interms of
jax.jitandjax.shard_map.jax.pmapis in maintenance modeand we encourage all new code to use
jax.shard_mapdirectly. See themigration guide for
more information.
auto=parameter ofjax.experimental.shard_map.shard_maphas beenremoved. This means that
jax.experimental.shard_map.shard_mapno longersupports nesting. If you want to nest shard_map calls, please use
jax.shard_map.__jax_array__directlyto, e.g.
jit-ed functions. Calljax.numpy.asarrayon them first.jax.numpy.covis now returns NaN for empty arrays ({jax-issue}#32305),and matches NumPy 2.2 behavior for single-row design matrices ({jax-issue}
#32308).Arrayvalues where adtypevalue is expected. Call.dtypeon these values first.jax.interpreters.mlir.custom_callwasremoved.
jax.util,jax.extend.ffi, andjax.experimental.host_callbackmodules have been removed. All public APIs within these modules were
deprecated and removed in v0.7.0 or earlier.
jax.custom_derivatives.custom_jvp_call_jaxpr_pwas removed.
jax.experimental.multihost_utils.process_allgatherraises an error whenthe input is a jax.Array and not fully-addressable and
tiled=False. To fixthis, pass
tiled=Trueto yourprocess_allgatherinvocation.jax.experimental.compilation_cache, the deprecated symbolsis_initializedandinitialize_cachewere removed.jax.interpreters.xla.canonicalize_dtypewas removed.
jaxlib.hlo_helpershas been removed. Use {mod}jax.ffiinstead.jax_cpu_enable_gloo_collectiveshas been removed. Usejax_cpu_collectives_implementationinstead.interpolationargument to{func}
jax.numpy.percentileand {func}jax.numpy.quantilehas beenremoved; use
methodinstead.for_loopprimitive was removed. Its functionality,reading from and writing to refs in the loop body, is now directly
supported by {func}
jax.lax.fori_loop. If you need help updating yourcode, please file a bug.
jax.numpy.trimzerosnow errors for non-1D input.whereargument to {func}jax.numpy.sumand other reductions is nowrequired to be boolean. Non-boolean values have resulted in a
DeprecationWarningsince JAX v0.5.0.jax.dlpack, {mod}jax.errors, {mod}jax.lib.xla_bridge, {mod}jax.lib.xla_client, and {mod}jax.lib.xla_extensionwere removed.jax.interpreters.mlir.dense_bool_arraywas removed. Use MLIR APIs toconstruct attributes instead.
Changes
jax.numpy.linalg.eignow returns a namedtuple (with attributeseigenvaluesandeigenvectors) instead of a plain tuple.jax.gradand {func}jax.vjpwill now round always primals tofloat32iffloat64mode is not enabled.jax.dlpack.from_dlpacknow accepts arrays with non-default layouts,for example, transposed.
cusolver. The magma and LAPACK implementations are still available via the
new
implementationargument to {func}jax.lax.linalg.eig({jax-issue}
#27265). Theuse_magmaargument is now deprecated in favorof
implementation.jax.numpy.trim_zerosnow follows NumPy 2.2 in supportingmulti-dimensional inputs.
Deprecations
jax.experimental.enable_x64and {func}jax.experimental.disable_x64are deprecated in favor of the new non-experimental context manager
{func}
jax.enable_x64.jax.experimental.shard_map.shard_mapis deprecated; going forward use{func}
jax.shard_map.jax.experimental.pjit.pjitis deprecated; going forward use{func}
jax.jit.v0.7.2Compare Source
Breaking changes:
jax.dlpack.from_dlpackno longer accepts a DLPack capsule. Thisbehavior was deprecated and is now removed. The function must be called
with an array implementing
__dlpack__and__dlpack_device__.Changes
The minimum supported NumPy version is now 2.0. Since SciPy 1.13 is required
for NumPy 2.0 support, the minimum supported SciPy version is now 1.13.
JAX now represents constants in its internal jaxpr representation as a
TypedNdArray, which is a private JAX type that duck types as anumpy.ndarray. This type may be exposed to users viacustom_jvprules,for example, and may break code that uses
isinstance(x, np.ndarray). Ifthis breaks your code, you may convert these arrays to classic NumPy arrays
using
np.asarray(x).Bug fixes
arr.view(dtype=None)now returns the array unchanged, matching NumPy'ssemantics. Previously it returned the array with a float dtype.
jax.random.randintnow produces a less-biased distribution for 8-bit and16-bit integer types ({jax-issue}
#27742). To restore the previous biasedbehavior, you may temporarily set the
jax_safer_randintconfiguration toFalse, but note this is a temporary config that will be removed in afuture release.
Deprecations:
enable_xlaandnative_serializationforjax2tf.convertare deprecated and will be removed in a future version of JAX. These were
used for jax2tf with non-native serialization, which has been now removed.
jax_pmap_no_rank_reductiontoFalseisdeprecated. By default,
jax_pmap_no_rank_reductionwill be set toTrueand
jax.pmapshards will not have their rank reduced, keeping the samerank as their enclosing array.
v0.7.1Compare Source
New features
offered free-threading builds on Linux.
Changes
jax.set_meshwhich acts as a global setter and a context manager.Removed
jax.sharding.use_meshin favor ofjax.set_mesh.supported.
jax.lax.dotnow implements the general dot product via the optionaldimension_numbersargument.Deprecations:
jax.lax.zeros_like_arrayis deprecated. Please use{func}
jax.numpy.zeros_likeinstead.jax.experimental.host_callbacknow results ina
DeprecationWarning, and will result in anImportErrorstarting in JAXv0.8.0. Its APIs have raised
NotImplementedErrorsince JAX version 0.4.35.jax.lax.dot, passing theprecisionandpreferred_element_typearguments by position is deprecated. Pass them by explicit keyword instead.
jax.interpreters.ad,{mod}
jax.interpreters.batching, and {mod}jax.interpreters.partial_eval; theyare used rarely if ever outside JAX itself, and most are deprecated without any
public replacement.
v0.7.0Compare Source
New features:
jax.Pwhich is an alias forjax.sharding.PartitionSpec.jax.tree.reduce_associative.jax.numpy.ndarray.atindexing methods now support awrap_negative_indicesargument, which defaults to
Trueto match the current behavior ({jax-issue}#29434).Breaking changes:
migration guide
for more information.
implementing linearization via JVP and partial eval).
See migration guide
for more information.
jax.stages.OutInfohas been replaced withjax.ShapeDtypeStruct.jax.jitnow requiresfunto be passed by position, and additionalarguments to be passed by keyword. Doing otherwise will result in an error
starting in v0.7.x. This raised a DeprecationWarning in v0.6.x.
supported version until July 2026.
Layout,.layout,.input_layoutsand.output_layoutshave beenrenamed to
Format,.format,.input_formatsand.output_formatsDeviceLocalLayout,.device_local_layouthave been renamed toLayoutand
.layoutjax.experimental.shardmodule has been deleted and all the APIs have beenmoved to the
jax.shardingendpoint. So usejax.sharding.reshard,jax.sharding.auto_axesandjax.sharding.explicit_axesinstead of theirexperimental endpoints.
lax.infeedandlax.outfeedwere removed, after being deprecated inJAX 0.6. The
transfer_to_infeedandtransfer_from_outfeedmethods werealso removed the
Deviceobjects.jax.extend.core.primitives.pjit_pprimitive has been renamed tojit_p, and itsnameattribute has changed from"pjit"to"jit".This affects the string representations of jaxprs. The same primitive is no
longer exported from the
jax.experimental.pjitmodule.jax.extend.backend.add_clear_backends_callbackhas been removed. Users should use
jax.extend.backend.register_backend_cacheinstead.
out_shardingarg added tox.at[y].setandx.at[y].add. Previousbehavior propagating operand sharding removed. Please use
x.at[y].set/add(z, out_sharding=jax.typeof(x).sharding)to retain previousbehavior if scatter op requires collectives.
Deprecations:
jax.dlpack.SUPPORTED_DTYPESis deprecated; please use the new{func}
jax.dlpack.is_supported_dtypefunction.jax.scipy.special.sph_harmhas been deprecated following a similardeprecation in SciPy; use {func}
jax.scipy.special.sph_harm_yinstead.jax.interpreters.xla, the previously deprecated symbolsabstractifyandpytype_aval_mappingshave been removed.jax.interpreters.xla.canonicalize_dtypeis deprecated. Forcanonicalizing dtypes, prefer {func}
jax.dtypes.canonicalize_dtype.For checking whether an object is a valid jax input, prefer
{func}
jax.core.valid_jaxtype.jax.core, the previously deprecated symbolsAxisName,ConcretizationTypeError,axis_frame,call_p,closed_call_p,get_type,trace_state_clean,typematch, andtypecheckhave beenremoved.
jax.lib.xla_client, the previously deprecated symbolsDeviceAssignment,get_topology_for_devices, andmlir_api_versionhave been removed.
jax.extend.ffiwas removed after being deprecated in v0.5.0.Use {mod}
jax.ffiinstead.jax.lib.xla_bridge.get_compile_optionsis deprecated, and replaced by{func}
jax.extend.backend.get_compile_options.v0.6.2Compare Source
New features:
jax.tree.broadcastwhich implements a pytree prefix broadcasting helper.Changes
apache/maven (maven)
v3.9.14Compare Source
v3.9.13Compare Source
v3.9.12: 3.9.12Compare Source
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
🔧 Build
📦 Dependency updates
v3.9.11: 3.9.11Compare Source
🚀 New features and improvements
🐛 Bug Fixes
👻 Maintenance
🔧 Build
📦 Dependency updates
v3.9.10: 3.9.10Compare Source
Release Notes - Maven - Version 3.9.10
Bug
Improvement
Task
Dependency upgrade
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.