This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 08ce6bc1f5 [MINOR] Double Buffering longer than buffer arrays
new bf0b4ef680 [SYSTEMDS-3695] Fix frame builtin parsing and missing nary
append
new 51597685f6 [MINOR] Fix all frame builtin functions (correct internal
names)
new 20e7dd0800 [SYSTEMDS-3538] New word-error-rate builtin function for
TPCx-AI
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
scripts/builtin/apply_pipeline.dml | 2 +-
scripts/builtin/correctTypos.dml | 2 +-
scripts/builtin/correctTyposApply.dml | 2 +-
scripts/builtin/denialConstraints.dml | 2 +-
scripts/builtin/dmv.dml | 2 +-
scripts/builtin/ema.dml | 2 +-
scripts/builtin/executePipeline.dml | 2 +-
scripts/builtin/fit_pipeline.dml | 2 +-
scripts/builtin/fixInvalidLengths.dml | 2 +-
scripts/builtin/fixInvalidLengthsApply.dml | 2 +-
scripts/builtin/frameSort.dml | 2 +-
scripts/builtin/mdedup.dml | 2 +-
scripts/builtin/topk_cleaning.dml | 2 +-
scripts/builtin/{naiveBayesPredict.dml => wer.dml} | 27 ++++-----
.../java/org/apache/sysds/common/Builtins.java | 4 +-
.../controlprogram/context/ExecutionContext.java | 16 +++++-
.../cp/MatrixBuiltinNaryCPInstruction.java | 30 +++++++---
.../apache/sysds/runtime/util/UtilFunctions.java | 66 +++++++++++++++++++++-
.../{BuiltinSplitTest.java => BuiltinWerTest.java} | 46 ++++++++-------
.../wer.dml} | 38 ++++++-------
20 files changed, 165 insertions(+), 88 deletions(-)
copy scripts/builtin/{naiveBayesPredict.dml => wer.dml} (66%)
copy
src/test/java/org/apache/sysds/test/functions/builtin/part2/{BuiltinSplitTest.java
=> BuiltinWerTest.java} (66%)
copy src/test/scripts/functions/{recompile/LiteralReplaceCastScalar.dml =>
builtin/wer.dml} (70%)