⇤ ← Revision 1 as of 2009-01-24 19:21:54
Size: 283
Comment:
|
Size: 812
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* Bug Fixing: Fixed 2 bugs/Reviewed 4 bug fixes | == Bugs Fixed == * #3758: crypto -- sage -t -long devel/sage/sage/crypto/mq/sr.py fails on many machines * #2950: point3d misinterpret arguments == Bugs Investigated but found DOA == * #4146: rgbcolor bug bites pdfs, casting to int solves it == Bugs Positively Reviewed == * #5064: Steenrod algebras are non-unique * #3547: create a polygon3d function == Bugs Negatively Reviewed == * #3999: Wrapper class to treat additive groups as multiplicative goups * #5003: equality testing in graphs should check "weighted" property == Fuzzy Stuff == |
Dan Shumow
Bugs Fixed
- #3758: crypto -- sage -t -long devel/sage/sage/crypto/mq/sr.py fails on many machines
- #2950: point3d misinterpret arguments
Bugs Investigated but found DOA
- #4146: rgbcolor bug bites pdfs, casting to int solves it
Bugs Positively Reviewed
- #5064: Steenrod algebras are non-unique
- #3547: create a polygon3d function
Bugs Negatively Reviewed
- #3999: Wrapper class to treat additive groups as multiplicative goups
- #5003: equality testing in graphs should check "weighted" property
Fuzzy Stuff
- Learned Sage development / process.
- Became much more familiar with the internals of Sage. This will greatly help facilitate the Windows Port.
- Discussed Windows port w/ Mabashoff and William respectively.