Skip to content

Commit 4095ea7

Browse files
lu-wang-dlmengxr
authored andcommitted
Update version for 0.5.0 release (#158)
* Setting version to 0.5.0 * Setting version to 0.5.1-SNAPSHOT * Update README.md
1 parent e390e28 commit 4095ea7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Additionally, for developement, you need the following dependencies:
5454
Assuming that `SPARK_HOME` is set, you can use PySpark like any other Spark package.
5555

5656
```bash
57-
$SPARK_HOME/bin/pyspark --packages databricks:tensorframes:0.4.0-s_2.11
57+
$SPARK_HOME/bin/pyspark --packages databricks:tensorframes:0.5.0-s_2.11
5858
```
5959

6060
Here is a small program that uses TensorFlow to add 3 to an existing column.
@@ -151,7 +151,7 @@ The scala support is a bit more limited than python. In scala, operations can be
151151
You simply use the published package:
152152

153153
```bash
154-
$SPARK_HOME/bin/spark-shell --packages databricks:tensorframes:0.4.0-s_2.11
154+
$SPARK_HOME/bin/spark-shell --packages databricks:tensorframes:0.5.0-s_2.11
155155
```
156156

157157
Here is the same program as before:
@@ -204,14 +204,14 @@ build/sbt distribution/spDist
204204
Assuming that SPARK_HOME is set and that you are in the root directory of the project:
205205

206206
```bash
207-
$SPARK_HOME/bin/spark-shell --jars $PWD/target/testing/scala-2.11/tensorframes-assembly-0.4.1-SNAPSHOT.jar
207+
$SPARK_HOME/bin/spark-shell --jars $PWD/target/testing/scala-2.11/tensorframes-assembly-0.5.1-SNAPSHOT.jar
208208
```
209209

210210
If you want to run the python version:
211211

212212
```bash
213-
PYTHONPATH=$PWD/target/testing/scala-2.11/tensorframes-assembly-0.4.1-SNAPSHOT.jar \
214-
$SPARK_HOME/bin/pyspark --jars $PWD/target/testing/scala-2.11/tensorframes-assembly-0.4.1-SNAPSHOT.jar
213+
PYTHONPATH=$PWD/target/testing/scala-2.11/tensorframes-assembly-0.5.1-SNAPSHOT.jar \
214+
$SPARK_HOME/bin/pyspark --jars $PWD/target/testing/scala-2.11/tensorframes-assembly-0.5.1-SNAPSHOT.jar
215215
```
216216

217217
## Acknowledgements

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.4.1-SNAPSHOT"
1+
version in ThisBuild := "0.5.1-SNAPSHOT"

0 commit comments

Comments
 (0)