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 378d092  [MINOR] Add license to notebook
     new f2c1593  [MINOR] Update readme and fix links in docs
     new d73bfdb  [MINOR] update api docs
     new d94056a  [MINOR] Fix formatting in builtin reference docs

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:
 README.md                                          |   2 +
 docs/_includes/header.html                         |  11 +-
 docs/api/java/allclasses-frame.html                |   3 +
 docs/api/java/allclasses-noframe.html              |   3 +
 docs/api/java/constant-values.html                 |  87 ++--
 docs/api/java/index-all.html                       | 163 ++++++--
 docs/api/java/org/apache/sysds/api/DMLScript.html  |  15 +-
 .../api/java/org/apache/sysds/common/Builtins.html | 306 ++++++++------
 .../org/apache/sysds/common/Types.FileFormat.html  |   4 +-
 .../Types.FunctionBlock.html}                      |  79 ++--
 .../java/org/apache/sysds/common/Types.OpOp1.html  |   4 +-
 docs/api/java/org/apache/sysds/common/Types.html   |  28 +-
 .../common/class-use/Types.FunctionBlock.html      | 251 +++++++++++
 .../org/apache/sysds/common/package-frame.html     |   4 +
 .../org/apache/sysds/common/package-summary.html   |  17 +
 .../java/org/apache/sysds/common/package-tree.html |   4 +
 .../java/org/apache/sysds/common/package-use.html  |  39 +-
 .../api/java/org/apache/sysds/hops/FunctionOp.html |  29 +-
 .../java/org/apache/sysds/hops/class-use/Hop.html  |   5 +-
 .../hops/codegen/template/CPlanMemoTable.html      |  12 +-
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   2 +-
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |  10 +-
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  19 +-
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   6 +-
 .../java/org/apache/sysds/lops/class-use/Lop.html  |   3 +-
 .../lops/class-use/LopProperties.ExecType.html     |   3 +-
 .../java/org/apache/sysds/parser/DMLProgram.html   |  52 +--
 .../org/apache/sysds/parser/DataExpression.html    | 113 +++--
 .../org/apache/sysds/parser/ForStatementBlock.html |   2 +-
 .../sysds/parser/FunctionCallIdentifier.html       |   4 +-
 .../FunctionDictionary.html}                       | 183 +++++----
 .../org/apache/sysds/parser/FunctionStatement.html |   4 +-
 .../sysds/parser/FunctionStatementBlock.html       |  42 +-
 .../org/apache/sysds/parser/IfStatementBlock.html  |   2 +-
 .../apache/sysds/parser/ParForStatementBlock.html  |   2 +-
 .../org/apache/sysds/parser/StatementBlock.html    |  12 +-
 .../apache/sysds/parser/WhileStatementBlock.html   |   2 +-
 .../apache/sysds/parser/class-use/DMLProgram.html  |  28 +-
 .../sysds/parser/class-use/DataIdentifier.html     |  12 +-
 .../sysds/parser/class-use/ForStatementBlock.html  |   8 +-
 ...StatementBlock.html => FunctionDictionary.html} |  62 ++-
 .../parser/class-use/FunctionStatementBlock.html   |  66 ++-
 .../sysds/parser/class-use/IfStatementBlock.html   |   8 +-
 .../sysds/parser/class-use/ParseException.html     |  12 +
 .../sysds/parser/class-use/StatementBlock.html     |  20 +-
 .../parser/class-use/WhileStatementBlock.html      |   8 +-
 .../org/apache/sysds/parser/dml/StatementInfo.html |   4 +-
 .../org/apache/sysds/parser/package-frame.html     |   1 +
 .../org/apache/sysds/parser/package-summary.html   |  63 +--
 .../java/org/apache/sysds/parser/package-tree.html |   3 +-
 .../java/org/apache/sysds/parser/package-use.html  |  75 ++--
 .../runtime/class-use/DMLScriptException.html      |  50 ++-
 .../controlprogram/FunctionProgramBlock.html       |  60 ++-
 .../runtime/controlprogram/LocalVariableMap.html   |   8 +-
 .../sysds/runtime/controlprogram/Program.html      | 118 +++++-
 .../controlprogram/caching/CacheableData.html      |  82 ++--
 .../controlprogram/caching/FrameObject.html        |   8 +
 .../controlprogram/caching/MatrixObject.html       |  62 +--
 .../controlprogram/caching/TensorObject.html       |   8 +
 .../caching/class-use/CacheBlock.html              |   2 +-
 .../controlprogram/class-use/ForProgramBlock.html  |  12 +-
 .../class-use/FunctionProgramBlock.html            |  34 +-
 .../controlprogram/class-use/IfProgramBlock.html   |  12 +-
 .../controlprogram/class-use/LocalVariableMap.html |   2 +-
 .../class-use/ParForProgramBlock.html              |  12 +-
 .../runtime/controlprogram/class-use/Program.html  |  42 +-
 .../controlprogram/class-use/ProgramBlock.html     |  60 ++-
 .../class-use/WhileProgramBlock.html               |  12 +-
 .../sysds/runtime/controlprogram/package-tree.html |   2 +-
 .../sysds/runtime/controlprogram/package-use.html  |   3 +
 .../controlprogram/paramserv/ParamservUtils.html   |  42 +-
 .../parfor/CachedReuseVariables.html               |   4 +-
 .../parfor/opt/OptTreeConverter.html               |   6 +-
 .../parfor/opt/OptTreePlanMappingAbstract.html     |  23 +-
 .../instructions/class-use/Instruction.html        |  12 +-
 .../instructions/cp/CPInstruction.CPType.html      |   8 +-
 .../instructions/cp/FunctionCallCPInstruction.html |   8 +-
 .../instructions/cp/class-use/CPOperand.html       |   4 +-
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |  23 +-
 .../org/apache/sysds/runtime/io/FrameReader.html   |   7 +-
 .../LineageCacheConfig.LineageCachePolicy.html     |  12 +-
 .../sysds/runtime/lineage/LineageItemUtils.html    |   6 +
 .../java/org/apache/sysds/runtime/package-use.html |   5 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   3 +-
 .../sysds/runtime/util/ByteBufferDataInput.html    |   4 +-
 .../apache/sysds/runtime/util/CollectionUtils.html | 457 +++++++++++++++++++++
 .../sysds/runtime/util/CommonThreadPool.html       |   4 +-
 .../sysds/runtime/util/ProgramConverter.html       | 196 +++++----
 .../apache/sysds/runtime/util/UtilFunctions.html   | 215 ++++------
 .../class-use/CollectionUtils.html}                |  20 +-
 .../apache/sysds/runtime/util/package-frame.html   |   1 +
 .../apache/sysds/runtime/util/package-summary.html |  44 +-
 .../apache/sysds/runtime/util/package-tree.html    |   1 +
 docs/api/java/overview-tree.html                   |   7 +-
 docs/css/main.css                                  |  33 +-
 docs/img/{systemml-logo.png => systemds-logo.png}  | Bin
 docs/site/builtins-reference.md                    | 117 +++++-
 docs/site/dml-language-reference.md                |   9 +-
 98 files changed, 2570 insertions(+), 1187 deletions(-)
 copy docs/api/java/org/apache/sysds/{api/ConfigurableAPI.html => 
common/Types.FunctionBlock.html} (61%)
 create mode 100644 
docs/api/java/org/apache/sysds/common/class-use/Types.FunctionBlock.html
 copy docs/api/java/org/apache/sysds/{lops/LopProperties.html => 
parser/FunctionDictionary.html} (50%)
 copy docs/api/java/org/apache/sysds/parser/class-use/{IfStatementBlock.html => 
FunctionDictionary.html} (52%)
 create mode 100644 
docs/api/java/org/apache/sysds/runtime/util/CollectionUtils.html
 copy 
docs/api/java/org/apache/sysds/runtime/{codegen/class-use/CodegenUtils.html => 
util/class-use/CollectionUtils.html} (82%)
 rename docs/img/{systemml-logo.png => systemds-logo.png} (100%)

Reply via email to