Skip to content

Commit 8d9f1c2

Browse files
authored
Merge pull request #757 from control-toolbox/uno
Uno
2 parents cc85f77 + 652ca08 commit 8d9f1c2

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

BREAKING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This document describes the breaking changes when migrating from **OptimalControl.jl v1.1.6** (last stable release) to **v2.0.0**.
44

5+
!!! note "v2.0.2 Compatibility"
6+
**v2.0.2** is fully backward compatible with v2.0.1. It contains a dependency update (UnoSolver v0.2 → v0.3) with no breaking changes.
7+
58
!!! note "v2.0.1 Compatibility"
69
**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.
710

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2222

2323
---
2424

25+
## [2.0.2] — 2026-04-14
26+
27+
### Changed
28+
29+
- **Dependencies**:
30+
- Updated UnoSolver from v0.2 to v0.3
31+
32+
---
33+
2534
## [2.0.0] — 2026-04-03
2635

2736
**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.

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
55

66
[deps]
@@ -30,7 +30,7 @@ CTFlows = "0.8"
3030
CTModels = "0.9"
3131
CTParser = "0.8"
3232
CTSolvers = "0.4"
33-
CUDA = "5"
33+
CUDA = "5, 6"
3434
CommonSolve = "0.2"
3535
DifferentiationInterface = "0.7"
3636
DocStringExtensions = "0.9"
@@ -51,7 +51,7 @@ Reexport = "1"
5151
SolverCore = "0.3.9"
5252
SplitApplyCombine = "1"
5353
Test = "1"
54-
UnoSolver = "0.2"
54+
UnoSolver = "0.3"
5555
julia = "1.10"
5656

5757
[extras]

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CTModels = "0.9"
3535
CTParser = "0.8"
3636
CTSolvers = "0.4"
3737
CommonSolve = "0.2"
38-
CUDA = "5"
38+
CUDA = "5, 6"
3939
DataFrames = "1"
4040
Documenter = "1"
4141
DocumenterInterLinks = "1"
@@ -52,5 +52,5 @@ NLPModelsKnitro = "0.10"
5252
NonlinearSolve = "4"
5353
OrdinaryDiffEq = "6"
5454
Plots = "1"
55-
UnoSolver = "0.2"
55+
UnoSolver = "0.3"
5656
julia = "1.10"

0 commit comments

Comments
 (0)