diff --git a/core b/core index ee905fe428e..798bd94db5e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit ee905fe428e38fb286b660787a508dcaa1b36345 +Subproject commit 798bd94db5e2e4e78fd4fc04b7d1924f260f5309 diff --git a/docker/BigDL/Dockerfile b/docker/BigDL/Dockerfile index e97608d8d32..fb9a280e80f 100644 --- a/docker/BigDL/Dockerfile +++ b/docker/BigDL/Dockerfile @@ -20,7 +20,7 @@ MAINTAINER The BigDL Authors https://github.com/intel-analytics/BigDL WORKDIR /opt/work -ARG BIGDL_VERSION=0.13.0-SNAPSHOT +ARG BIGDL_VERSION=0.13.0 ARG SPARK_VERSION=2.1.1 ARG JDK_VERSION=8u192 ARG JDK_URL=your_jdk_url diff --git a/docs/docs/ProgrammingGuide/quantization-support.md b/docs/docs/ProgrammingGuide/quantization-support.md index 70feb5cac31..80d9b11b872 100644 --- a/docs/docs/ProgrammingGuide/quantization-support.md +++ b/docs/docs/ProgrammingGuide/quantization-support.md @@ -18,7 +18,7 @@ spark jars directory to `SPARK_JAR`. set -x -VERSION=0.13.0-SNAPSHOT +VERSION=0.13.0 BIGDL_HOME=${WORKSPACE}/dist JAR_HOME=${BIGDL_HOME}/lib/target SPARK_JAR=/opt/spark/jars/* diff --git a/docs/docs/ScalaUserGuide/install-pre-built.md b/docs/docs/ScalaUserGuide/install-pre-built.md index 3b2567e6a0e..6c7b34bf6ff 100644 --- a/docs/docs/ScalaUserGuide/install-pre-built.md +++ b/docs/docs/ScalaUserGuide/install-pre-built.md @@ -26,7 +26,7 @@ You can find the optional `${BIGDL_VERSION}` from the [Release Page](../release- Currently, BigDL development version is hosted on [SonaType](https://oss.sonatype.org/content/groups/public/com/intel/analytics/bigdl/). -To link your application with the latest BigDL development version, you should add some dependencies like [Linking with BigDL releases](#link-with-a-release-version), but set `${BIGDL_VERSION}` to `0.13.0-SNAPSHOT`, and add below repository to your pom.xml. +To link your application with the latest BigDL development version, you should add some dependencies like [Linking with BigDL releases](#link-with-a-release-version), but set `${BIGDL_VERSION}` to `0.13.0`, and add below repository to your pom.xml. ```xml diff --git a/pom.xml b/pom.xml index ba6ed674e70..c9dd296e370 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.intel.analytics.bigdl bigdl-parent pom - 0.13.0-SNAPSHOT + 0.13.0 BigDL A distributed deep learning library for Apache Spark. diff --git a/pyspark/bigdl/models/textclassifier/README.md b/pyspark/bigdl/models/textclassifier/README.md index 5150e737b75..5d2a690e31b 100644 --- a/pyspark/bigdl/models/textclassifier/README.md +++ b/pyspark/bigdl/models/textclassifier/README.md @@ -28,8 +28,8 @@ $ [/tmp/news20]$ tree . -L 1 - The example code would automatically download the data during the first run. ### Run via pip install -- [Install from pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-from-pip/) -- Optional: check [Run after pip install](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-from-pip/) +- [Install from pip](https://bigdl-project.github.io/0.13.0/#PythonUserGuide/install-from-pip/) +- Optional: check [Run after pip install](https://bigdl-project.github.io/0.13.0/#PythonUserGuide/run-from-pip/) - Run the following command locally ``` python ${BigDL_HOME}/pyspark/bigdl/models/textclassifier/textclassifier.py --max_epoch 3 --model cnn @@ -37,8 +37,8 @@ python ${BigDL_HOME}/pyspark/bigdl/models/textclassifier/textclassifier.py --max ``` ### Run via spark-submit -- [Install without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-without-pip/) -- Optional: check [Run without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-without-pip/) +- [Install without pip](https://bigdl-project.github.io/0.13.0/#PythonUserGuide/install-without-pip/) +- Optional: check [Run without pip](https://bigdl-project.github.io/0.13.0/#PythonUserGuide/run-without-pip/) - Run the following command ```{r, engine='sh'} PYTHONHASHSEED=0 diff --git a/pyspark/bigdl/version.py b/pyspark/bigdl/version.py index 4f81c266b13..5b26b3b38fa 100644 --- a/pyspark/bigdl/version.py +++ b/pyspark/bigdl/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "0.13.0.dev0" +__version__ = "0.13.0" diff --git a/scripts/download.sh b/scripts/download.sh index a452df4ee4c..c09e78b48d4 100644 --- a/scripts/download.sh +++ b/scripts/download.sh @@ -23,7 +23,7 @@ HDFS_HOST=$1 set -e -BIGDL_VERSION=0.13.0-SNAPSHOT +BIGDL_VERSION=0.13.0 if [ -d "images" ] then diff --git a/scripts/run.example.sh b/scripts/run.example.sh index 1a28b33fb72..84067f79cf6 100644 --- a/scripts/run.example.sh +++ b/scripts/run.example.sh @@ -16,7 +16,7 @@ # limitations under the License. # -BIGDL_VERSION=0.13.0-SNAPSHOT +BIGDL_VERSION=0.13.0 SPARK1_DIR=spark-1.6.3-bin-hadoop2.6 SPARK1_LINK=https://www.apache.org/dist/spark/spark-1.6.3/$SPARK1_DIR.tgz diff --git a/spark/dist/pom.xml b/spark/dist/pom.xml index 5a8f36aaaaa..fb1b706894d 100644 --- a/spark/dist/pom.xml +++ b/spark/dist/pom.xml @@ -5,7 +5,7 @@ spark_bigdl com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 diff --git a/spark/dl/pom.xml b/spark/dl/pom.xml index 6456bdcd582..8b8535ceb69 100644 --- a/spark/dl/pom.xml +++ b/spark/dl/pom.xml @@ -5,7 +5,7 @@ spark_bigdl com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 @@ -79,7 +79,7 @@ com.intel.analytics.bigdl.core.dist all - 0.13.0-SNAPSHOT + 0.13.0 ${bigdl-core-all-scope} @@ -319,7 +319,7 @@ com.intel.analytics.bigdl.core.dist ${os-flag} - 0.13.0-SNAPSHOT + 0.13.0 pom diff --git a/spark/dl/src/main/resources/bigdl-version-info.properties b/spark/dl/src/main/resources/bigdl-version-info.properties index 01f92f888d2..9796f4eb11b 100644 --- a/spark/dl/src/main/resources/bigdl-version-info.properties +++ b/spark/dl/src/main/resources/bigdl-version-info.properties @@ -16,4 +16,4 @@ #BigDL version info config -version=0.13.0-SNAPSHOT \ No newline at end of file +version=0.13.0 \ No newline at end of file diff --git a/spark/pom.xml b/spark/pom.xml index 4641bf63a13..434a3772393 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -5,7 +5,7 @@ bigdl-parent com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 diff --git a/spark/spark-version/1.5-plus/pom.xml b/spark/spark-version/1.5-plus/pom.xml index d44d7877b57..82ec0043138 100644 --- a/spark/spark-version/1.5-plus/pom.xml +++ b/spark/spark-version/1.5-plus/pom.xml @@ -5,7 +5,7 @@ spark-version com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 diff --git a/spark/spark-version/2.0/pom.xml b/spark/spark-version/2.0/pom.xml index b1d8f38350d..1d6b8d27712 100644 --- a/spark/spark-version/2.0/pom.xml +++ b/spark/spark-version/2.0/pom.xml @@ -5,7 +5,7 @@ spark-version com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 diff --git a/spark/spark-version/3.0/pom.xml b/spark/spark-version/3.0/pom.xml index 18da3004643..c9a2037ae58 100644 --- a/spark/spark-version/3.0/pom.xml +++ b/spark/spark-version/3.0/pom.xml @@ -5,7 +5,7 @@ spark-version com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0 diff --git a/spark/spark-version/pom.xml b/spark/spark-version/pom.xml index c53eb06f636..ca657442640 100644 --- a/spark/spark-version/pom.xml +++ b/spark/spark-version/pom.xml @@ -5,7 +5,7 @@ spark_bigdl com.intel.analytics.bigdl - 0.13.0-SNAPSHOT + 0.13.0 4.0.0