Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 11, 2024
1 parent cf59850 commit 4b219a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7** (24 November, 2024).
The current version is **1.6.8** (12 December, 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.
Expand All @@ -102,7 +102,7 @@ The recommended data format for PMML documents is XML, and the recommended imple
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-metro</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
```

Expand Down

0 comments on commit 4b219a9

Please sign in to comment.