Skip to content

Commit 882972b

Browse files
committed
update CHANGELOG (preparation for 0.10.0)
1 parent 6d43705 commit 882972b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

open-codegen/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Note: This is the Changelog file of `opengen` - the Python interface of OpEn
99

1010

11-
## [0.10.0] - Unreleased
11+
## [0.10.0] - 2026-03-19
1212

1313

1414
### Added
@@ -18,6 +18,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
1818
- `GeneratedOptimizer` wrapper with `solve(x0=..., xref=...)` API and persistent optimizer metadata via `optimizer_manifest.json` plus `rollout.casadi`
1919
- Continuous-time dynamics discretization helpers in `opengen.ocp.DynamicsDiscretizer`, including Euler, midpoint, Heun, RK4, and multistep discretizations
2020
- Extended `OcpSolution` with solver diagnostics such as cost, penalty, iteration counts, infeasibility, fixed-point residual, and Lagrange multipliers
21+
- Detailed documentation available [here](https://alphaville.github.io/optimization-engine/docs/python-ocp-1), incl. Google Colab notebooks, and updated [API docs](https://alphaville.github.io/optimization-engine/api-dox/html/index.html)
2122

2223
### Changed
2324

0 commit comments

Comments
 (0)