id summary reporter owner description type status priority milestone component version resolution keywords cc port 50397 octave-general @1.3.4_0: update to 2.0.0 Schamschula macports-tickets@… "octave-general has been updated to version 2.0.0. New this version: * Package is now dependent on Octave version 4.0.0 to avoid conflicts with missing inputParser. * The @inputParser has been removed since it is now part of Octave core and has a completely Matlab compatible syntax. There may be issues for developers who will not know what inputParser class is being used by others. A workaround can be: {{{ p = inputParser (); f (strfind (which (""inputParser""), [""@inputParser"" filesep ""inputParser.m""])) ## @inputParser specific code (previous general package) else ## use Octave core inputParser implementation endif }}} * The `cauchy' function is new on the general package. It has been moved from the optim package." update closed Normal ports 2.3.4 fixed haspatch michaelld MarcusCalhoun-Lopez octave-general