You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2016/05/03 01:29:12 UTC

[jira] [Updated] (SYSTEMML-657) Deprecate `ppred(...)` Built-In Function

     [ https://issues.apache.org/jira/browse/SYSTEMML-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Dusenberry updated SYSTEMML-657:
-------------------------------------
    Description: 
The {{ppred(...)}} built-in function is no longer needed as comparison expressions are directly supported now, and so it should be deprecated and replaced in all current DML scripts.

Example:  {{ppred(X, 0, ">")}} can be replaced with {{X > 0}}.

Tasks:
* Add deprecated warning to parser.
* Replace {{ppred(...)}} in all current DML scripts.
* Add deprecated tag to {{ppred(...)}} in the DML language reference.

  was:
The {{ppred(...)}} built-in function is no longer needed as comparison expressions are directly supported now, and so it should be deprecated and replaced in all current DML scripts.

Example:  {{ppred(X, 0, ">")}} can be replaced with {{X > 0}}.



> Deprecate `ppred(...)` Built-In Function
> ----------------------------------------
>
>                 Key: SYSTEMML-657
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-657
>             Project: SystemML
>          Issue Type: Improvement
>            Reporter: Mike Dusenberry
>
> The {{ppred(...)}} built-in function is no longer needed as comparison expressions are directly supported now, and so it should be deprecated and replaced in all current DML scripts.
> Example:  {{ppred(X, 0, ">")}} can be replaced with {{X > 0}}.
> Tasks:
> * Add deprecated warning to parser.
> * Replace {{ppred(...)}} in all current DML scripts.
> * Add deprecated tag to {{ppred(...)}} in the DML language reference.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)