File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## SeDuMi 1.3.6 (2023-03-17)
2
+
3
+ > https://github.com/sqlp/sedumi/compare/v1.3.5...v1.3.6
4
+
5
+ - Bugs fixed:
6
+ - [ #73 : fix indentation to get rid of compilation warnings] ( https://github.com/sqlp/sedumi/issues/73 )
7
+ - [ #74 : fix complex interface] ( https://github.com/sqlp/sedumi/issues/74 )
8
+ - [ #75 : remove eigs warning for function handle matrices] ( https://github.com/sqlp/sedumi/issues/75 )
9
+ - [ #76 : install_sedumi.m: remove try-catch block] ( https://github.com/sqlp/sedumi/issues/76 )
10
+ - [ #77 : sedumi_version.m: make SeDuMi version detectable] ( https://github.com/sqlp/sedumi/issues/77 )
11
+ - [ #78 : add unit test for complex numbers] ( https://github.com/sqlp/sedumi/issues/78 )
12
+
13
+ Many thanks to @araujoms for his major contributions to this release.
14
+
1
15
## SeDuMi 1.3.5 (2021-06-15)
2
16
3
17
> https://github.com/sqlp/sedumi/compare/v1.3.4...v1.3.5
Original file line number Diff line number Diff line change 1
1
function v = sedumi_version ()
2
- v = ' 1.3.5 ' ;
2
+ v = ' 1.3.6 ' ;
3
3
end
You can’t perform that action at this time.
0 commit comments