File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,19 @@ Note: This is the main Changelog file for the Rust solver. The Changelog file fo
99
1010
1111<!-- ---------------------
12- Unreleased
12+ v0.10.0
1313 --------------------- -->
14- ## [ v0.9.2] - Unreleased
14+ ## [ v0.10.0] - 2026-03-10
15+
16+ ### Added
17+
18+ - Custom implementation of Cholesky factorisation (and solver); this is used in ` AffineSpace ` now.
19+ - New function in ` matrix_operations ` to compute AA' given a matrix A
1520
1621### Changed
1722
18- - Update version of ` rand ` , ` ndarray ` , and ` modcholesky ` in ` Cargo.toml `
23+ - Update version of ` ndarray ` , in ` Cargo.toml `
24+ - Removed ` modcholesky ` because it was causing a bug (see issue #378 )
1925
2026<!-- ---------------------
2127 v0.9.0
@@ -302,7 +308,7 @@ This is a breaking API change.
302308 --------------------- -->
303309
304310<!-- Releases -->
305- [ v0.9.2 ] : https://github.com/alphaville/optimization-engine/compare/v0.9.1...v0.9.2
311+ [ v0.10.0 ] : https://github.com/alphaville/optimization-engine/compare/v0.9.1...v0.10.0
306312[ v0.9.1 ] : https://github.com/alphaville/optimization-engine/compare/v0.9.0...v0.9.1
307313[ v0.9.0 ] : https://github.com/alphaville/optimization-engine/compare/v0.8.1...v0.9.0
308314[ v0.8.1 ] : https://github.com/alphaville/optimization-engine/compare/v0.8.0...v0.8.1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ homepage = "https://alphaville.github.io/optimization-engine/"
4242repository = " https://github.com/alphaville/optimization-engine"
4343
4444# Version of this crate (SemVer)
45- version = " 0.9.1 "
45+ version = " 0.10.0 "
4646
4747edition = " 2018"
4848
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
1111
1212### Changed
1313
14+ - Removed dependence on ` pkg_resources ` (issue #380 )
1415- Additional unit tests: increased coverage to 92%
1516
1617## [ 0.9.4] - 2025-05-08
Original file line number Diff line number Diff line change 1- 0.9.4
1+ 0.9.5
You can’t perform that action at this time.
0 commit comments