8000 changelogs by xadupre · Pull Request #724 · onnx/onnxmltools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

changelogs #724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Logs

## 1.13.0 (development)
## 1.14.0

* Add tweedie objective to LightGBM options
[#722](https://github.com/onnx/onnxmltools/pull/722)
* Support for "huber" objective in the LGBM Booster
[#705](https://github.com/onnx/onnxmltools/pull/705)
* Remove import of split_complex_to_pairs and unused functions
[#714](https://github.com/onnx/onnxmltools/pull/714)
* Removes dependency on onnxconveter-common
[#718](https://github.com/onnx/onnxmltools/pull/718)

## 1.13.0

* Handle issue with binary classifier setting output to [N,1] vs [N,2],
[#681](https://github.com/onnx/onnxmltools/pull/681)
* Fix multi regression with xgboost,
Expand Down
Loading
0