Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Nov 10, 2024
1 parent ecf9226 commit 492a294
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: r2pmml
Version: 0.28.0
Date: 2024-07-24
Version: 0.29.0
Date: 2024-11-10
Type: Package
License: AGPL-3
Title: Convert R Models to PMML
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.29.0 #

* Added support for the version 3 serialization format.

* Added `schema` parameter to the `r2pmml::r2pmml` function.

* Added support for the `lightgbm` package.

* Added support for `MASS::negbin` and `MASS::polr` model types.

* Added support for the `pscl::hurdle` model type.

* Added support for the `rms::orm` model type.

* Added support for `MASS::negative.binomial` and
`statmod::tweedie` families in the `stats::glm` model type.

# 0.28.0 #

* Added support for the `apollo` package:
Expand Down
Binary file modified inst/java/r2pmml-1.0-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<jpmml-r.version>1.6.1</jpmml-r.version>
<gson.version>2.10.1</gson.version>
<guava.version>19.0</guava.version>
<project.build.outputTimestamp>2024-07-21T10:40:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-10T09:45:00Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 492a294

Please sign in to comment.