Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
DML Language Ref specifies: "NOTE: append() has been replaced by cbind(), so its use is discouraged."
So, cbind() should replace append() in all DML/PyDML scripts when used with matrices. (note that append() can also be used to append strings to other strings)
Fixed by PR391.