Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 4, 2024
1 parent 49adb8a commit 3006ba5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #

Expand Down

0 comments on commit 3006ba5

Please sign in to comment.