Skip to content

Commit 85dff74

Browse files
committed
Setting version to 0.22.0
1 parent a1b12b6 commit 85dff74

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Choose the right version of the `mleap-spark` module to export your pipeline. Th
4848

4949
| MLeap Version | Spark Version |
5050
|---------------|---------------|
51+
| 0.22.0 | 3.3.0 |
52+
| 0.21.1 | 3.2.0 |
5153
| 0.21.0 | 3.2.0 |
5254
| 0.20.0 | 3.2.0 |
5355
| 0.19.0 | 3.0.2 |
@@ -75,7 +77,7 @@ Please see the [release notes](RELEASE_NOTES.md) for changes (especially breakin
7577
#### SBT
7678

7779
```sbt
78-
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.21.0"
80+
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.22.0"
7981
```
8082

8183
#### Maven
@@ -84,7 +86,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.21.0"
8486
<dependency>
8587
<groupId>ml.combust.mleap</groupId>
8688
<artifactId>mleap-runtime_2.12</artifactId>
87-
<version>0.21.0</version>
89+
<version>0.22.0</version>
8890
</dependency>
8991
```
9092

@@ -93,7 +95,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.21.0"
9395
#### SBT
9496

9597
```sbt
96-
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.21.0"
98+
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.22.0"
9799
```
98100

99101
#### Maven
@@ -102,14 +104,14 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.21.0"
102104
<dependency>
103105
<groupId>ml.combust.mleap</groupId>
104106
<artifactId>mleap-spark_2.12</artifactId>
105-
<version>0.21.0</version>
107+
<version>0.22.0</version>
106108
</dependency>
107109
```
108110

109111
### Spark Packages
110112

111113
```bash
112-
$ bin/spark-shell --packages ml.combust.mleap:mleap-spark_2.12:0.21.0
114+
$ bin/spark-shell --packages ml.combust.mleap:mleap-spark_2.12:0.22.0
113115
```
114116

115117
### PySpark Integration

mleap-databricks-runtime-testkit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```
44
sbt mleap-databricks-runtime-fat/assembly mleap-databricks-runtime-testkit/assembly
55
6-
spark-submit --jars $PWD/mleap-databricks-runtime-fat/target/scala-2.12/mleap-databricks-runtime-fat-assembly-0.21.0.jar \
6+
spark-submit --jars $PWD/mleap-databricks-runtime-fat/target/scala-2.12/mleap-databricks-runtime-fat-assembly-0.22.0.jar \
77
--packages org.tensorflow:tensorflow:1.11.0,org.tensorflow:libtensorflow_jni:1.11.0,ml.dmlc:xgboost4j-spark:1.6.1 \
8-
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.21.0.jar
8+
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.22.0.jar
99
```

python/mleap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
version = "0.21.0"
19+
version = "0.22.0"

version.sbt

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

0 commit comments

Comments
 (0)