Skip to content

Commit 8784e8e

Browse files
committed
Setting version to 0.23.1
1 parent dca358e commit 8784e8e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ but these are the configurations which are tested by mleap.
4545

4646
| MLeap Version | Spark Version | Scala Version | Java Version | Python Version | XGBoost Version | Tensorflow Version |
4747
|---------------|---------------|------------------|--------------|----------------|-----------------|--------------------|
48+
| 0.23.1 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
4849
| 0.23.0 | 3.4.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.7.3 | 2.10.1 |
4950
| 0.22.0 | 3.3.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.6.1 | 2.7.0 |
5051
| 0.21.1 | 3.2.0 | 2.12.13 | 11 | 3.7 | 1.6.1 | 2.7.0 |
@@ -62,7 +63,7 @@ but these are the configurations which are tested by mleap.
6263
#### SBT
6364

6465
```sbt
65-
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
66+
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.1"
6667
```
6768

6869
#### Maven
@@ -71,7 +72,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
7172
<dependency>
7273
<groupId>ml.combust.mleap</groupId>
7374
<artifactId>mleap-runtime_2.12</artifactId>
74-
<version>0.23.0</version>
75+
<version>0.23.1</version>
7576
</dependency>
7677
```
7778

@@ -80,7 +81,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
8081
#### SBT
8182

8283
```sbt
83-
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.0"
84+
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.1"
8485
```
8586

8687
#### Maven
@@ -89,7 +90,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.0"
8990
<dependency>
9091
<groupId>ml.combust.mleap</groupId>
9192
<artifactId>mleap-spark_2.12</artifactId>
92-
<version>0.23.0</version>
93+
<version>0.23.1</version>
9394
</dependency>
9495
```
9596

@@ -271,7 +272,7 @@ For more documentation, please see our [documentation](https://combust.github.io
271272

272273
## Building
273274

274-
Please ensure you have sbt 1.9.3, java 11, scala 2.12.13
275+
Please ensure you have sbt 1.9.3, java 11, scala 2.12.18
275276

276277
1. Initialize the git submodules `git submodule update --init --recursive`
277278
2. Run `sbt compile`
@@ -298,7 +299,7 @@ integration.
298299

299300
See LICENSE and NOTICE file in this repository.
300301

301-
Copyright 2016 Combust, Inc.
302+
Copyright 20 Combust, Inc.
302303

303304
Licensed under the Apache License, Version 2.0 (the "License");
304305
you may not use this file except in compliance with the License.

RELEASE_NOTES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Release 0.22.0-SNAPSHOT
1+
# 0.22.0 and later
22

3-
### Breaking Changes
3+
Newer versions are tracked via github's release notes.
44

5-
### What's Changed
65

76
# Release 0.21.0
87

mleap-databricks-runtime-testkit/README.md

Lines changed: 3 additions & 3 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.23.0.jar \
7-
--packages org.tensorflow:tensorflow-core-api:0.5.0,ml.dmlc:xgboost4j-spark:1.7.3 \
8-
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.23.0.jar
6+
spark-submit --jars $PWD/mleap-databricks-runtime-fat/target/scala-2.12/mleap-databricks-runtime-fat-assembly-0.23.1.jar \
7+
--packages org.tensorflow:tensorflow-core-api:0.5.0,ml.dmlc:xgboost4j-spark:1.7.6 \
8+
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.23.1.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.23.0"
19+
version = "0.23.1"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.23.0"
1+
ThisBuild / version := "0.23.1"

0 commit comments

Comments
 (0)