From 4c7b459aa803baee676b36ad0a958e84706c02d8 Mon Sep 17 00:00:00 2001 From: Florian Fervers Date: Fri, 8 Mar 2024 11:17:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96323b8..4d587f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ ### Changed - Allow `einx.{set_at|add_at|...}` to be called with zero-sized updates or coordinates (in which case the input tensor is returned as-is). +- Remove `backend.dot` which was not used anywhere but in the unit tests. +- Improve error reporting when passing invalid shape constraints to einx functions. ### Fixed - Fix compatibility of `einx.nn.torch.Norm` with PyTorch 2.2. +- Fix `name` parameter in `einn.param` being ignored.