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: BREAKING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
This document describes the breaking changes when migrating from **OptimalControl.jl v1.1.6** (last stable release) to **v2.0.0**.
4
4
5
+
!!! note "v2.0.1 Compatibility"
6
+
**v2.0.1** is fully backward compatible with v2.0.0. It contains documentation improvements and an export change (`build_initial_guess` is now explicitly reexported) with no breaking changes.
7
+
5
8
## Overview
6
9
7
10
Version 2.0.0 represents a major architectural redesign of OptimalControl.jl, introducing:
-`build_initial_guess` is now explicitly reexported with `@reexport import` for better visibility
16
+
17
+
-**Documentation improvements**:
18
+
- Added anchor link to "Strategy options" section in manual-solve.md for better navigation
19
+
- Updated `route_to` documentation to support multi-strategy routing with positional syntax
20
+
- Changed `route_to` syntax examples from keyword arguments (`route_to(exa=12)`) to positional arguments (`route_to(:exa, 12)`)
21
+
- Added documentation for routing the same option to multiple strategies with different values using alternating strategy-value pairs
22
+
23
+
---
24
+
10
25
## [2.0.0] — 2026-04-03
11
26
12
27
**Major version release** with complete solve architecture redesign. This release introduces breaking changes from v1.1.6 (last stable release). See [BREAKING.md](BREAKING.md) for detailed migration guide.
0 commit comments