diff --git a/build.properties b/build.properties index 74b17565..a2498df5 100644 --- a/build.properties +++ b/build.properties @@ -15,7 +15,7 @@ test.result.dir=${target.dir}/test-results user.name=myui #java.version=1.6 -project.version=0.4 +project.version=0.4.0 project.name=Hivemall project.groupId=hivemall project.organization.name=Treasure Data, Inc. diff --git a/build.xml b/build.xml deleted file mode 100644 index d196d3cd..00000000 --- a/build.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 07a7657d..a3fa7087 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.myui hivemall - 0.4 + 0.4.0 Hivemall Scalable Machine Learning Library for Apache Hive @@ -291,8 +291,11 @@ false - io.netty:netty-all com.google.code.findbugs:jsr305 + io.netty:netty-all + com.github.haifengl:smile-core + com.github.haifengl:smile-math + com.github.haifengl:smile-data junit:junit @@ -336,9 +339,12 @@ commons-cli:commons-cli commons-logging:commons-logging log4j:log4j + org.apache.hadoop.thirdparty.guava:guava com.google.code.findbugs:jsr305 io.netty:netty-all - org.apache.hadoop.thirdparty.guava:guava + com.github.haifengl:smile-core + com.github.haifengl:smile-math + com.github.haifengl:smile-data junit:junit diff --git a/src/main/java/hivemall/HivemallConstants.java b/src/main/java/hivemall/HivemallConstants.java index dc821508..bab3eda9 100644 --- a/src/main/java/hivemall/HivemallConstants.java +++ b/src/main/java/hivemall/HivemallConstants.java @@ -20,7 +20,7 @@ public final class HivemallConstants { - public static final String VERSION = "0.4"; + public static final String VERSION = "0.4.0"; public static final String BIAS_CLAUSE = "0"; public static final String CONFKEY_RAND_AMPLIFY_SEED = "hivemall.amplify.seed"; diff --git a/target/hivemall-fat.jar b/target/hivemall-fat.jar index f79bb007..2024b5df 100644 Binary files a/target/hivemall-fat.jar and b/target/hivemall-fat.jar differ diff --git a/target/hivemall-with-dependencies.jar b/target/hivemall-with-dependencies.jar index 2a3a8fa2..d400b018 100644 Binary files a/target/hivemall-with-dependencies.jar and b/target/hivemall-with-dependencies.jar differ diff --git a/target/hivemall.jar b/target/hivemall.jar index eab124ef..5bf183b2 100644 Binary files a/target/hivemall.jar and b/target/hivemall.jar differ