File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Change Logs
22
3- ## 1.19.0
3+ ## 1.19.1
44
55* Fix QDA converter crashing on string labels and incorrect shape calculation
66 [ #1169 ] ( https://github.com/onnx/sklearn-onnx/issues/1169 )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ classifiers = [
3131[project .urls ]
3232Homepage = " https://github.com/onnx/sklearn-onnx"
3333
34- [tool .setuptools ]
35- packages = [" skl2onnx" ]
34+ [tool .setuptools . packages . find ]
35+ include = [" skl2onnx* " ]
3636
3737[tool .setuptools .dynamic ]
3838version = { attr = " skl2onnx.__version__" }
Original file line number Diff line number Diff line change 44Main entry point to the converter from the *scikit-learn* to *onnx*.
55"""
66
7- __version__ = "1.19.0 "
7+ __version__ = "1.19.1 "
88__author__ = "Microsoft"
99__producer__ = "skl2onnx"
1010__producer_version__ = __version__
You can’t perform that action at this time.
0 commit comments