-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Remaining API changes for array API compliance #21088
Labels
enhancement
New feature or request
Comments
This was referenced May 8, 2024
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 16, 2024
Description: - Deprecated ddof in jnp.var and jnp.std - Addresses jax-ml#21088
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 16, 2024
Description: - Deprecated ddof in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi, CHANGELOG.md and fixed copy-paste in the message
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 17, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi
6 tasks
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 22, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi - Updated tests
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 22, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi - Updated tests
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 22, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi - Updated tests
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 24, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi - Updated tests
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 24, 2024
Description: - Added correction arg in jnp.var and jnp.std - Addresses jax-ml#21088 - Updated signatures in init.pyi - Updated tests
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 27, 2024
Related to jax-ml#21088
This was referenced May 27, 2024
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 29, 2024
Related to jax-ml#21088
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 29, 2024
Related to jax-ml#21088
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 29, 2024
Related to jax-ml#21088
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 29, 2024
Related to jax-ml#21088
vfdev-5
added a commit
to vfdev-5/jax
that referenced
this issue
May 29, 2024
Related to jax-ml#21088
Micky774
changed the title
Remaining deprecations for array API compliance
Remaining API changes for array API compliance
May 31, 2024
This was referenced Jun 25, 2024
This was referenced Jul 23, 2024
This was referenced Jul 30, 2024
Closed by #22818 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue tracks the deprecations that must still be started to ensure that the
jax.numpy
namespace is array API compliant. This covers some issues remaining which are not explicitly tracked in #18353, with some overlap between both.Core
newshape
argument ofjnp.reshape
#21130device
kwargjnp.arange
jnp.array
jnp.eye
jnp.linspace
dtype
jnp.ceil
jnp.floor
jnp.trunc
correction
arg to jnp.var and jnp.std for array-api compliance #21262jnp.std
jnp.var
Compliance Finalization
jax.numpy
array API compliance finalization #21323__array_namespace__
toArrayImpl
to_device
toArrayImpl
device
toArrayImpl
__array_namespace_info__
tojax.numpy
__array_api_version__
version informationFFT
device
kwarg [array API] move api metadata into jax.numpy namespace #22734jnp.fft.fftfreq
jnp.fft.rfftfreq
Linalg
rcond/tol
tortol
inlinalg.matrix_rank
andlinalg.pinv
#21226jnp.linalg.matrix_rank
: Changetol
arg tortol
jnp.linalg.pinv
: Changercond
arg tortol
The text was updated successfully, but these errors were encountered: