3.1.0 Release
The 3.1 release implements a new feature to concatenate multiple models into one (#412). Also it's now compatible with scikit-learn 1.2.0 (#425).
What's Changed
- Fix OpenMP build with libomp 15+ by @hcho3 in #410
- Implement model concatenation by @hcho3 in #412
- [CI] Trigger CI daily by @hcho3 in #418
- [CI] Various CI improvements by @hcho3 in #419
- [CI] Fix the script that names wheels by @hcho3 in #421
- [CI] Add convenience script to automate PyPI release by @hcho3 in #422
- Use
n_features_in_
instead of deprecatedn_features_
attribute by @oliverholworthy in #425 - [CI] Replace load_boston with a randomly generated regression data by @hcho3 in #428
- Fix undefined behavior in tree's Clone() by @hcho3 in #430
New Contributors
- @oliverholworthy made their first contribution in #425
Full Changelog: 3.0.1...3.1.0