The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Sebastian Land wrote:The good news on that topic: When he returns we will switch to SVN on sourceforge, what should increase the performance.
Sebastian Land wrote:the current stable version is already mirrored on the SVN on source-forge. RapidMiner 5 will be there as soon as we publish the final version. You might take the API from the Beta version anyway, there hasn't been conceptual changes, if I remember correctly.
Sebastian Land wrote:Sorry for the inconvenience, but did you ever worked on sf with a big project like that? Everyone of us waited half an hour per day just for synchronizing. That was too disgusting. And in the past the number of contributors was not that big, that it was worth having these problems...
I just want figure out to which extent I can rely on the openness of RM before pushing the people in my group away from Knime towards RM. :-)
Ingo Mierswa wrote:Just checkout the "src" folder of the release and you will get the snapshot of the source code of the released version.
Ingo Mierswa wrote:Just think of it as another X-mas present
Ingo Mierswa wrote:even in times where Knime had used this creepy only-partly-open-source-license-for-some-users-but-not-for-others
Exception in thread "main" java.lang.NumberFormatException: For input string: "${rapidminer" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:449) at java.lang.Integer.parseInt(Integer.java:499) at com.rapidminer.gui.tools.VersionNumber.<init>(VersionNumber.java:80) at com.rapidminer.tools.ParameterService.getUserConfigFile(ParameterService.java:259) at com.rapidminer.tools.ParameterService.loadAllRCFiles(ParameterService.java:297) at com.rapidminer.tools.ParameterService.init(ParameterService.java:139) at com.rapidminer.tools.ParameterService.init(ParameterService.java:133) at com.rapidminer.RapidMiner.init(RapidMiner.java:384) at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:208) at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:527)
version number in RapidMiner. */ package com.rapidminer; /** This class is generated by the ant target "update-version" to ensure the correct version number in RapidMiner. */ public class Version { public static String getLongVersion() { return "${rapidminer.version}.${rapidminer.revision}.${rapidminer.update}"; } public static String getShortVersion() { return "${rapidminer.version}.${rapidminer.revision}"; } }
version number in RapidMiner. */ public class Version { public static String getLongVersion() { return "5.0.006"; }
#Fri Dec 18 16:20:40 CET 2009rapidminer.version=5rapidminer.update=006rapidminer.revision=0