Egobox

Latest version: v0.27.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.17.0

* [Breaking changes] `gp` API renaming by relf in <https://github.com/relf/egobox/pull/145>
* `predict_values()` is renamed `predict()`
* `predict_variances()` is renamed `predict_var()`
* `predict_variance_derivatives()` is renamed `predict_var_derivatives()`
Derivatives predictions (`predict_derivatives()` and `predict_var_derivatives()`) are made available in Python.
* Refactor Mixture of Experts by relf in <https://github.com/relf/egobox/pull/146>
Factorize code between full GP and sparse GP implementations

0.16.0

* Add `Gpx` accessors by relf in <https://github.com/relf/egobox/pull/140>
* Fix `LHS` maximin bug by relf in <https://github.com/relf/egobox/pull/141>
* `doe`: Improve classic, centered and maximin LHS performances by relf in <https://github.com/relf/egobox/pull/138>
* `doe`: Improve optimized LHS performances (1.25x speedup) by relf in <https://github.com/relf/egobox/pull/136>
* Rework (mostly internal) API to avoid awkward &Option by relf in <https://github.com/relf/egobox/pull/134>
* Add Python bindings for all LHS flavours by relf in <https://github.com/relf/egobox/pull/135>

0.15.0

* `gp`: Implement sparse gaussian process methods (cf. `SparseGaussianProcess`)
* Python binding: `SparseGpMix`, see doc/tutorial
* GP/SGP API
* hyperparameter tuning : initial theta guess and bounds can be specified (`theta_init`, `theta_bounds`)
* `n_start` controls the number of optimization multistart
* In GP/SGP `rayon` is used to make parallel optimization multistart

0.14.0

* `ego`: Fix ask-and-tell interface `suggest()` method in presence of discrete variable to work
in discrete not in continuous space
A few API breaking changes:
* `EgorConfig::xtypes` not an option anymore
* `EgorSolver::new_with_xtypes()` renamed `new` as `new` with xlimits is removed, use `to_xtypes` to convert `xlimits`
* `EgorConfig::no_discrete` attribute removed, use `EgorConfig::discrete()` method
* `SurrogateBuilder::new_with_xtypes_rng` renamed `new_with_xtypes`

0.13.0

* `ego`: API refactoring to enable `ask-and-tell` interface
* Configuration of Egor is factorize out in `EgorConfig`
* `EgorBuilder` gets a `configure` method to tune the configuration
* `EgorService` structure represent `Egor` when used as service
* Python `Egor` API changes:
* function under optimization is now given via `minimize(fun, max_iters-...)` method
* new method `suggest(xdoe, ydoe)` allows to ask for x suggestion and tell current function evaluations
* new method `get_result(xdoe, ydoe)` to get the best evaluation (ie minimum) from given ones

0.12.0

* `gp` uses pure Rust COBYLA by relf in <https://github.com/relf/egobox/pull/110,https://github.com/relf/egobox/pull/113>
* `ego` as pure Rust implementation (`nlopt` is now optional) by relf in <https://github.com/relf/egobox/pull/112>
* `egobox` Python module: Simplify mixed-integer type declaration by relf in <https://github.com/relf/egobox/pull/115>
* Upgrade dependencies by relf in <https://github.com/relf/egobox/pull/114>
* Upgrade edition 2021 by relf in <https://github.com/relf/egobox/pull/109>
* CI maintainance by relf in <https://github.com/relf/egobox/pull/111>
* Bump actions/checkout from 2 to 4 by dependabot in <https://github.com/relf/egobox/pull/107>
* Bump actions/setup-python from 2 to 4 by dependabot in <https://github.com/relf/egobox/pull/108>

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.