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

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


    from 9bd68ff  [SYSTEMDS-233] Fix multi-level lineage caching (parfor, 
determinism)
     new 0426099  [MINOR] Removal of remaining pydml test files and tests
     new cf74661  [SYSTEMDS-207] Fix dml-builtin-function hoisting from 
expressions

The 2 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:
 docs/Tasks.txt                                     |  1 +
 .../java/org/apache/sysds/parser/DMLProgram.java   |  4 +-
 .../org/apache/sysds/parser/StatementBlock.java    | 59 ++++++++++++++--------
 .../functions/misc/FunctionInExpressionTest.java   |  7 +++
 .../test/functions/mlcontext/MLContextTest.java    | 59 ----------------------
 .../scripts/functions/misc/FunInExpression7.dml    |  7 ++-
 .../scripts/functions/misc/PackageFunCall1.pydml   | 25 ---------
 .../scripts/functions/misc/PackageFunCall2.pydml   | 26 ----------
 .../scripts/functions/misc/PackageFunLib.pydml     | 25 ---------
 9 files changed, 52 insertions(+), 161 deletions(-)
 copy scripts/nn/test/compare_backends/gen_softmax.dml => 
src/test/scripts/functions/misc/FunInExpression7.dml (86%)
 delete mode 100644 src/test/scripts/functions/misc/PackageFunCall1.pydml
 delete mode 100644 src/test/scripts/functions/misc/PackageFunCall2.pydml
 delete mode 100644 src/test/scripts/functions/misc/PackageFunLib.pydml

Reply via email to