v0.13.0#
Note
v0.13.0 is not yet released. This page reflects changes on the current
main
branch that will eventually be a part of v0.13.0.
Other improvements#
Vectorized the curve interpolation step in
ThresholdOptimizer
to improve performance and readability: #1448 by Tahar Allouche.Allowed multi-dimensional input data
X
(ndims > 2
) inThresholdOptimizer
andExponentiatedGradient
: #1470 by Tahar Allouche.Removed support for python 3.8 and added support for python 3.12: #1488 by Tamara Atanasoska.