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 21, 2018
1 parent 7186650 commit c1e3f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Java library and command-line application for converting Apache Spark ML pipelin

JPMML-SparkML library JAR file (together with accompanying Java source and Javadocs JAR files) is released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/).

The current version is **1.2.13** (2 October, 2018).
The current version is **1.2.14** (21 December, 2018).

```xml
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-sparkml</artifactId>
<version>1.2.13</version>
<version>1.2.14</version>
</dependency>
```

Expand All @@ -82,8 +82,8 @@ Compatibility matrix:
|-----------------------|----------------------|--------------|
| 1.0.0 through 1.0.9 | 1.5.X and 1.6.X | 4.2 |
| 1.1.0 | 2.0.X | 4.2 |
| 1.1.1 through 1.1.21 | 2.0.X | 4.3 |
| 1.2.0 through 1.2.13 | 2.1.X | 4.3 |
| 1.1.1 through 1.1.22 | 2.0.X | 4.3 |
| 1.2.0 through 1.2.14 | 2.1.X | 4.3 |

JPMML-SparkML depends on the latest and greatest version of the [JPMML-Model](https://github.com/jpmml/jpmml-model) library, which is in conflict with the legacy version that is part of the Apache Spark distribution.

Expand Down

0 comments on commit c1e3f54

Please sign in to comment.