Skip to content

Releases: onnx/onnxmltools

1.16.0

30 Jan 12:44
48a7d31

Choose a tag to compare

  • Add LGBMRanker support
    initial PR 754,
    finalized in PR 755
  • Add partial support for custom objective
    #753
  • Improve xgboost categorical feature support
    #743

v1.15.0

14 Jan 16:47
9b85f07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.14.0...v1.15.0

v1.15.0rc1

07 Jan 15:52
d994a48

Choose a tag to compare

v1.15.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.14.0...v1.15.0rc1

1.14.0

10 Jun 15:33
aee69af

Choose a tag to compare

  • Add tweedie objective to LightGBM options
    #722
  • Support for "huber" objective in the LGBM Booster
    #705
  • Remove import of split_complex_to_pairs and unused functions
    #714
  • Removes dependency on onnxconveter-common
    #718

Release 1.13.0

17 Dec 07:46
3ae696a

Choose a tag to compare

  • Add missing dependency onnxconverter_common, fix multi regression with xgboost #679
  • Handle issue with binary classifier setting output to [N,1] vs [N,2] #681
  • Fix pkg name of onnxconverter_common #683
  • Update tree_ensemble_common.py #691

1.12.0

16 Dec 15:11
180e733

Choose a tag to compare

  • Fix early stopping for XGBClassifier and xgboost > 2, #597
  • Fix discrepancies with XGBRegressor and xgboost > 2, #670
  • Support count:poisson for XGBRegressor, #666
  • Supports XGBRFClassifier and XGBRFRegressor, #665
  • ONNX_DFS_PATH to be set in the spark config, #653 (by @Ironwood-Cyber)
  • Sparkml converter: support type StringType and StringType(), #639
  • Add check for base_score in _get_attributes function #637, #626 (by @tolleybot)
  • Support for lightgbm >= 4.0, #634

1.11.2

07 Mar 06:03
175aee0

Choose a tag to compare

  • #608 fix: Spark Imputer conversion with multiple input cols
  • #607 fix: getTensorTypeFromSpark fails for Spark 3.3.0+
  • #606 Add onnxruntime==1.14.0 to CI
  • #605 Replace real images by dummy ones
  • #602 Update CI with latext onnxruntime, xgboost
  • #606 convert_lightgbm: Add shape to FloatTensor probabilities

1.11.1

10 Jun 05:36
d0130f2

Choose a tag to compare

  • feat: add support for SparkML CountVectorizer conversion #560
  • docs: update sparkml doc; cleanups. #559
  • fix: 'SparkSession' object has no attribute 'util' #557
  • feat: add support for SparkML KMeansModel conversion #556
  • fix: SparkML StandardScaler conversion fails when withStd or withMean is set to true #555
  • fix: Converter for SparkML VectorAssembler does not support vector inputs correctly #554
  • fix: ONNX conversion for Spark OneHotEncoder model #552

1.11.0

11 Apr 06:08
8ac872b

Choose a tag to compare

  • Fix conversion of XGBoost model after being restored #520
  • Fix test case condition for onnx=1.11.0 #527
  • Update CI for ORT 1.11.0 #539
  • Adjust author and email #539

1.10.0

22 Oct 10:27
adc41ee

Choose a tag to compare

  • Replace #507 + fix bug with XGBoost converter when base_score is None #510
  • Use assertRegex instead of assertRegexpMatches for Python 3.11 compatibility. #508
  • Support for opset 15 and update version to 1.10.0 #505
  • add support for quantile objective for LGBM models #503
  • Support parameter shape_override and other options for convert_tensorflow #497
  • Implement option split to reduce discrepancies for lightgbm regressors #496