changelog of the Fmincon Toolbox

fmincon (1.0.10)
   * fix MaxFunctionEvaluations option
   * fix display and completion  of optimoptions with new outline and fieldnames system
-- Stephane Mottelet June 2026

fmincon (1.0.9)
    * fixes for Scilab 2026.0
 -- Stephane Mottelet Jan 2026

fmincon (1.0.8)
    * fixes for Scilab 2024.1.0
 -- Stephane Mottelet June 2024

fmincon (1.0.7)
    * allow sparse A and Aeq
 -- Stephane Mottelet Jan 2024

fmincon (1.0.6)
    * update dependencies for Scilab 2024: now ColPack is part of Scilab
 -- Stephane Mottelet july  2023
  

fmincon (1.0.4), (1.0.5)
    * update w.r.t. scicolpack 0.4, fix tests, cleaning.
    * recompile for scilab 2023.0.0
 -- Stephane Mottelet december 2022, march 2023

fmincon (1.0.3)
    * activate HessianFcn = "objective" option (based on the same sci_ipopt 1.3 feature)
 -- Stephane Mottelet April 2021
fmincon (1.0.3)
    * activate HessianFcn = "objective" option (based on the same sci_ipopt 1.3 feature) 
 -- Stephane Mottelet April 2021

fmincon (1.0.2)
    * activate sparse Hessian estimation by graph coloring (added scicolpack as a dependency), new demos
 -- Stephane Mottelet March 2021

fmincon (1.0.1)
    * fix blocking bug in optimoptions
 -- Stephane Mottelet March 2021

fmincon (1.0)
    * new version based on sci_ipopt 1.0
    * optimoptions instead of optimset/optimget
 -- Stephane Mottelet March 2021

fmincon (not released yet)
    * Managed linear constraints
    * Fixed demonstration script to launch the tests.

fmincon (0.3)
    * Fixed "Unknown algorithm" bug on Linux: workaround for bug #8448 on whereis.

fmincon (0.2)
    * Fixed bug in Demos/runtests.

fmincon (0.1)
    * Initial version
 -- Michael Baudin <michael.baudin@scilab.org>  July 2010

