Skip to content

Commit

Permalink
Release RapidMiner 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Boeck committed Nov 7, 2019
1 parent 5d7d832 commit 92d3c49
Show file tree
Hide file tree
Showing 193 changed files with 2,629 additions and 12,599 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ repositories {
dependencies {

// belt project for new data core
compile 'com.rapidminer:belt:1.0.0-BETA2'
compile 'com.rapidminer:belt:1.0.0-BETA4'

// belt adapter for conversion between old and new core
compile ('com.rapidminer:belt-adapter:0.5') {
compile ('com.rapidminer:belt-adapter:0.6'){
exclude group: 'com.rapidminer.studio', module: 'rapidminer-studio-core'
exclude group: 'com.rapidminer', module: 'belt'
}
Expand Down Expand Up @@ -158,14 +158,16 @@ dependencies {
// access to windows registry
compile 'net.java.dev.jna:jna-platform:4.5.2'

// matrix library (https://www.ojalgo.org/)
compile 'org.ojalgo:ojalgo:47.3.0'

// tests require mockito
testCompile 'org.mockito:mockito-core:2.13.0'

}

task wrapper(type: Wrapper) { gradleVersion = '4.0.1' }

apply from: 'gradle/wsimport.gradle'
apply from: 'gradle/props.gradle'
apply from: 'gradle/tutorial.gradle'
apply from: 'gradle/template.gradle'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=9.4.1
version=9.5.0
group=com.rapidminer.studio

licenseVersion=4.2.2
licenseVersion=4.2.3
76 changes: 0 additions & 76 deletions gradle/wsimport.gradle

This file was deleted.

158 changes: 0 additions & 158 deletions src/generated/java/com/rapid_i/repository/wsimport/AccessRights.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 92d3c49

Please sign in to comment.