From e768b1fa5423161b7e0366cb320054247c88faa9 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Sun, 24 Nov 2024 12:32:22 +0200 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be3d2127..bf4a1037 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ JPMML-Evaluator is fast and memory efficient. It can deliver one million scoring JPMML-Evaluator library JAR files (together with accompanying Java source and Javadocs JAR files) are released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/). -The current version is **1.6.6** (13 October, 2024). +The current version is **1.6.7** (24 November, 2024). The main component of JPMML-Evaluator is `org.jpmml:pmml-evaluator`. However, in most application scenarios, this component is not included directly, but via a data format-specific runtime component(s) `org.jpmml:pmml-evaluator-${runtime}` that handle the loading and storage of PMML class model objects. @@ -102,7 +102,7 @@ The recommended data format for PMML documents is XML, and the recommended imple org.jpmml pmml-evaluator-metro - 1.6.6 + 1.6.7 ```