Skip to content

Commit

Permalink
Release RapidMiner 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Timm committed Feb 6, 2019
1 parent 914829a commit 3a2da3e
Show file tree
Hide file tree
Showing 4,017 changed files with 11,589 additions and 6,190 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -20,10 +20,10 @@ repositories {
dependencies {

// belt project for new data core
compile 'com.rapidminer:belt:0.3'
compile 'com.rapidminer:belt:0.4'

// belt adapter for conversion between old and new core
compile ('com.rapidminer:belt-adapter:0.2'){
compile ('com.rapidminer:belt-adapter:0.3'){
exclude group: 'com.rapidminer.studio', module: 'rapidminer-studio-core'
}

Expand All @@ -44,7 +44,7 @@ dependencies {
compile 'com.rapidminer.external:alphanumeric-sorting:1.0.1'

// VLDocking as docking framework (https://code.google.com/p/vldocking/)
compile 'com.rapidminer.external:vldocking:9.0.1'
compile 'com.rapidminer.external:vldocking:9.0.2'

// Freehep for vector graphic export (http://java.freehep.org/)
compile('org.freehep:freehep-graphicsio-ps:2.3') {
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.10'

// SwingX for various Swing components (https://swingx.java.net/)
compile 'org.swinglabs.swingx:swingx-all:1.6.5'
compile 'org.swinglabs.swingx:swingx-all:1.6.5-1'

// XStreams for generic XML serialization (http://xstream.codehaus.org/)
compile 'com.thoughtworks.xstream:xstream:1.4.10'
Expand Down
4 changes: 2 additions & 2 deletions doc/doc/AbstractOperatorDocGenerator.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/CiteTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/CommentStripper.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/DocumentationGenerator.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/LatexOperatorDocGenerator.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/MathTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/OperatorDocGenerator.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/ProgramHTMLOperatorDocGenerator.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/RefTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/ReferenceTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/TexTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
4 changes: 2 additions & 2 deletions doc/doc/XMLExampleTaglet.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2014 RapidMiner GmbH
/**
* Copyright (C) 2001-2019 RapidMiner GmbH
*/
package com.rapidminer.doc;

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
version=9.1.0
version=9.2.0
group=com.rapidminer.studio
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2001-2018 by RapidMiner and the contributors
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
Expand Down

0 comments on commit 3a2da3e

Please sign in to comment.