This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new b2d4e24b69 [SYSTEMDS-3864] Additional trace alias tr()
b2d4e24b69 is described below
commit b2d4e24b694ec4e720ec2441a99184ab34a3f559
Author: aarna <[email protected]>
AuthorDate: Tue Apr 22 09:26:29 2025 +0200
[SYSTEMDS-3864] Additional trace alias tr()
Closes #2255.
---
src/main/java/org/apache/sysds/common/Builtins.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/sysds/common/Builtins.java
b/src/main/java/org/apache/sysds/common/Builtins.java
index 08e06101b8..d8caf6d11b 100644
--- a/src/main/java/org/apache/sysds/common/Builtins.java
+++ b/src/main/java/org/apache/sysds/common/Builtins.java
@@ -338,7 +338,7 @@ public enum Builtins {
TANH("tanh", false),
TO_ONE_HOT("toOneHot", true),
TOMEKLINK("tomeklink", true),
- TRACE("trace", false),
+ TRACE("trace", "tr", false),
TRANS("t", false),
TSNE("tSNE", true),
TYPEOF("typeof", false),