This package is a Python version of MATLAB TOOLBOX -- SOSTOOLS.
This package contains functions based on **sympy** package. However, in case of a large number of decision variables, **sympy** may take a long time to parse the data.
Demos are in the folder [SOSPy_demos](https://github.com/zm2404/SOSPy/tree/main/SOSPy_demos/Sympy_demos).
### Updates in version 0.2.9:
- Add some data type annotations
### Updates in version 0.2.8:
- Fix bugs in **sossolve()**
### Updates in version 0.2.7:
- Fix bugs in **sosscssolver()**
- Add a function **remove_redundant_row()** to remove redundant rows in a non-full rank matrix, and get a full rank matrix
- Apply **remove_redundant_row()** to soscvxoptsolver() and sosscssolver(); now, they can solve demo 9
- Fix bugs in **sosgetsol()**; they can appropriately show the result
### Updates in version 0.2.6:
- Fix bugs in **soscvxoptsolver()** and **sosscssolver()**
### Updates in version 0.2.5:
- Allow changes of CVXOPT and SCS solver parameters through **options**
### Updates in version 0.2.4:
- Fix bugs in **sossolve()**
### Updates in version 0.2.3:
- Make SCS and CVXOPT independent from CVXPY. Now running SCS and CVXOPT doesn't need to go through CVXPY
- Adjust **sossolve()** accordingly
- Adjust **findsos()** accordingly
### Updates in version 0.2.2:
- Fix bugs in **sosmoseksolver()**
For technique issues, send to sospypython@gmail.com
Contributors:
- James Anderson, email: james.anderson@columbia.edu
- Leonardo Felipe Toso, email: lt2879@columbia.edu
- Zhe Mo, email: zm2404@columbia.edu
Raw data
{
"_id": null,
"home_page": "https://github.com/zm2404/SOSPy",
"name": "SOSPy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "Sum of Square Optimization,SOSTOOLS",
"author": "Zhe Mo, Leonardo Felipe Toso, James Anderson",
"author_email": "sospypython@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/63/ba/4f6a337e96ab2d1db7b648e825667a1efd48a54ef9a041a64f8115d70496/SOSPy-0.2.9.tar.gz",
"platform": null,
"description": "This package is a Python version of MATLAB TOOLBOX -- SOSTOOLS. \r\n\r\nThis package contains functions based on **sympy** package. However, in case of a large number of decision variables, **sympy** may take a long time to parse the data.\r\n\r\nDemos are in the folder [SOSPy_demos](https://github.com/zm2404/SOSPy/tree/main/SOSPy_demos/Sympy_demos).\r\n\r\n### Updates in version 0.2.9:\r\n- Add some data type annotations\r\n\r\n### Updates in version 0.2.8:\r\n- Fix bugs in **sossolve()**\r\n\r\n### Updates in version 0.2.7:\r\n- Fix bugs in **sosscssolver()**\r\n- Add a function **remove_redundant_row()** to remove redundant rows in a non-full rank matrix, and get a full rank matrix\r\n- Apply **remove_redundant_row()** to soscvxoptsolver() and sosscssolver(); now, they can solve demo 9\r\n- Fix bugs in **sosgetsol()**; they can appropriately show the result\r\n\r\n### Updates in version 0.2.6:\r\n- Fix bugs in **soscvxoptsolver()** and **sosscssolver()**\r\n\r\n### Updates in version 0.2.5:\r\n- Allow changes of CVXOPT and SCS solver parameters through **options**\r\n\r\n### Updates in version 0.2.4:\r\n- Fix bugs in **sossolve()**\r\n\r\n### Updates in version 0.2.3:\r\n- Make SCS and CVXOPT independent from CVXPY. Now running SCS and CVXOPT doesn't need to go through CVXPY\r\n- Adjust **sossolve()** accordingly\r\n- Adjust **findsos()** accordingly\r\n\r\n\r\n### Updates in version 0.2.2:\r\n- Fix bugs in **sosmoseksolver()**\r\n\r\n\r\nFor technique issues, send to sospypython@gmail.com\r\n\r\nContributors: \r\n- James Anderson, email: james.anderson@columbia.edu\r\n- Leonardo Felipe Toso, email: lt2879@columbia.edu\r\n- Zhe Mo, email: zm2404@columbia.edu\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Python version of MATLAB SOSTOOLS, a toolbox for sum-of-squares optimization",
"version": "0.2.9",
"project_urls": {
"Homepage": "https://github.com/zm2404/SOSPy"
},
"split_keywords": [
"sum of square optimization",
"sostools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "63ba4f6a337e96ab2d1db7b648e825667a1efd48a54ef9a041a64f8115d70496",
"md5": "9853e3bd37ac3bfd7d99e36c32356c88",
"sha256": "cb4d2c3ac20fd7e99dd0cbc81d46eb5fa799851d9d8489e535f8686b0e8566dc"
},
"downloads": -1,
"filename": "SOSPy-0.2.9.tar.gz",
"has_sig": false,
"md5_digest": "9853e3bd37ac3bfd7d99e36c32356c88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 28143,
"upload_time": "2024-02-05T05:22:02",
"upload_time_iso_8601": "2024-02-05T05:22:02.555792Z",
"url": "https://files.pythonhosted.org/packages/63/ba/4f6a337e96ab2d1db7b648e825667a1efd48a54ef9a041a64f8115d70496/SOSPy-0.2.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-05 05:22:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zm2404",
"github_project": "SOSPy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sospy"
}