control-toolbox / OptimalControl.jl

Solvers of optimal control problems
MIT License
28 stars 5 forks source link

WIP: update with `CTBase` 0.10, `CTDirect` 0.7, `CTFlows` 0.4 and `CTProblems` 0.7 #184

Closed ocots closed 2 weeks ago

ocots commented 2 weeks ago

The CI is ok but we need to update all the tutorials.

ocots commented 2 weeks ago

Ci not ok. Need to remove tests with julia 1.9.

jbcaillau commented 2 weeks ago

https://github.com/control-toolbox/OptimalControl.jl/pull/185#issuecomment-2185923135

PierreMartinon commented 2 weeks ago

Ci not ok. Need to remove tests with julia 1.9.

CTDirect has been requiring julia 1.10 for a few releases yes. The performance gains are such that I see no reason to support 1.9 unless someone specifically asks for it.

jbcaillau commented 2 weeks ago

The CI is ok but we need to update all the tutorials.

@ocots can you please elaborate a bit?

jbcaillau commented 2 weeks ago

Ci not ok. Need to remove tests with julia 1.9.

CTDirect has been requiring julia 1.10 for a few releases yes. The performance gains are such that I see no reason to support 1.9 unless someone specifically asks for it.

OK

@PierreMartinon Performance where? Loading / precompilation?

ocots commented 2 weeks ago

We should

The CI is ok but we need to update all the tutorials.

@ocots can you please elaborate a bit?

PierreMartinon commented 2 weeks ago

Ci not ok. Need to remove tests with julia 1.9.

CTDirect has been requiring julia 1.10 for a few releases yes. The performance gains are such that I see no reason to support 1.9 unless someone specifically asks for it.

OK

@PierreMartinon Performance where? Loading / precompilation?

I assume so. This was the time when new warnings appeared during precompilation.