版本发布 6
## What's Changed * Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in https://github.com/siboehm/lleaves/pull/79 * llvm: ability to specify target cpu and features by @steve-numeus in https://github.com/siboehm/lleaves/pull/90 ## New Contributors * @steve-numeus made their first contribution in https://github.com/siboehm/lleaves/pull/90 **Full Changelog**: https://github.com/siboehm/lleaves/compare/1.2.3...1.3.0
Safe softmax for multiclass in https://github.com/siboehm/lleaves/pull/83 Thanks @starkwj and Claude!
## What's Changed * add single precision (float32) mode by @zjzjwang in https://github.com/siboehm/lleaves/pull/70 ## New Contributors * @zjzjwang made their first contribution in https://github.com/siboehm/lleaves/pull/70 **Full Changelog**: https://github.com/siboehm/lleaves/compare/1.2.0...1.2.1
## What's Changed * Implement random forest by @siboehm in https://github.com/siboehm/lleaves/pull/59 * Add ruff by @siboehm in https://github.com/siboehm/lleaves/pull/56 **Full Changelog**: https://github.com/siboehm/lleaves/compare/1.0.0...1.1.0
FIRST MAJOR VERSION RELEASE. There are actually no big changes in this version, but lleaves has been so stable over the past 2 years that not calling it v1 was just me chickening out 🐓 Minor changes: - C interface: the results array passed via pointer is now overwritten with the results instead of being accumulated into.