Skip to content

Commit

Permalink
Release 0.23.3
Browse files Browse the repository at this point in the history
Skip 0.23.2 becasue it already released
  • Loading branch information
austinzh committed Nov 27, 2024
1 parent 11c4f54 commit 1fa6386
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ but these are the configurations which are tested by mleap.

| MLeap Version | Spark Version | Scala Version | Java Version | Python Version | XGBoost Version | Tensorflow Version |
|---------------|---------------|------------------|--------------|----------------|-----------------|--------------------|
| 0.23.3 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
| 0.23.2 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
| 0.23.1 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
| 0.23.0 | 3.4.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.7.3 | 2.10.1 |
| 0.22.0 | 3.3.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.6.1 | 2.7.0 |
Expand All @@ -63,7 +65,7 @@ but these are the configurations which are tested by mleap.
#### SBT

```sbt
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.1"
libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.3"
```

#### Maven
Expand All @@ -72,7 +74,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.1"
<dependency>
<groupId>ml.combust.mleap</groupId>
<artifactId>mleap-runtime_2.12</artifactId>
<version>0.23.1</version>
<version>0.23.3</version>
</dependency>
```

Expand All @@ -81,7 +83,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.1"
#### SBT

```sbt
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.1"
libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.3"
```

#### Maven
Expand All @@ -90,7 +92,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.1"
<dependency>
<groupId>ml.combust.mleap</groupId>
<artifactId>mleap-spark_2.12</artifactId>
<version>0.23.1</version>
<version>0.23.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions mleap-databricks-runtime-testkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
sbt mleap-databricks-runtime-fat/assembly mleap-databricks-runtime-testkit/assembly
spark-submit --jars $PWD/mleap-databricks-runtime-fat/target/scala-2.12/mleap-databricks-runtime-fat-assembly-0.23.1.jar \
spark-submit --jars $PWD/mleap-databricks-runtime-fat/target/scala-2.12/mleap-databricks-runtime-fat-assembly-0.23.3.jar \
--packages org.tensorflow:tensorflow-core-api:0.5.0,ml.dmlc:xgboost4j-spark:1.7.6 \
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.23.1.jar
mleap-databricks-runtime-testkit/target/scala-2.12/mleap-databricks-runtime-testkit-assembly-0.23.3.jar
```
2 changes: 1 addition & 1 deletion python/mleap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "0.23.1"
version = "0.23.3"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.23.1"
ThisBuild / version := "0.23.3"

0 comments on commit 1fa6386

Please sign in to comment.