ITADN
siboehm/lleaves

版本发布 6

lleaves v.1.3.01.3.0
? · 2024-12-04

## 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

lleaves v1.2.31.2.3
? · 2024-08-04
lleaves 1.2.21.2.2
? · 2024-08-03

Safe softmax for multiclass in https://github.com/siboehm/lleaves/pull/83 Thanks @starkwj and Claude!

lleaves 1.2.11.2.1
? · 2024-02-05

## 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

lleaves 1.1.01.1.0
? · 2023-11-11

## 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

lleaves 1.0.01.0.0
? · 2023-05-10

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.