You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Note: This is the main Changelog file for the Rust solver. The Changelog file fo
11
11
<!-- ---------------------
12
12
v0.12.0
13
13
--------------------- -->
14
-
## [v0.12.0] - Unreleased
14
+
## [v0.12.0] - 31 March 2026
15
15
16
16
### Added
17
17
@@ -26,6 +26,7 @@ Note: This is the main Changelog file for the Rust solver. The Changelog file fo
26
26
- Swapped the cross-platform timer dependency to `web-time`, removed the old `instant`-specific wasm feature wiring, and updated optimizer timing call sites to use `web_time::Instant`
27
27
- Improved Rust-side error handling across constraints and core solvers so projection failures and invalid numerical states are reported explicitly instead of being silently flattened
28
28
- Refined `BallP`, `EpigraphSquaredNorm`, and related constraint implementations and docs for stronger numerical robustness and clearer behavior
29
+
- Restructured folder structure of entire repo: OpEn moved to folder `rust`
29
30
30
31
<!-- ---------------------
31
32
v0.11.1
@@ -361,6 +362,7 @@ This is a breaking API change.
0 commit comments