This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from dd0ca2675c [SYSTEMDS-3351] Python Test Docs
add 25c112eb76 [SYSTEMDS-3345] Add support for as.boolean(X)
new 27e36fc53a [MINOR] Fix system warnings vscode
The 1 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:
.gitignore | 3 +
src/main/java/org/apache/sysds/parser/dml/Dml.g4 | 2 +-
.../org/apache/sysds/parser/dml/DmlLexer.interp | 2 +-
.../java/org/apache/sysds/parser/dml/DmlLexer.java | 391 +++++++++++----------
.../controlprogram/caching/CacheableData.java | 1 -
.../fed/AggregateBinaryFEDInstruction.java | 1 +
...trixTest.java => AsBooleanVsAsLogicalTest.java} | 46 ++-
.../misc/{castBoolean.dml => castingTest.dml} | 9 +-
8 files changed, 236 insertions(+), 219 deletions(-)
copy src/test/java/org/apache/sysds/test/functions/misc/{PrintMatrixTest.java
=> AsBooleanVsAsLogicalTest.java} (60%)
copy src/test/scripts/functions/misc/{castBoolean.dml => castingTest.dml} (93%)