Skip to content

Commit

Permalink
Adds changelogs, upgrade version (onnx#669)
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre authored Dec 11, 2023
1 parent 1984712 commit 761c1cd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Logs

## 1.12.0

* Support count:poisson for XGBRegressor
[#666](https://github.com/onnx/onnxmltools/pull/666)
* Supports XGBRFClassifier and XGBRFRegressor
[#665](https://github.com/onnx/onnxmltools/pull/665)
* ONNX_DFS_PATH to be set in the spark config
[#653](https://github.com/onnx/onnxmltools/pull/653)
(by @Ironwood-Cyber)
* Sparkml converter: support type StringType and StringType()
[#639](https://github.com/onnx/onnxmltools/pull/639)
* Add check for base_score in _get_attributes function
[#637](https://github.com/onnx/onnxmltools/pull/637),
[#626](https://github.com/onnx/onnxmltools/pull/626),
(by @tolleybot)
* Support for lightgbm >= 4.0
[#634](https://github.com/onnx/onnxmltools/pull/634)
2 changes: 1 addition & 1 deletion onnxmltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This framework converts any machine learned model into onnx format
which is a common language to describe any machine learned model.
"""
__version__ = "1.11.3"
__version__ = "1.12.0"
__author__ = "ONNX"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand Down

0 comments on commit 761c1cd

Please sign in to comment.