Skip to content

Commit b2b1736

Browse files
committed
Prepare for 1.3.6 release
1 parent f3ee76b commit b2b1736

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
## SeDuMi 1.3.5 (2021-06-15)
216

317
> https://github.com/sqlp/sedumi/compare/v1.3.4...v1.3.5

sedumi_version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function v = sedumi_version ()
2-
v = '1.3.5';
2+
v = '1.3.6';
33
end

0 commit comments

Comments
 (0)