Skip to content

Commit 63e006c

Browse files
committed
update changelogs; bump versions
1 parent e0533cf commit 63e006c

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ homepage = "https://alphaville.github.io/optimization-engine/"
4242
repository = "https://github.com/alphaville/optimization-engine"
4343

4444
# Version of this crate (SemVer)
45-
version = "0.9.1"
45+
version = "0.10.0"
4646

4747
edition = "2018"
4848

open-codegen/.coverage

-68 KB
Binary file not shown.

open-codegen/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

open-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

0 commit comments

Comments
 (0)