From 1fa6386bc290445c31b0a8b923140ad3701efd19 Mon Sep 17 00:00:00 2001 From: "Yunhui Zhang (GitHub)" Date: Wed, 27 Nov 2024 10:53:44 -0500 Subject: [PATCH] Release 0.23.3 Skip 0.23.2 becasue it already released --- README.md | 10 ++++++---- mleap-databricks-runtime-testkit/README.md | 4 ++-- python/mleap/version.py | 2 +- version.sbt | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4468c5a37..b18903552 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 @@ -72,7 +74,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.1" ml.combust.mleap mleap-runtime_2.12 - 0.23.1 + 0.23.3 ``` @@ -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 @@ -90,7 +92,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.1" ml.combust.mleap mleap-spark_2.12 - 0.23.1 + 0.23.3 ``` diff --git a/mleap-databricks-runtime-testkit/README.md b/mleap-databricks-runtime-testkit/README.md index b5f6594fa..c5ab0b938 100644 --- a/mleap-databricks-runtime-testkit/README.md +++ b/mleap-databricks-runtime-testkit/README.md @@ -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 ``` diff --git a/python/mleap/version.py b/python/mleap/version.py index 90a66ad8c..5a417bff1 100644 --- a/python/mleap/version.py +++ b/python/mleap/version.py @@ -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" diff --git a/version.sbt b/version.sbt index 497a787a4..f8825e173 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.23.1" +ThisBuild / version := "0.23.3"