- Division now complies more strictly with the Array API standard by returning a floating-point result regardless of input data types.
0.6.0
------------------
**Other changes**
- ``ndonnx.promote_nullable`` is now publicly exported.
0.5.0
------------------
**Other changes**
- ndonnx now exports type annotations.
**Bug fixes**
- ``__array_namespace__`` now accepts the optional ``api_version`` argument to specify the version of the Array API to use.
0.4.0
------------------
**Breaking changes**
- The constant propagated value is no longer accessed from the ``eager_value`` property but instead the ``to_numpy()`` method. - Non Array API functions have been moved to the ``ndonnx.additional`` namespace.