(Ported this issue over since there are a few outstanding tasks).
The v2023.12 iteration of the Array API standard was recently released (changelog).
The following changes to ndonnx will be required:
We are also missing linalg support.
It looks like ndonnx already satisfies the clarifications to the specification, including the most urgent ones motivated by the ONNX use case in the first place like raising in intrinsically eager functions like __bool__.
(Ported this issue over since there are a few outstanding tasks).
The v2023.12 iteration of the Array API standard was recently released (changelog).
The following changes to ndonnx will be required:
__array_namespace_info__clipfrom additional namespace to main one.cumulative_sum.searchsortedfrom additional namespace to main one.maximum.minimum.signbit.unstack.repeat.tensordot.moveaxis.tile.hypot.We are also missing
linalgsupport.It looks like ndonnx already satisfies the clarifications to the specification, including the most urgent ones motivated by the ONNX use case in the first place like raising in intrinsically eager functions like
__bool__.