yalmip / YALMIP

MATLAB toolbox for optimization modeling
https://yalmip.github.io/
Other
463 stars 134 forks source link

Should yalmip("version") return "20230609"? #1296

Closed robertgj closed 1 year ago

robertgj commented 1 year ago

Thanks very much for updating YALMIP.

This feels rather pedantic but the release version in yalmip.m doesn't match the version on the github releases page: diff --git a/extras/yalmip.m b/extras/yalmip.m index de378042..83e25de2 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -1035,7 +1035,7 @@ switch varargin{1}

 case {'version','ver'}
johanlofberg commented 1 year ago

Yes, I saw that too, it will be fixed in the new release in a couple of days