From 3006ba524a05a92b81b55f6414fd0dd8935f3061 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Wed, 4 Dec 2024 21:45:52 +0200 Subject: [PATCH] Updated documentation --- NEWS.md | 17 +++++++++++++++++ README.md | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 075fb1f..ce062e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +# 0.111.2 # + +## Breaking changes + +None. + +## New features + +* Separated version transformation into two parts - version standardization (from vendor-extended PMML 4.4 to standard PMML 4.4) and version downgrade (from PMML 4.4 to any earlier PMML version). + +## Minor improvements and fixes + +* Eliminated the use of temporary file(s) during version transformation. + +* Improved version downgrade. + + # 0.111.1 # ## Breaking changes diff --git a/README.md b/README.md index 090c91a..99da456 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ This package is a thin Python wrapper around the [JPMML-SkLearn](https://github. # News and Updates # -The current version is **0.111.1** (28 October, 2024): +The current version is **0.111.2** (4 December, 2024): ``` -pip install sklearn2pmml==0.111.1 +pip install sklearn2pmml==0.111.2 ``` -See the [NEWS.md](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md#01111) file. +See the [NEWS.md](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md#01112) file. # Prerequisites #