New
v4.4.0
Changes
π‘ New Features
- [ci] [python-package] add arm64 macOS wheels @jameslamb (#6391)
- [python-package] Add support for NumPy 2.0, test against nightly versions of dependencies (fixes #6454) @jameslamb (#6467)
- [R-package] expose start_iteration to dump/save/lgb.model.dt.tree @mayer79 (#6398)
- [python-package] Allow to pass early stopping min delta in params @borchero (#6274)
- [python-package] Allow to pass Arrow table with boolean columns to dataset @borchero (#6353)
- [c++][fix] Support Quantized Training with Categorical Features on CPU @shiyu1994 (#6301)
π¨ Breaking
- [python-package] remove uses of deprecated NumPy random number generation APIs, require 'numpy>=1.17.0' @jameslamb (#6468)
- [python-package] drop Python 3.6 support, add Python 3.12 @jameslamb (#6459)
- [cmake] [c++] use .dylib extension unconditionally on macOS @jameslamb (#6418)
- ENH more stable gradient of CrossEntropy @lorentzenchr (#6327)
- [R-package] Rename
slice()tolgb.slice.Dataset()@david-cortes (#6293)