Before we release the new 2.0 version of OptimalControl, we need to complete some things. - [x] Remove prefixes when display the description of a parameter (with a registry), see the `describe` function. Done [here](https://github.com/control-toolbox/CTSolvers.jl/tree/v0.4.11-beta). - [x] Prefix all CTFlows functions in https://github.com/control-toolbox/CTFlows.jl/blob/c75e770fe9057b5469de077ea24f079b9ce635d2/src/differential_geometry.jl#L612-L675 with `CTFlows`. Done [here](https://github.com/control-toolbox/CTFlows.jl/tree/v0.8.17-beta). - [x] Do not reexport types from CTFlows but only CTFlows: https://github.com/control-toolbox/OptimalControl.jl/blob/0f84eec3b4519baf947c52ed31ac77c39298ce27/src/imports/ctflows.jl#L4. Done in https://github.com/control-toolbox/OptimalControl.jl/pull/735. - [x] Add tests in OptimalControl for the indirect method: flow, resolution but also some Lie computations. Done in https://github.com/control-toolbox/OptimalControl.jl/pull/735 and https://github.com/control-toolbox/OptimalControl.jl/pull/736. - [x] Finalise and merge https://github.com/control-toolbox/OptimalControl.jl/pull/718/changes. Done by https://github.com/control-toolbox/OptimalControl.jl/pull/737. - [x] Finalise and merge https://github.com/control-toolbox/CTParser.jl/pull/246 - [x] Review the documentation for the dim 0 control - [x] Make a new stable release of [CTBase](https://github.com/control-toolbox/CTBase.jl) - [x] Make a new stable release of [CTModels](https://github.com/control-toolbox/CTModels.jl) - [x] Make a new stable release of [CTSolvers](https://github.com/control-toolbox/CTSolvers.jl) - [x] Make a new stable release of [CTFlows](https://github.com/control-toolbox/CTFlows.jl) - [x] Make a new stable release of [CTParser](https://github.com/control-toolbox/CTParser.jl) - [x] Make a new stable release of [CTDirect](https://github.com/control-toolbox/CTDirect.jl) which will include 0 dim control support - [x] Add a word about 0 dim control support in the documentation and some tests - [x] Add a word about Lie computations in the documentation **Documentation** - [x] replace $\partial(q)$ by $\dot{q}$ (same for $v$): https://github.com/control-toolbox/OptimalControl.jl/blob/0f84eec3b4519baf947c52ed31ac77c39298ce27/docs/src/example-double-integrator-energy.md?plain=1#L52-L53 - [x] show the initial guess with a `max_iter = 0`. - [x] in the descriptions of the parameters, we have for instance the prefix `CTSolvers.Modelers`. This should be removed.
Before we release the new 2.0 version of OptimalControl, we need to complete some things.
describefunction. Done here.CTFlows. Done here.OptimalControl.jl/src/imports/ctflows.jl
Line 4 in 0f84eec
Documentation
OptimalControl.jl/docs/src/example-double-integrator-energy.md
Lines 52 to 53 in 0f84eec
max_iter = 0.CTSolvers.Modelers. This should be removed.