Created
November 27, 2011 03:11
-
-
Save certik/1396880 to your computer and use it in GitHub Desktop.
statistics output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python main.py | |
| Percent by priority-open: | |
| Critical: [ ] 0.1% | |
| High: [#### ] 7.2% | |
| Medium: [################################################### ] 90.8% | |
| Low: [# ] 1.8% | |
| Percent by priority-closed: | |
| Critical: [# ] 2.9% | |
| High: [######### ] 16.5% | |
| Medium: [############################################ ] 78.3% | |
| Low: [# ] 2.1% | |
| Percent by type: | |
| Defect: [################################################ ] 84.8% | |
| Enhancement: [####### ] 13.4% | |
| Other: [ ] 0.4% | |
| Percent by status: | |
| New: [# ] 3.1% | |
| Accepted: [############## ] 25.0% | |
| Started: [## ] 3.6% | |
| NeedsDecision: [ ] 0.9% | |
| Fixed: [############################### ] 55.2% | |
| Verified: [# ] 2.4% | |
| Invalid: [# ] 2.6% | |
| Duplicate: [## ] 4.3% | |
| WontFix: [# ] 2.5% | |
| Ranked by stars: | |
| 1. Suggested new assumption system (14 stars) | |
| 2. fix sympy to work in python3.0 (11 stars) | |
| 3. Add tests from "Review of CAS mathematical capabilities", by Michael Wester (10 stars) | |
| 4. series method does not work if the point is not 0 (9 stars) | |
| 5. sympy <-> numpy interoperation (9 stars) | |
| 6. Square root denesting (9 stars) | |
| 7. integrate(exp(-x**2)*exp(I*k*x), (x, -oo, oo)) doesn't calculate the integral (9 stars) | |
| 8. (sin(x)*cos(x)).series(x, 0, 1000) takes forever (8 stars) | |
| 9. RootOf for polynomial equations (8 stars) | |
| 10. Good function plotting (8 stars) | |
| Top tags: | |
| 1. NeedsReview (464 references) | |
| 2. PassedReview (215 references) | |
| 3. EasyToFix (195 references) | |
| 4. smichr (180 references) | |
| 5. Polynomial (145 references) | |
| 6. Integration (143 references) | |
| 7. Milestone-Release0.7.0 (130 references) | |
| 8. WrongResult (117 references) | |
| 9. Printing (100 references) | |
| 10. CodeInImportedIntoMelange (91 references) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment