You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/07/01 17:25:48 UTC

[systemds] branch master updated (18f4611 -> a490909)

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 18f4611  [SYSTEMDS-3036] Stemming function PorterStemmer Functionality added in map() call. Syntax output = map(input, "x -> x.PorterStemmer.stem(x)")
     add a490909  [SYSTEMDS-2615] CLA BinaryCell operation fix

No new revisions were added by this update.

Summary of changes:
 .../runtime/compress/CompressedMatrixBlock.java    |  7 +++
 .../runtime/compress/lib/CLALibBinaryCellOp.java   | 26 +++++++++--
 .../runtime/matrix/data/LibMatrixBincell.java      | 54 ++++++++++++++++++++--
 .../compress/workload/WorkloadAlgorithmTest.java   | 26 +++++++----
 .../compress/workload/WorkloadAnalysisLm.dml       |  3 ++
 ...ysisMlogreg.dml => WorkloadAnalysisMLogReg.dml} | 24 ++++++++--
 .../compress/workload/WorkloadAnalysisPCA.dml      |  3 ++
 7 files changed, 124 insertions(+), 19 deletions(-)
 rename src/test/scripts/functions/compress/workload/{WorkloadAnalysisMlogreg.dml => WorkloadAnalysisMLogReg.dml} (67%)