incubator-systemml git commit: [SYSTEMML-292] Fix PyDML boolean output case

2016-12-09 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master 984e0cb17 -> f8677e804 [SYSTEMML-292] Fix PyDML boolean output case Create global ScriptType variable in DMLScript. Set global ScriptType in DMLScript, MLContext APIs, and JMLC API. Add correct case boolean string output method

incubator-systemml git commit: [SYSTEMML-1145] Fix distribution build on Windows

2016-12-09 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 051eef271 -> 984e0cb17 [SYSTEMML-1145] Fix distribution build on Windows Added platform.system() check to match file extension when renaming python artifact to prevent distribution build failure on Windows. Closes #313. Pro