Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 7 committers (28.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Keywords from Contributors
molecular-dynamics-simulation
Last synced: 10 months ago
·
JSON representation
Repository
Quadratic Programming Solver
Basic Info
Statistics
- Stars: 206
- Watchers: 10
- Forks: 40
- Open Issues: 9
- Releases: 4
Created almost 11 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
quadprog: Quadratic Programming Solver (Python)
``` Solve a strictly convex quadratic program
Minimize 1/2 x^T G x - a^T x Subject to C.T x >= b
This routine uses the the Goldfarb/Idnani dual algorithm [1].
References
... [1] D. Goldfarb and A. Idnani (1983). A numerically stable dual method for solving strictly convex quadratic programs. Mathematical Programming, 27, 1-33. ```
Installation
pip install quadprog
Dependencies
- Runtime
numpy
- Installation
numpy- C compiler if installing from sdist
Cythonif building from source
Developing
See docs/DEVELOP.md.
Owner
- Name: quadprog
- Login: quadprog
- Kind: organization
- Repositories: 1
- Profile: https://github.com/quadprog
GitHub Events
Total
- Issues event: 3
- Watch event: 18
- Delete event: 1
- Issue comment event: 2
- Push event: 4
- Pull request event: 3
- Fork event: 2
- Create event: 2
Last Year
- Issues event: 3
- Watch event: 18
- Delete event: 1
- Issue comment event: 2
- Push event: 4
- Pull request event: 3
- Fork event: 2
- Create event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Robert McGibbon | r****o@g****m | 31 |
| Preeyan Parmar | 4****n | 21 |
| Bart Durlinger | b****t@b****l | 11 |
| Takehiro Sano | s****o@m****p | 2 |
| Tuomas Välimäki | t****i@t****i | 1 |
| Simon Tindemans | s****s@t****l | 1 |
| Leon Wehrhan | 3****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 27
- Total pull requests: 27
- Average time to close issues: 6 months
- Average time to close pull requests: about 2 months
- Total issue authors: 26
- Total pull request authors: 9
- Average comments per issue: 3.52
- Average comments per pull request: 0.63
- Merged pull requests: 24
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 4
- Average time to close issues: 2 days
- Average time to close pull requests: about 8 hours
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.25
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stephane-caron (2)
- Laurenz0908 (1)
- xinsongyan (1)
- SONGLEI-arch (1)
- mmmarinho (1)
- erikbrinkman (1)
- LouisLeNezet (1)
- feiyuxiaoThu (1)
- PierreQuinton (1)
- rmcgibbo (1)
- christianthilker (1)
- pyr195318 (1)
- BenoitPauwels (1)
- bakhbyergyen7 (1)
- ain-soph (1)
Pull Request Authors
- preeyan (15)
- jmoralez (5)
- mergenthaler (2)
- HKaras (2)
- ghost (2)
- BartDur (1)
- tvalimaki (1)
- AntoineD (1)
- dependabot[bot] (1)
- simontindemans (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)
Packages
- Total packages: 2
-
Total downloads:
- pypi 346,980 last-month
- Total docker downloads: 4,434
-
Total dependent packages: 25
(may contain duplicates) -
Total dependent repositories: 205
(may contain duplicates) - Total versions: 15
- Total maintainers: 4
pypi.org: quadprog
Quadratic Programming Solver
- Homepage: https://github.com/quadprog/quadprog
- Documentation: https://quadprog.readthedocs.io/
- License: GPLv2+
-
Latest release: 0.1.13
published over 1 year ago
Rankings
Dependent packages count: 0.6%
Dependent repos count: 1.1%
Downloads: 1.5%
Docker downloads count: 2.9%
Average: 3.0%
Stargazers count: 5.3%
Forks count: 6.4%
Maintainers (3)
Last synced:
10 months ago
pypi.org: quadprog-wheel
Quadratic Programming Solver with wheel packages
- Homepage: https://github.com/quadprog/quadprog
- Documentation: https://quadprog-wheel.readthedocs.io/
- License: GPLv2+
-
Latest release: 0.1.11
published about 4 years ago
Rankings
Dependent packages count: 4.8%
Stargazers count: 5.3%
Forks count: 6.4%
Average: 11.6%
Downloads: 20.1%
Dependent repos count: 21.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
requirements_develop.txt
pypi
- Cython * development
- build * development
requirements_test.txt
pypi
- pytest * test
- scipy * test
setup.py
pypi
- numpy *