Changes between Version 11 and Version 14 of Ticket #27634
- Timestamp:
- 06/03/19 08:01:09 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27634
-
Property
Commit
changed from
9707a5dca4fe6a1c3ecc0da06f6bb6cfca4e503d
to4dbc2a812913fa1c37c4f0da2904cc3a62b78ef3
-
Property
Summary
changed from
Refine the code and the documentation for coding section
toClean up the code and the documentation for the coding section
-
Property
Commit
changed from
-
Ticket #27634 – Description
v11 v14 1 Lots of refinement for`sage/coding` folder:1 Lots of cleaning up of `sage/coding` folder: 2 2 3 3 - reorganize the section on coding in the documentation … … 9 9 - pyflakes fixes 10 10 11 - add `random_received_vector` method to linear codes12 13 11 - rename `bch.py` to `bch_code.py` and `grs.py` to `grs_code.py` 14 12 15 - other small fixes 13 and adding `random_received_vector` method to linear codes, and other small fixes.