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
In Project.toml, update CTBase compat to latest release fixing only X.Y if X<1 and only X otherwise. The version is currently 0.17.1.
In test/Project.toml, update CTBase and CTModels compat to latest releases fixing only X.Y if X<1 and only X otherwise. The CTBase version is currently 0.17.1 and CTModels v0.7.0.
I do not see any breaking changes but this must be checked.
In the test, some methods are qualified with CTSolvers but at the end, no methods from CTSolvers must be used, there must be no dependence to CTSolvers. Probably, the methods are now in initial guess from CTModels. If so, qualify with CTModels.
Compat
Project.toml, update CTBase compat to latest release fixing only X.Y if X<1 and only X otherwise. The version is currently0.17.1.test/Project.toml, update CTBase and CTModels compat to latest releases fixing only X.Y if X<1 and only X otherwise. The CTBase version is currently0.17.1and CTModelsv0.7.0.I do not see any breaking changes but this must be checked.
Initial guess macro
initial_guess.jlfrom CTSolvers tosrcand add the corresponding tests.Warning
In the test, some methods are qualified with
CTSolversbut at the end, no methods from CTSolvers must be used, there must be no dependence to CTSolvers. Probably, the methods are now in initial guess from CTModels. If so, qualify with CTModels.Documentation
Rewrite the
make.jlin the spirit ofmake.jlfrom CTModels. CTBase must be added todocs/Project.toml.