Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release (CTDirect v0.7.0) #183

Closed
jbcaillau opened this issue Jun 21, 2024 · 5 comments
Closed

New release (CTDirect v0.7.0) #183

jbcaillau opened this issue Jun 21, 2024 · 5 comments
Assignees

Comments

@jbcaillau
Copy link
Member

jbcaillau commented Jun 21, 2024

@ocots @PierreMartinon looks like CTDirect.jl is now v0.7.0, including important updates on linear solvers (*):

  • the current version in OptimalControl.jl seems to be v0.6.0: update and new release?
  • we need to be more accurate on our hierarchy of packages: the user only sees OptimalControl.jl, so an update in some CTxxxx.jl should be followed by some (cross)checks (there must indeed be tests in OptimalControl.jl itself) and update/new release. Am I missing sth?

(*) Specifically on this: I see in this notebook sth like

sol_ma27 = OptimalControl.solve(RocketOC,init=init,output_file="rocketOC.out",linear_solver="ma27",hsllib=HSL_jll.libhsl_path);

Is this documented somewhere?

@jbcaillau
Copy link
Member Author

@ocots @PierreMartinon looks like CTDirect.jl is now v0.7.0, including important updates on linear solvers (*):

  • the current version in OptimalControl.jl seems to be v0.6.0: update and new release?
    Is this documented somewhere?

check control-toolbox/CTDirect.jl#69 (comment)

Plus CTBase now on v0.10

@jbcaillau jbcaillau linked a pull request Jun 23, 2024 that will close this issue
@jbcaillau
Copy link
Member Author

jbcaillau commented Jun 25, 2024

@ocots I thought you had updated to CTFlows.jl v0.4 in here, but not there: waiting to update the doc #187?

A bit eager to install without (= with a weak dependence on) OrdinaryDiffEq.jl 🥹

@ocots
Copy link
Member

ocots commented Jun 26, 2024

A new release of OptimalControl will be done after the following branch is merged: #187.

Need to update the documentation first. The new release will have in its compat:

  • CTBase = 0.10
  • CTDirect = 0.7
  • CTFlows = 0.4
  • CTProblems = 0.7

@PierreMartinon
Copy link
Member

PierreMartinon commented Jun 26, 2024

The next release with the package extensions will typically require an explicit
using NLPModelsIpopt, HSL
if you want to call the solve. I would go for v0.8.0 instead of v0.7.2

@jbcaillau
Copy link
Member Author

@ocots @PierreMartinon closing in favour of #187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants