Skip to content

Latest commit

 

History

History
130 lines (67 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

130 lines (67 loc) · 5.25 KB

Changelog

v0.5.5 (2024-01-26)

Fix

  • deps: Update dependency lightgbm to v4.3.0 (#136) (7e3f49a)

v0.5.4 (2023-12-31)

Fix

  • deps: Update dependency attrs to v23.2.0 (#130) (7620a33)

v0.5.3 (2023-12-22)

Fix

  • deps: Update dependency lightgbm to v4.2.0 (#127) (f090ad3)

v0.5.2 (2023-12-20)

Fix

  • deps: Update dependency xgboost to v2.0.3 (#126) (b4ddf21)

v0.5.1 (2023-11-13)

Fix

  • deps: Update dependency xgboost to v2.0.2 (#111) (9f52c01)

v0.5.0 (2023-11-07)

Feature

  • sklearn: Add copy_loss, apply_objective and apply_eval_metric parameter to apply_custom_loss() (#108) (e877604)

v0.4.2 (2023-11-05)

Fix

  • sklearn: Fix _recursively_set_random_state() imcompatible with EstimatorWrapperBase (#107) (ed13289)

v0.4.1 (2023-11-05)

Fix

  • sklearn: Check if estimator has get_params() and set_params() in apply_custom_loss() (#106) (3b77017)

v0.4.0 (2023-11-04)

Feature

  • Fix recursive_strict behavior for apply_custom_loss and patch, set default var_type to "std", add more parameters to VarianceEstimator (#105) (24e90ac)

v0.3.6 (2023-10-24)

Fix

  • deps: Update dependency xgboost to v2.0.1 (#102) (3c7040d)

v0.3.5 (2023-10-24)

Fix

  • sklearn: Add return_std parameter in VarianceEstimator (#101) (d7c1625)

v0.3.4 (2023-10-23)

Fix

  • deps: Update dependency lightgbm-callbacks to v0.1.5 (#99) (b655a82)

v0.3.3 (2023-10-15)

Fix

  • deps: Update dependency lightgbm to v4 (#40) (adb35ed)

v0.3.2 (2023-10-11)

Fix

  • deps: Update dependency lightgbm-callbacks to v0.1.4 (#88) (d96cf5e)

v0.3.1 (2023-10-11)

Fix

  • deps: Update dependency xgboost to v2 (#70) (856bdbb)

v0.3.0 (2023-10-11)

Feature

  • sklearn: Add recursive_strict parameter to patch() (#86) (677e40f)

v0.2.2 (2023-09-18)

Fix

  • deps: Update dependency catboost to v1.2.1 (#58) (61159e2)

v0.2.1 (2023-09-18)

Fix

  • deps: Update dependency lightgbm-callbacks to v0.1.2 (#74) (7871101)

v0.2.0 (2023-06-17)

Feature

  • sklearn: Add utility function patch() (#24) (4436256)

v0.1.1 (2023-06-16)

Fix

  • Fix patch_catboost() and patch_ngboost() (#23) (9a5c061)

v0.1.0 (2023-05-28)

Feature

Documentation

  • Add @34j as a contributor (5974bf4)