Changes between Version 29 and Version 47 of Ticket #9894
- Timestamp:
- 02/09/12 20:40:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9894
-
Property
Summary
changed from
Group cohomology spkg, version 2.1.1
toGroup cohomology spkg, version 2.1.2
-
Property
Summary
changed from
-
Ticket #9894 – Description
v29 v47 1 Version 2.1. 1 of the modular group cohomology package is now available. There is extensive [http://sage.math.washington.edu/home/SimonKing/Cohomology/index.html documentation]. The package needs the Small Groups library (available in the gap-packages spkg) and can be installed with {{{sage -i http://sage.math.washington.edu/home/SimonKing/Cohomology/p_group_cohomology-2.1.1.spkg}}}1 Version 2.1.2 of the modular group cohomology package is now available. There is extensive [http://sage.math.washington.edu/home/SimonKing/Cohomology/index.html documentation]. The package needs the Small Groups library (available in the gap-packages spkg) and can be installed with {{{sage -i http://sage.math.washington.edu/home/SimonKing/Cohomology/p_group_cohomology-2.1.2.spkg}}} 2 2 3 Most importantly: The version 2.0, that is the current "official" version of the optional package, would not work with the current version of Sage. So, there has to be an upgrade of the spkg. 4 5 Moreover, it has new features. 3 6 4 7 '''__New Features__''' … … 20 23 - We finally achieved '''100% doctest coverage!! ''' 21 24 22 - By oversight, the old test script failed to execute the tests of special methods (such as {{{_ _add__}}} or {{{__mul__}}}. The new script now captures all tests, and complains if a class, method or function does not appear to be tested. Also, the test script does parallel tests.25 - By oversight, the old test script failed to execute the tests of special methods (such as {{{_add_}}} or {{{_mul_}}}. The new script now captures all tests, and complains if a class, method or function does not appear to be tested. Also, the test script does parallel tests. 23 26 24 27 - The parallel testscript uncovered a problem with temporary files associated with Sage's pexpect interfaces -- see #10004. The testscript tests if the problem reported at #10004 is fixed, and will only do parallel testing if it is fixed.