Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes #158

Merged
merged 13 commits into from
Jan 20, 2020
Merged

Bug fixes #158

merged 13 commits into from
Jan 20, 2020

Conversation

martinandersen
Copy link
Contributor

No description provided.

martinandersen and others added 13 commits August 20, 2019 16:37
Fixes these warnings from Python 3.8:

./tests/test_examples.py:25: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.assertTrue(gdict['sol']['status'] is 'optimal')
./tests/test_examples.py:33: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.assertTrue(gdict['sol']['status'] is 'optimal')
./tests/test_examples.py:38: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.assertTrue(gdict['sol']['status'] is 'optimal')
./tests/test_examples.py:42: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.assertTrue(gdict['sol']['status'] is 'optimal')

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Fixes macos-specific issue with shasum
* Added Python 3.8 builds
* Added Python 3.8 build
* Removed Python 3.5 build
* Updated SuiteSparse
- fixes bug in spmatrix_imag()
@martinandersen martinandersen merged commit cc46cbd into master Jan 20, 2020
sanurielf pushed a commit to sanurielf/kvxopt that referenced this pull request Oct 16, 2023
* Fix misuses of 'is' and 'is not'. (cvxopt#149)
* Fixes mixed boolean/integer operations. (cvxopt#148)
* Fix Python 3.8 SyntaxWarning: "is" with a literal (cvxopt#152)
* Fixes cvxopt#144
* Fixes cvxopt#157 
* Fixed typo in documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants