Uh oh!
There was an error while loading. Please reload this page.
[SYSTEMML-872] Add new SystemML.py to various artifacts - #222
[SYSTEMML-872] Add new SystemML.py to various artifacts#222deroneriksson wants to merge 1 commit into
Conversation
niketanpansare
commented
Aug 27, 2016
@deroneriksson Since SystemML.py is likely going to be replace by a package structure once #197 is merged in, can you please hold off this PR ? Once the PR 197 is merged, we will have a seperate Python package artifact (as a tar file). |
deroneriksson
commented
Aug 29, 2016
@niketanpansare@dusenberrymw |
deroneriksson
commented
Aug 29, 2016
@niketanpansare@dusenberrymw |
niketanpansare
commented
Aug 29, 2016
The shell script in the python package 'uploadToPyPI.sh' will create a tar.gz in dist/ directory. We can add that artifact into our release. Anyone can use command 'pip install ..tar.gz' and install SystemML. |
deroneriksson
commented
Aug 29, 2016
It's probably a good idea to keep @lresende aware of the status of this to be sure that the release will follow Apache requirements. |
niketanpansare
commented
Aug 29, 2016
I have created a JIRA: https://issues.apache.org/jira/browse/SYSTEMML-883 @lresende or @deroneriksson Do either one of you want to take it over ? |
deroneriksson
commented
Aug 29, 2016
@niketanpansare I'm probably not a good choice for most Python tasks due to my lack of experience with it. :-) |
niketanpansare
commented
Aug 29, 2016
No worries :) ... I think we should not release the old SystemML.py (as it is deprecated) and only release the new Python package. Let's go ahead and close this PR. @lresende commented on the JIRA that he will take a pass at this. If necessary, I too can help with it. |
deroneriksson
commented
Aug 29, 2016
I will close this PR and the accompanying JIRA. |
Adds SystemML.py to the root of all artifacts where it makes sense.