From 8a743853905df3763b9dd62b844c78ab48fa80ba Mon Sep 17 00:00:00 2001 From: Aditya Goel Date: Mon, 12 Aug 2024 22:16:57 +0100 Subject: [PATCH] Clean CHANGELOG --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f3c0fd..f12230e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,7 +26,7 @@ Changelog - :func:`ndonnx.tril` - :func:`ndonnx.triu` - :func:`ndonnx.linspace` -- Custom data types can now provide implementations for :func:`ndonnx.where`. + - :func:`ndonnx.where` - The :class:`ndonnx._experimental.UniformShapeOperations` now provides implementations of shape operations that are generic across all data types where each constituent field has the same shape (that of the overall array). **Other changes**